A spreadsheet app based of FLO via Supernode Cloud
Go to file
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
index.html v0.9.4 - Forward and Grading 2020-09-05 03:53:43 +05:30
README.md Changing name to log 2020-03-21 20:00:57 +05:30

FLO_LogSheet

A log sheet app based of FLO via Supernode Cloud