match4everyone / match4healthcare

Helping hospitals find qualified medicine students (Hackathon #wirvsvirus). A more flexibel version is currently in development under match4everyone/match4everything,
https://match4healthcare.de
Other
17 stars 10 forks source link

Implement User Groups and Permissions management #466

Open maltezacharias opened 4 years ago

maltezacharias commented 4 years ago

For future developments, access control needs to be more specific than just student hospital staff

Use Django authentication: https://docs.djangoproject.com/en/3.0/topics/auth/default/#user-objects https://docs.djangoproject.com/en/3.0/topics/auth/default/#topic-authorization

maltezacharias commented 4 years ago

Also: Where applicable check for the new authorizations:

Baschdl commented 4 years ago

Added view_statistics

Baschdl commented 4 years ago

@maltezacharias This issue is a blocker for releasing the statistics pages to the rest of the m4h team. Maybe high-priority?

feeds commented 4 years ago

what do you mean by 'authorizations'?