https://github.com/edamghy/project-manager
https://github.com/edamghy/project-manager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edamghy/project-manager
- Owner: EDAMGHY
- Created: 2024-07-05T18:41:46.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T19:04:42.000Z (10 months ago)
- Last Synced: 2025-02-05T13:38:06.422Z (4 months ago)
- Language: TypeScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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