benburwell / MCEMS-Site

:ambulance: EMS agency management web app. Handles applications, member records, certifications, and scheduling.
https://portal.bergems.org/
7 stars 2 forks source link

Make waiver checkboxes #29

Closed benburwell closed 6 years ago

benburwell commented 11 years ago

In order to keep track of which members have submitted the following information, add checkboxes to the member detail view to reflect whether they have signed the following forms:

benburwell commented 9 years ago

This should be a pretty simple addition to the Member schema. After that it's pretty much adding more checkboxes to the view and handling them in the controller.

benburwell commented 9 years ago

@EliRuss, is this still something you're interested in?

EliRuss commented 9 years ago

If it's simple, then yes. Would need to be only updatable by those with permissions to update profiles, not the users themselves.

Forms:

jmankhan commented 9 years ago

I have added the waivers to the member details section. They correctly save, but I am still working on making them only editable by those with edit_member permission. They are currently on the 'waivers' branch

benburwell commented 6 years ago

Looks like this is done.