IEEE-NITK / corpus

A Django-based web application for managing all things IEEE NITK!
https://ieee.nitk.ac.in
2 stars 7 forks source link

[FEATURE]: Shift from group check to permission checks #161

Open anirudhprabhakaran3 opened 3 months ago

anirudhprabhakaran3 commented 3 months ago

What is the feature you would like to see?

Currently, we are using group membership checks as an alternative to permission checks. We should ideally be using Django's permissions to do this.

Ref: Django Permissions

How important do you think this feature is?

Low

Contact Details (optional)

No response

Anything else?

No response