An open API service indexing awesome lists of open source software.

https://github.com/edamghy/project-manager


https://github.com/edamghy/project-manager

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ProjectManager App

The ProjectManager App is a role and permission-based application that allows users to manage projects.

## Whats left todo in the App

### The App

- [ ] Refactor (Separate) The DB logic from the controllers.

### Role

- [x] Delete RolePermission After Deleting a Role

### Logger

- [x] Add the Logger CRUD (Kinda)
- [x] Add Logger for errors
- [x] Add Logs for all errors except OWNER

### User

- [x] Add Check for EditUser and DeleteUser to only the own user do. OR (anything else)
- [x] Edit The Role Id for only the OWNER || OR || Add another controller for the update role only another permission also

### Permission

- [x] Add Permission User Management