You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trainers, volunteer coordinators, mentors, personnel managers, and possibly shift leads can raise flags about a prospective or active volunteer. These flags are somewhat sensitive data–a person shouldn't see their own flags, nor should folks with general "edit person access." Exact permission details are still to be nailed down, but we've got enough information to start.
manager_only (if true, only Personnel Managers can see the flag)
create_date (provided by default by rails)
has_many PersonnelFlagNotes
PersonnelFlagNote represents follow-up on a flag
noter (Person)
explanation (free-form text)
People with access to flags (Trainer, VC, Mentor Cadre, Personnel Manager) can see a link to a Person's flags on their Person and Involvement pages. Flags shouldn't be shown by default to avoid inadvertent shoulder surfing. Custom views like "who's coming to training", "whose handle needs to be approved," and "who are the alphas for this shift" have a flag indicator next to people who have flags (that aren't manager_only).
List of all people with flags should probably be restricted to just personnel managers.
The text was updated successfully, but these errors were encountered:
Trainers, volunteer coordinators, mentors, personnel managers, and possibly shift leads can raise flags about a prospective or active volunteer. These flags are somewhat sensitive data–a person shouldn't see their own flags, nor should folks with general "edit person access." Exact permission details are still to be nailed down, but we've got enough information to start.
PersonnelFlag data model:
People with access to flags (Trainer, VC, Mentor Cadre, Personnel Manager) can see a link to a Person's flags on their Person and Involvement pages. Flags shouldn't be shown by default to avoid inadvertent shoulder surfing. Custom views like "who's coming to training", "whose handle needs to be approved," and "who are the alphas for this shift" have a flag indicator next to people who have flags (that aren't manager_only).
List of all people with flags should probably be restricted to just personnel managers.
The text was updated successfully, but these errors were encountered: