Online cms v2 final pr g2 pair 1#1901
Open
divyTechS wants to merge 8 commits into
Open
Conversation
…hreaded forum, attendance, assignments (link submit/grade), quizzes (create/submit persistence), and link-based course materials (migration + endpoints)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
feat(online_cms): align CMS APIs with DB models—role normalization, threaded forum, attendance, assignments, quizzes, and link-based materials
…cker configuration
Collaborator
|
Congratulations for making your first Pull Request at Fusion!! 🎉 Someone from our team will review it soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue that this pull request solves
Proposed changes
Brief description of what is fixed or changed
Implemented the backend logic for student quiz submissions within the LMS module.
Created new Django views to handle the POST requests for quiz answers and grade calculations.
Integrated the project's notification system by calling module_notif in lms/views.py to alert instructors when a student completes a quiz.
Added unit tests for the submission endpoint to ensure data integrity.
Types of changes
Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Other (please describe):
Checklist
Put an x in the boxes that apply
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have created new branch for this pull request (e.g., lms-v1)
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] My changes does not break the current system and it passes all the current test cases.
Screenshots
(Note: Attach screenshots of the UI changes or Terminal logs showing passing tests here)
Other information
This PR targets the Team Lead's fork as requested in the workflow guide.
I have ensured that no changes to FusionIIIT/settings/development.py or the database dump files are included in this commit.
No new dependencies were added to requirements.txt.