Skip to content

Conversation

@hasnain-saeed
Copy link

@hasnain-saeed hasnain-saeed commented Dec 12, 2025

Implemented complete application management UI with draft/submit workflow, reference management, and responsive design.
PR #66 should be merged first before this

@hasnain-saeed hasnain-saeed force-pushed the hasnain/application-management-fe branch from d54d4fb to fbdda7a Compare December 12, 2025 16:38
@hasnain-saeed hasnain-saeed force-pushed the hasnain/application-management-fe branch from fbdda7a to 55d513d Compare December 12, 2025 16:41
@hasnain-saeed hasnain-saeed changed the base branch from hasnain/add-application-management to dev December 12, 2025 16:43
@hasnain-saeed
Copy link
Author

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 !== ""}

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.

Copy link
Author

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>

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

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants