carpentries / amy

A web-based workshop administration application built using Django.
https://amy.carpentries.org
MIT License
114 stars 72 forks source link

Include summary/count of roles in person dashboard view #2262

Open maneesha opened 2 years ago

maneesha commented 2 years ago

When an admin views a Person profile, they can see a summary of the person's activity. Example:

​Instructor: 6 times Trainer: 2 times Supporting Instructor: 1 times Helper: 3 times Learner: 1 times

This same summary should also be available to the person when they go in to view their own profile (at https://amy.carpentries.org/dashboard/instructor/).

maneesha commented 1 year ago

@pbanaszkiewicz @elichad is there any other information needed to implement this feature?

pbanaszkiewicz commented 1 year ago

@maneesha should a similar summary be available anywhere in the recruitment process? Ie. for admins or for the participants too?

maneesha commented 1 year ago

Good question! I will check with our team.

elichad commented 1 year ago

We do already display a summary in the admin recruitment view, it's under 'Count workshops taught' for each application (screenshot from local AMY so all 0s): Screenshot showing "0 H; 0 SI; 0 I" for an instructor signup