-
Notifications
You must be signed in to change notification settings - Fork 0
Application Management Implementation Frontend #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
d54d4fb to
fbdda7a
Compare
fbdda7a to
55d513d
Compare
|
To better review the frontend code, #66 should be merged in dev first so that backend code isn't visible in the review |
| <button | ||
| type="button" | ||
| className={`button ${styles.applyButton}`} | ||
| disabled={position.user_app_status !== ""} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This button becomes disabled when I have saved a draft or submitted. Also the button says "In Progress" when I have a draft, which is a bit unclear. Also, it should be gray according to the design. If it's blue it sticks out too much when there are multiple open roles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted user to navigate to My Applications tab but yes we can navigate directly to the in-progress application form from there.
| @@ -35,7 +33,12 @@ const ApplicationCard = ({ application }: Props) => { | |||
| </div> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get the same date format that's used in the design document, e.g. Dec. 14, 2025
Implemented complete application management UI with draft/submit workflow, reference management, and responsive design.
PR #66 should be merged first before this