projecthuman-repo / Coquest-WebApp

https://base-map-workspace.uc.r.appspot.com/
Other
0 stars 5 forks source link

Program & Project Roles + Project page #107

Closed mariiadevphc closed 2 months ago

mariiadevphc commented 3 months ago

Program Roles

/programs/:id/members - View Open Roles

Example at route programs/2/members Roles filtering is available, can be tested by clicking on Filter Chips

Collapsed View image

Expanded View image

/programs/:id/members/:id/apply - Apply for Role

Example at route programs/2/members/1/apply

image

Education, Work Experience, Certifications, Previous Projects, Badges, Personal References can be added as many as needed by clicking "Add more" & deleted by clicking Trash icon image

Sections can also be collapsed to navigate through the form better image

/programs/:id/members/:id/applications - View Applicants for the Role

Example at programs/2/members/1/applications

Collapsed View image

Expanded View image Each section can also be expanded if needed image

Project Roles

Roles views are also available for Projects. They are similar to program views, the difference is that they expect Project type data.

Can be viewed at: /projects/:id/members - View Open Roles (Filtering is available, can be tested by clicking on Filter Chips) /projects/:id/members/:id/apply - Apply for Role /projects/:id/members/:id/applications - View Applicants for the Role

Projects View & Project Page

/projects - view all projects

image

/projects/:id - view specific project

Example at route /projects/2

Overview image Sign Up Modals

Milestones image Milestone Modals (Add, Edit milestone)

Deleting milestone is also available by clicking Delete button on Milestone

Volunteering image Volunteering Modal (Apply for position) image

mariiadevphc commented 2 months ago

On the Coquest backend, added a mutation deleteFile that removes specified file from Google Cloud Storage