forked from Chino96/LMSLite
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchangelog
More file actions
47 lines (47 loc) · 2.37 KB
/
changelog
File metadata and controls
47 lines (47 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
- version: unreleased
- setup custom email(@Chino96)
- Quizzes can be verified with quiz codes(@Chino96)
- Assignments restricted by date(@Chino96)
- Fixed form bugs(@kh06089)
- Able to take survey(@kh06089)
- Survey editing for professors updates file(@Chino96)
- created pre survey page(@kh06089)
- Edit Survey Page edits file(@Chino96)
- Created Homework view pages and student upload assignment(@kh06089)
- Created Survey forms(@Chino96)
- Student can view grades(@Chino96)
- Fixed course admin creation form(@Chino96)
- grades upload resopnses to Google Cloud(@Chino96)
- Finished grade model(@Chino96)
- Added and populated grade pages(@kh06089)
- created grade assignment list view (@kh06089)
- Created buffer page for student side quiz (@kh06089)
- Created Grade model(@Chino96)
- Homework can download file(@Chino96)
- quiz grading is calculated(@Chino96)
- exposed grading/reset bug(@Chino96)
- added useful functions to new helpers Class(@Chino96)
- Added reset quiz method set all incorrect (@kh06089)
- Dynamically added file to cloud, create edit form from uploaded file(@Chino96)
- Quiz form now displays list of quizes for course(Chino96)
- Finished quiz edit form using read logic(@Chino96)
- Changed course/quiz/homework forms also updated corresponding models(@Chino96)
- added a basic profile page, added User authenticated link displays to base.html(@Chino96)
- started courses app added courses to admin page(@Chino96)
- Got CSS working(@as12660)
- Added Professor model to admin page(@Chino96)
- Changed Student and Professor Add and Change forms(@Chino96)
- Added course list to profile page(@Chino96)
- Changed course creation form and course model(@Chino96)
- Created base Course Page Template(@Chino96)
- Added read in file logic to courses/forms.py (@kh06089)
- Added navigation bar to the home page (@cm09516)
- Added navigation bar to the course page (@kh06089/@as12660)
- Updated auto sizing of page elements for Login and Home (@as12660)
- Added more CSS (including animation) to home/login/profile/course page (@as12660)
- Added dropdown menu to Assignments tab in navigation on course page along with other small CSS changes (@as12660)
- Added date and weather to home page (@as12660)
- Added profile info and changed slight CSS (@as12660)
- created quiz taking page and corresponding view (@kh06089)
- Created student quiz page(@kh06089)
- Javascript quiz dynamic creation (@cm09516/@as12660)