Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projects Crud #9

Open
rade-ark opened this issue Dec 26, 2024 · 0 comments
Open

Projects Crud #9

rade-ark opened this issue Dec 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rade-ark
Copy link
Collaborator

rade-ark commented Dec 26, 2024

Endpoints

  1. GET /project/
  • Retrieves all information about all projects.
  • Superadmin, Admin, Evaluator(specific projects), User(specific project)
  1. GET /project/{id}
  • Retrieves detailed information about a specific project.
  • Superadmin, Admin, User(restricted access), Evaluator(restricted access)
  1. POST /project
  • Creates a new project.
  • Requires the following fields in the request body:

{
"title": "string",
"description": "string",
"teamId": "string"
}

  • Superadmin, Admin, User
  1. DELETE /project/{id}
  • Deletes a specific project.
  • Superadmin, Admin(restricted access), User(team leader has restricted access)
@rade-ark rade-ark added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 26, 2024
@Aditya-Jyoti Aditya-Jyoti removed the documentation Improvements or additions to documentation label Dec 26, 2024
@realhardik18 realhardik18 self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants