A spreadsheet app based of FLO via Supernode Cloud
* 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 |
||
|---|---|---|
| index.html | ||
| README.md | ||
FLO_LogSheet
A log sheet app based of FLO via Supernode Cloud