website
website copied to clipboard
Website running user and event management.
Remove unused image/svg/etc. files from the static folder. It takes times to upload them to S3 and costs us money to host them all when we're not using them.
The volunteer count of number of classes attended should be of classes they have a `check_in` value. A quick example of my information. Currently the website says I've taught 101...
Models and forms need to be moved from the main app to the `accounts` app. - [ ] CDCModelForm - [ ] GuardianForm - [ ] MentorForm
Remove `bootstrap3` package from project and use native django forms. Since we're not using bootstrap for this project anymore, this package is not that useful. For example, `home_mentor.html` has the...
Please look into this. It might be a be a more efficient way of doing it.
For admin only. There should be a way to set the `is_active` flag for a specific guardian without having to manually edit the records inside the django admin. ## Tasks...
This one needs to be thought out some more, but the basic idea is: - [ ] Allow mentors to read and leave comments about a student - [ ]...