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

[feat]-269-add-all-endpoints-for-department #304

Conversation

Vikrantsingh22
Copy link
Member

Description

This pull request introduces endpoints and functionality for managing departments in the project.

Addresses

Addresses #269

Checklist

  • Ensured the code follows the project's style guidelines.
  • Documented the changes made in the codebase, including new endpoints, functions, and file structures.
  • Added routes for /department/create, /department/list, /department/update, and /department/delete.

Notes

I've implemented the following changes in this pull request:

  • Created endpoints for department operations, including create, read, update, and delete.
  • Added routes for /department/create, /department/list, /department/update, and /department/delete.
  • Created a new file department.js in the routes, controller, and services folders.
  • Inside department.js in the services folder, I've created functions to handle the CRUD operations using the department.js model from the /models/ folder.
  • Implemented GET, POST, and DELETE HTTP requests inside department.js in the routes folder.

@TejasNair9977 TejasNair9977 linked an issue Sep 3, 2023 that may be closed by this pull request
Copy link
Member

@TejasNair9977 TejasNair9977 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TejasNair9977 TejasNair9977 changed the base branch from development to branc September 7, 2023 04:57
@TejasNair9977 TejasNair9977 merged commit b72e032 into tcet-opensource:branc Sep 7, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] Create all endpoints for department
2 participants