IMGIITRoorkee/omniport-frontend-student-profile

Handle cases when objects have `verified` as True

Opened this issue · 0 comments

In SHP, each model has a field name verified, which signifies if any particular object has been verified or not.

In Placement and Internship, once something is verfied by TPO officials, the user cannot edit that object's fields (except the description field)

We need this same functionality in SHP as well.

Note: The backend part is already implemented for this. Only the frontend needs to be updated.