Commit Graph

21 Commits

Author SHA1 Message Date
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
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
sairajzero
febb34266c changing adminID and appName
adminID: FRaBr5F665RVkQ1A1EYrMfbX2UF52vWjKr
appName: LogSheet
2020-08-23 14:37:47 +05:30
sairajzero
98d2f02d30 updating std_op 2020-08-07 04:40:05 +05:30
sairajzero
3a24e78823 v0.9.2
Bugs Fixed:
- Fixed: sheet-view not cleared upon signout

Added:
- Added: Feature to sort the table contents (click on the column to sort)
- Added: Button to view the groupBy popup
- Added: Hovering on a log displays writer's floID and log time

Others:
- Hide sheet detail UI at startup
2020-03-31 23:37:53 +05:30
sairajzero
42f4e584cb v0.9.1
Bugs Fixed:
Fixed: Duplicates of sheetList and personList display after sign out and sign in.
Fixed: The new log entered displayed in 2nd row instead of 1st row
Fixed: Input fields not reseting after Entering a log
2020-03-30 16:03:48 +05:30
sairajzero
bf31d2d91c Adding Startup Loader and SignIn UI
Added a loader for the startup
Added SignIn UI
Added functionality for SignOut
2020-03-29 20:43:12 +05:30
sairajzero
b9b095ddd8 Add Major UI 2020-03-29 01:31:24 +05:30
sairajzero
d6a9345e04 Adding simple UI for GroupBy feature
Select the sheet and groupBy options to view the groupBy results
2020-03-21 20:53:29 +05:30
sairajzero
2e576bbc19 Adding groupLogsBy to logSheet
The following groupBy are available:
count: number of logs of each floID
total: total value of an attribute for each floID
avg: average value of an attribute for each floID
min: minimum value of an attribute for each floID
max: maximum value of an attribute for each floID
2020-03-21 20:03:33 +05:30
sairajzero
6739818a57 Changing name to log 2020-03-21 20:00:57 +05:30
sairajzero
baded96e67 Changing name to LogSheet 2020-03-21 18:55:31 +05:30
sairajzero
3b0fcce319 Alert message to 'remember to save' 2020-03-20 22:24:37 +05:30
sairajzero
e7501916c8 Adding Simple UI 2020-03-20 21:49:23 +05:30
sairajzero
003973b526 Adding attributes and description to spreadsheet 2020-03-20 16:27:30 +05:30
sairajzero
cd3894ee09 adding spreadsheet methods 2020-03-20 15:53:27 +05:30
sairajzero
a3f3d4cf06 Inital Convertion 2020-03-20 15:52:24 +05:30
Sai Raj
59b0f0fade Initial commit 2020-03-20 15:47:08 +05:30