Skip to content

Conversation

@mahi-ch
Copy link

@mahi-ch mahi-ch commented Apr 28, 2025

No description provided.

Nanvithaa and others added 25 commits April 18, 2025 22:43
- Implement getting A3 only if existing A2
- Implement getting form for one specific supervisor
- Better integration with forms:
  - No more supervisor_id -> use of email
- Correct bug Supervisor Dashboard client
- Good A1 Render form Nanvitha work last sprint
- Correct saving in db when remind
- Redirect on client side when server bad response
@mahi-ch mahi-ch changed the title Group E development Group E-development Apr 28, 2025
MRPHFitch and others added 3 commits April 28, 2025 14:10
import { Navigate } from "react-router-dom";
updated viewformModal
const ProtectedSupervisor = ({ children }) => {
    const user = JSON.parse(localStorage.getItem("ipmsUser"));
    return user && user.role === "supervisor" ? children : <Navigate to="/" />;
  };

  export default ProtectedSupervisor;
@Nanvithaa Nanvithaa requested a review from NNPhaniCharan April 28, 2025 19:48
@Nanvithaa Nanvithaa requested a review from NNPhaniCharan April 29, 2025 00:11
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that u are not using this file anywhere, so delete it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are using it finally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants