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

Implemented CRUD and created service for Student College details #378

Merged

Conversation

sumitst05
Copy link
Contributor

Description

This PR implements CRUD operations for the stdCollege model and service for it

  • Created CRUD functionality for the models/student/stdCollege.js model.
  • Implemented services for managing the stdCollege model in services/student/stdCollege.js.

Fixes

Fixes #369

Checklist

  • Code follows project's style guidelines.
  • Changes are documented appropriately.

Notes

  • The model has been updated to follow camel case instead of snake case to eliminate eslint errors.
  • The file models/student/std_college.js has been renamed to stdCollege.js.

@sumitst05 sumitst05 changed the base branch from main to development October 2, 2023 08:40
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, approved for hacktoberfest

@TejasNair9977 TejasNair9977 merged commit 0c3ed69 into development Oct 8, 2023
1 check passed
@TejasNair9977 TejasNair9977 deleted the 369-crud-and-services-for-student-college-details branch October 15, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: [CRUD and Services for Student College details]
2 participants