summaryrefslogtreecommitdiff
path: root/yaksh/views.py
AgeCommit message (Collapse)Author
2020-03-18Search bar addedmanojvaghela
2020-03-09Download course progressadityacp
2020-02-28Fix UI for email account verificationadityacp
2020-02-28Order courses by active coursesadityacp
2020-02-28Change in views, change password, paginatoradityacp
- Add bootstrap form control class in change password - Show alert messages in change password - Increase number of pages in paginator - Reduce number of course pages in moderator dashboard
2020-02-19Fix pep style and add test case in test_modelsadityacp
2020-02-19Change views, test_views, templatesadityacp
- Change message text in duplicate course view function - Remove clone course option from course detail page and show it in courses page - Show download course option in courses page - Show message for search results in student dashboard - Fix views tests - Show collapse requested students list
2020-02-18Change forms, views, models, templatesadityacp
- Fix UI in add question page - Add test case form for question formset with custom attributes - Add a model method in question class to get question test cases based on type and language of the question - Retain the state of the list view and grid view in courses page - Requested students list will be shown on top in the course detail page
2020-02-17Fix conflictsadityacp
2020-02-13Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_uiadityacp
2020-02-11Change templates, urls, viewsadityacp
- Remove separate tab for allotted courses in moderator dashboard - Remove separate tab for enrolled courses in student dashboard - Increase pagination items for courses - Remove view function for allotted courses
2020-01-30Fix pep8 in forms and viewsadityacp
2020-01-29Disallow student to enroll if ourse enrollment is closedadityacp
2020-01-29Add django messages to show enrollment message for studentadityacp
2020-01-28Change in views, forms, templates, staticadityacp
- Revamp UI in student dashboard - Fix course form to get bootstrap form class - Add custom css for sidebar in course module page for student - Use django url pattern
2020-01-24deleted question now does not reflect in searchmanojvaghela
2020-01-24Resolve conflicts in grade user, custom filters etcadityacp
2020-01-24Change in views, forms and templatesadityacp
- Add django messages for showing success, warning messages - Add pagination in monitor and grade user - Remove unnecessary template blocks - Show add and view options for quizzes, lessons, modules - Add form-control bootstrap class for multiple forms - Fix the UI in grade user and monitor pages - Add font awesome icons in the login page
2020-01-21Add messages in clone course viewadityacp
2020-01-21Fix design question paper UIadityacp
2020-01-20Change views, urls, forms, templates, staticadityacp
- Change course, quiz, module, lesson forms - Add messages for success and warning - Add proper redirections to the specifc urls - Remove unnecessary custom css
2020-01-17Change views and urlsadityacp
- Change enroll, reject and course detail views - Add new urls for courses
2020-01-06Fix issue in add_question.html templateCruiseDevice
- Test case select dropdown now shows only testcase type based on the question type. - Fix blank question created issue in add_question template.
2020-01-06Merge pull request #634 from ankitjavalkar/fix-gradesankitjavalkar
Fix bug to only allow self created grading systems to show up in the course form
2020-01-03Fix bug to only allow self created grading systems to show up in the course formankitjavalkar
2020-01-03Remove unncessary break html tags and add bootstrap custom file inputadityacp
2020-01-02Resolve commentsCruiseDevice
- Fix PEP8 - Change the url as per django urlpattern - Replace all the buttons by <a> tag - Use get_queryset() for filtering data for pagination - Make buttons large - Add Pagination in ajax_question_filter.html - Hide Pagination when there is no question object
2020-01-02Resolve conflictsCruiseDevice
2020-01-02Change courses page with new UIadityacp
2019-12-27Fix pep8 for stdio spacing errormaheshgudi
2019-12-27Allow new line to be added in an stdio testcasemaheshgudi
2019-12-20Change forms.py and views.pyadityacp
- Add pagination for the courses in the moderator dashboard - Add bootstrap class for input type in forms.py
2019-07-30Merge pull request #622 from CruiseDevice/offline_yakshAkash Chavan
Download course from yaksh for offline purpose.
2019-07-23Fix course filter query to display only non trial courses on the dashboardankitjavalkar
2019-07-03Minor changesCruiseDevice
- Remove commented code. - Add active class to the tab selected on sidebar.
2019-06-27Fix Nonetype error due to incorrect if-else during course_code searchankitjavalkar
2019-06-07Improve UI in offline YakshCruiseDevice
2019-05-31Add templates and more featuresCruiseDevice
2019-04-24Upgrade Jquery version from 1.9.1 to 3.3.1 in all templatesCruiseDevice
2019-04-23Merge pull request #599 from prathamesh920/csv-upload-fixankitjavalkar
Fix user CSV upload issue
2019-04-17Fix PEP8 issueKing
2019-04-17Fix user CSV upload issueKing
2019-04-09Merge pull request #592 from ankitjavalkar/add-prereq-passing-checkKing
Add functionality to restrict access to next module based on passing previous module
2019-04-09Fix PEP8 issuesankitjavalkar
2019-03-25Fix PEP8 issues and variable namesankitjavalkar
2019-03-12Add functionality to restrict access to next module based on passing ↵ankitjavalkar
previous module
2019-03-06Merge pull request #563 from ankitjavalkar/quiz-inprogress-bug-fixKing
Allow student to open a quiz if status is inprogress
2019-02-26Merge pull request #566 from ankitjavalkar/toggle-view-gradeKing
Toggle view grade and other UI improvements
2019-02-26Multiple changesankitjavalkar
- Fix failing test cases and make changes based on feedback - Fix PEP8
2019-02-18Remove the duplicate condition to check if user is quiz creator in ↵CruiseDevice
preview_questionpaper view