-
-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: codeclassroom/codeclassroom
base: master
head repository: codeclassroom/codeclassroom
compare: animesh-edit-delete
- 20 commits
- 65 files changed
- 2 contributors
Commits on Mar 8, 2020
-
Add signup and login/logout capabilities
Updated app's view functions. Updated app's URLConf to allow users to signup, login and logout. Added templates for signup, login and logout. Added static files for app. Added signup view function to handle signing up students and professors. Added a SignUpForm to handle signing up students and professors. Updated Student model to have roll_no as a blankable, nullable field (temporary).
Configuration menu - View commit details
-
Copy full SHA for 1d7c572 - Browse repository at this point
Copy the full SHA 1d7c572View commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0e81256 - Browse repository at this point
Copy the full SHA 0e81256View commit details
Commits on Mar 20, 2020
-
Add Create/Edit Assignment functionality
Created ModelForms for creating/editing Assignments. Created views to create/edit Assignments. Created templates for create/edit/view Assignment views.
Configuration menu - View commit details
-
Copy full SHA for f1cc6ec - Browse repository at this point
Copy the full SHA f1cc6ecView commit details
Commits on Mar 21, 2020
-
Add Create/View/Edit Questions functionality.
Added ModelForms for creating/editing Questions. Added URLs for Create/View/Edit Questions views. Created Create/View/Edit view functions for Questions. Updated assignment.html template to have view Question link. Added templates for creating, viewing and editing Questions.
Configuration menu - View commit details
-
Copy full SHA for 12e81fa - Browse repository at this point
Copy the full SHA 12e81faView commit details
Commits on Mar 22, 2020
-
Add Join Classroom functionality for Students
Added Join Classroom functionality for Students. Created form, view for join classroom functionality and added URL to app's URLConf. Updated assignment.html, classroom.html, question.html template to render Edit link only for Classroom Professor.
Configuration menu - View commit details
-
Copy full SHA for a942129 - Browse repository at this point
Copy the full SHA a942129View commit details
Commits on Apr 6, 2020
-
- Run the godamn linter - Code Running feature
Configuration menu - View commit details
-
Copy full SHA for ee7f2a7 - Browse repository at this point
Copy the full SHA ee7f2a7View commit details
Commits on Apr 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9455d23 - Browse repository at this point
Copy the full SHA 9455d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d0cb1b - Browse repository at this point
Copy the full SHA 9d0cb1bView commit details
Commits on Apr 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d6f1f3 - Browse repository at this point
Copy the full SHA 6d6f1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f8a5a - Browse repository at this point
Copy the full SHA a3f8a5aView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 737909b - Browse repository at this point
Copy the full SHA 737909bView commit details
Commits on May 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c94e121 - Browse repository at this point
Copy the full SHA c94e121View commit details
Commits on May 24, 2020
-
Add cc-index.html along with index.css. Change template being rendered on index route to cc-index.html.
Configuration menu - View commit details
-
Copy full SHA for e4d2d60 - Browse repository at this point
Copy the full SHA e4d2d60View commit details
Commits on May 26, 2020
-
Create base.css in app's static files to hold common styling. Update some markup in cc-index.html and corresponding styling in index.css. Create cc-dashboard.html along with corresponding dashboard.css. Commented out the HTTPS meta tag in base.html. Update app's index view to redirect to dashboard view.
Configuration menu - View commit details
-
Copy full SHA for 5c11fdb - Browse repository at this point
Copy the full SHA 5c11fdbView commit details
Commits on May 27, 2020
-
Added LOGIN_URL and LOGIN_REDIRECT_URL settings to settings.py. Added classrooms and assignments views to views.py. Modified cc-dashboard.html to be used as a base template. Separated CSS for each template. Added cc-classrooms.html with create classroom functionality. Added cc-classroom.html. Added cc-assignments.html to list out all assignments from all classrooms.
Configuration menu - View commit details
-
Copy full SHA for 5d5709b - Browse repository at this point
Copy the full SHA 5d5709bView commit details
Commits on May 28, 2020
-
Implement Assignments view design
Added SF Pro Display font to base.css. Implemented Assignments view design.
Configuration menu - View commit details
-
Copy full SHA for 84e490b - Browse repository at this point
Copy the full SHA 84e490bView commit details
Commits on May 29, 2020
-
Add edit/delete bubble in Assignment template
Added edit/delete bubble in Assignment template for professors. Added a dummy Assignment creation form in Assignment template.
Configuration menu - View commit details
-
Copy full SHA for 4b37780 - Browse repository at this point
Copy the full SHA 4b37780View commit details
Commits on Jun 7, 2020
-
Added messages to cc-base-dashboard.html. Added link to assignment in classroom and assignments views. Updated assignment view for new design (WIP). Updated question view for new design (WIP).
Configuration menu - View commit details
-
Copy full SHA for b29b024 - Browse repository at this point
Copy the full SHA b29b024View commit details
Commits on Jun 16, 2020
-
Add assignments, questions creation functionality
Updated CSS for various views. Added messages to classrooms, classroom and assignment views. Added assignments and questions creation functionality. Deleted old useless JS from app's static files.
Configuration menu - View commit details
-
Copy full SHA for 92237d7 - Browse repository at this point
Copy the full SHA 92237d7View commit details
Commits on Jun 27, 2020
-
Add Edit & Delete functionality
Added Edit and Delete functionality for the following entities: - Classrooms - Assignments - Questions Added some helpful boolean context variables to render forms and links in templates conditionally.
Configuration menu - View commit details
-
Copy full SHA for 808160c - Browse repository at this point
Copy the full SHA 808160cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...animesh-edit-delete