Commit Graph

13 Commits

Author SHA1 Message Date
Sai Raj
c89773178e
Merge branch 'master' into dev 2020-09-05 04:00:53 +05:30
sairajzero
9e806ea82b v0.9.4 - Forward and Grading
* logSheet module changes: *
- Adding forward and grade feature: subAdmins in the editor list of respective sheets can forward/grade the logs of others.
(NOTE: Cannot forward/grade own log)
- Made required changes for viewSheets for the above feature.
- Fixed Bug: manageSheetControl didnot have title as argument.
- Passing argument as null for both addList and rmList in manageSheetControl makes the sheet public.
(ie, logSheet.manageSheetControl(title, null, null)
- Passing valid argument (Array of editors) for addList will convert public sheet into controlled.
(ie, logSheet.manageSheetControl(title, [array,of,editors,to,add], null)
- groupBy functions now require the sheet data from viewLogs as parameter. (As constrains are added for logs, direct fetch from generalData wont work).

* UI changes: *
- To create a public sheet, enter 'public' in writers field.
- Grade column will be added for all sheets displaying grade of each log.
(Note: blank = Not graded)
- subAdmins in editor list will be able to grade or regrade (type the grade and click enter)
- Sort table also works for grade
2020-09-05 03:53:43 +05:30
sairaj mote
b764d385db
fixed sign in bug 2020-08-26 10:56:28 +05:30
sairaj mote
14221b3a76
Merge pull request #8 from sairaj-mote/master
added wrong private key error notification
2020-08-25 20:53:36 +05:30
sairaj mote
f6fb67d1b8 added wrong private key error notification 2020-08-25 20:52:43 +05:30
sairaj mote
047a8e0c74
Merge pull request #7 from sairaj-mote/master
fixed reloading bug
2020-08-25 19:19:17 +05:30
sairaj mote
5874cc12c1 fixed reloading bug 2020-08-25 19:18:14 +05:30
sairaj mote
dd61c21701
Merge pull request #6 from sairaj-mote/master
added note to save edits using enter key
2020-08-25 18:41:29 +05:30
sairaj mote
0f2d5f8bc2 added note to save edits using enter key 2020-08-25 18:40:13 +05:30
sairajzero
9c6cf8d67f updating stdop
Bug fixed: bug caused when invalid privKey is entered
2020-08-25 18:16:08 +05:30
sairajzero
9712681436 Making public sheets accept their own floID 2020-08-25 14:45:12 +05:30
sairajzero
574d2f94ab adding public logsheet feature
- if editor is set to false, the sheet becomes public writable.
2020-08-25 13:08:41 +05:30
sairajzero
4b2d801cfd renaming to index.html 2020-08-23 14:38:17 +05:30