benschaf / waste-schedule

This is a waste-management App with CRUD functionality. Never forget to take out your bins on time! Connect with your community and be Eco-Conscious together.
0 stars 0 forks source link

3.1Apply role-based login and registration functionality #80

Closed benschaf closed 2 months ago

benschaf commented 2 months ago

3.1 refers to the project requirements of the ci project

The only distinct role I have is a superuser but it has no real purpose other than me using it to change the database during development (the admin panel is not really implemented to be useable by a non-dev of the site)

Also I have not worked with django permissions but I think that should be fine for now (though it might have been easier and cleaner)

benschaf commented 2 months ago

John from the tutor team and my mentor have both suggested to either leave it as is or add a simple feature that lets the superuser edit/delete any calendar from its schedule view.