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

Department module Version 1 #1709

Open
wants to merge 1 commit into
base: dashboard_client
Choose a base branch
from

Conversation

Vithesh2215
Copy link

This pull request introduces several new serializers, views, and endpoints to the department application, along with some modifications to existing models and views. The changes aim to enhance the functionality and data management within the department module.

New Serializers and Models:

  • Added serializers for Information, Lab, and Feedback models to FusionIIIT/applications/department/api/serializers.py.
  • Introduced Feedback and Lab models in the migration file 0001_initial.py.

New Endpoints:

  • Added multiple new endpoints to FusionIIIT/applications/department/api/urls.py for handling information, labs, and feedback.

View Enhancements:

  • Created new API views for handling CRUD operations on Information, Lab, and Feedback in FusionIIIT/applications/department/api/views.py.
  • Modified the ListCreateAnnouncementView to include additional user and department data during announcement creation.

Model Modifications:

  • Updated the upload_announcement field in the Announcements model to use None as the default value instead of an empty string.

@FusionIIIT-Bot
Copy link
Collaborator

Congratulations for making your first Pull Request at Fusion!! 🎉 Someone from our team will review it soon.

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.

2 participants