Nuhser / PfaKSys

PfaKSys is a server based inventory management and borrowing system using a Flask webapp for small to medium sized organizations.
https://github.com/Nuhser/PfaKSys/wiki
GNU General Public License v3.0
1 stars 0 forks source link

Group Management System #11

Closed Nuhser closed 2 years ago

Nuhser commented 2 years ago

Description

This system should make at possible for an admin to create new user groups and configure their permissions.

Possible Solution

Should be implemented as a second tab in the user management system.


Additional Context

Blocked by:

Nuhser commented 2 years ago

Implemented basic group management without permissions already as part of #4. Permissions need to be implemented.