John-sCC / jcc_frontend

Apache License 2.0
0 stars 0 forks source link

Completed Resume Feature + Menu UI #69

Closed Ekamjot-Kaire closed 6 months ago

Ekamjot-Kaire commented 6 months ago

Menu

New menu for all features; links will be added later. Changed up the wireframe a little bc idk how to recreate that in cs :(

WIREFRAME:

Screen Shot 2024-03-29 at 11 41 02 AM


Implemented Menu:

https://github.com/John-sCC/jcc_frontend/assets/111466888/4de60638-a592-4925-a05c-e1a8b4e6cd37

had to change nav.js and nav.scss for this.. please make sure I didn't break anything there's a decent chance I did!!



Resume

Created resume builder feature talked about in team review.

This is what the empty template of the resume looks like.

Screen Shot 2024-03-29 at 11 45 50 AM


The user fills in the information on the form and clicks save info, before moving on to the next tab.


tab functionalty:

https://github.com/John-sCC/jcc_frontend/assets/111466888/acc4f632-3ca0-4d84-8181-7cc0c5c8dcce

At any time the user can click the "see resume" button at the bottom, which opens up a new tab with the resume that has the information they have filled in so far.

This is what the a filled in resume would look like.

Screen Shot 2024-03-29 at 12 01 40 PM