BAMRU-Tech / bamru_net

Internal bamru.net website
MIT License
7 stars 2 forks source link

Return all members (inc MA) on Activity Summary page #663

Open simonffox opened 10 months ago

simonffox commented 10 months ago

Would it be possible to return all active and former members on the Activity Summary page? I poked around in the code but couldn't find where this is being blocked. Should be a simple change.

Currently the page only displays hours for people with the current status of TM, FM, T, R, S, and A. It would be good to see MA and MN as well.

kduncklee commented 10 months ago

This is potentially a good issue for a new developer to change and test.

You want to change Member.members to Member.objects: https://github.com/BAMRU-Tech/bamru_net/blob/4ac660e934a37e30420721fa19a3ac6f73e76c77/main/views/report_views.py#L68