You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the 'User' model is confusing because it handles two roles (employee and employer).
Describe the solution you'd like
We going to simplify it, removing role attribute from User model. Also the Applicant model need to be deleted because we simplify the frontend.
This will imply that the admin.py must be reviewed. Also some broken view thats can be removed.
Describe alternatives you've considered
No
Additional context
No
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the 'User' model is confusing because it handles two roles (employee and employer).
Describe the solution you'd like
We going to simplify it, removing
role
attribute fromUser
model. Also theApplicant
model need to be deleted because we simplify the frontend.This will imply that the
admin.py
must be reviewed. Also some broken view thats can be removed.Describe alternatives you've considered
No
Additional context
No
The text was updated successfully, but these errors were encountered: