Commit Graph

429 Commits

Author SHA1 Message Date
sairaj mote
e54c038ff4
Merge pull request #11 from sairaj-mote/master
input fix
2020-09-12 00:46:30 +05:30
sairaj mote
9aaeba7f88 input fix 2020-09-12 00:45:27 +05:30
sairaj mote
d6f99f6a54
Merge pull request #10 from sairaj-mote/master
scrolling fix
2020-09-12 00:37:46 +05:30
sairaj mote
016bcfcd0e fixes
Srolling sheets issue fixed
inputs not disabling fixed
2020-09-11 17:09:52 +05:30
sairaj mote
4aa79b9eb9
Merge pull request #1 from ranchimall/master
latest changes
2020-09-11 16:11:39 +05:30
Sai Raj
98b0d71cf1
Merge pull request #2 from ranchimall/master 2020-09-05 04:10:53 +05:30
Sai Raj
0b12b2c1c0
Merge pull request #9 from sairajzero/dev
v0.9.4 - Forward and Grading
2020-09-05 04:04:22 +05:30
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
162bfd7cc5 fixed sign in bug 2020-08-26 10:58:24 +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
Sai Raj
325f977f81
Merge pull request #5 from sairajzero/master 2020-08-25 18:18:26 +05:30
sairajzero
9c6cf8d67f updating stdop
Bug fixed: bug caused when invalid privKey is entered
2020-08-25 18:16:08 +05:30
Sai Raj
8078a83122
Merge pull request #10 from sairajzero/master 2020-08-25 18:05:57 +05:30
sairajzero
9b7dd8214d bug fix
- Fixed: Invalid private key on signing in error not working correctly and cause other bugs
2020-08-25 18:03:12 +05:30
Sai Raj
8697cdafbc
Merge pull request #4 from sairajzero/master 2020-08-25 14:48:03 +05:30
sairajzero
9712681436 Making public sheets accept their own floID 2020-08-25 14:45:12 +05:30
Sai Raj
2070e6ba26
Merge pull request #3 from sairajzero/master 2020-08-25 13:09:34 +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
Sai Raj
573f1df477
Merge pull request #2 from sairajzero/master 2020-08-23 14:41:56 +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
Sai Raj
49d4377900
Merge pull request #9 from sairajzero/master 2020-08-20 17:53:05 +05:30
Sai Raj
d5ab893eef
Merge pull request #1 from sairajzero/master 2020-08-07 04:41:51 +05:30
sairajzero
98d2f02d30 updating std_op 2020-08-07 04:40:05 +05:30
sairajzero
5e8f0dddb5 Update README.md 2020-08-07 04:34:14 +05:30
sairajzero
fe1ce64562 minor change
-  floBlockchainAPI's readData: changing default limit option value from 1000 to no limit
2020-08-07 04:34:03 +05:30
sairajzero
58bee2e9db minor bug fix
- floBlockchainAPI.readData's option pattern ll now test for JSON key matching the pattern
- startUp fn readAppConfigFromAPI checks if the content is a object or not to prevent errors
2020-08-07 04:19:38 +05:30
sairajzero
ceecfab2b7 Merge branch 'master' of https://github.com/sairajzero/Standard_Operations 2020-08-05 14:05:37 +05:30
sairajzero
c3607aa58f Update README.md 2020-08-05 13:56:12 +05:30
Sai Raj
d4ce67033d
Merge pull request #4 from ranchimall/master 2020-08-05 13:51:17 +05:30
5b93464f42
Update README.md 2020-08-05 13:49:07 +05:30
sairajzero
f6a07b20ba Minor Improvements
- generalData now also stores sign and pubKey.
- renamed startup fn readSubAdminListFromAPI to readAppConfigFromAPI.
- readAppConfigFromAPI also loads settings from the IDB to floGlobals.
2020-08-01 18:38:10 +05:30
sairajzero
62c190567e Adding settings and encrypted generalData feature
- floDapps now reads 'settings' from blockchain
- improved manageSubAdmins: doesnot send tx if addList and rmList are empty (i.e, no changes)
- setApplicationSettings: used to set settings for the application.
Note: existing settings are overwritten (ie, not appended) if same key is used.
- sendGeneralData now supports a new option (encrypt): Encrypts the message before sending.
Note: option value can be boolean true or pubKey of a floID. Passing true will encrypt the data using the default encryptionKey (default 'encryptionKey' must be set in settings).
- getNextGeneralData now supports a new option (decrypt): Decrypts the message if possible.
Note: option value can be true, privateKey or array of privateKeys.
If boolean true is passed, decrypts using myPrivKey (loggedIn privateKey).
If privateKey (string) is passed, decrypts using the given privateKey.
If array of privateKeys are passed, decrypts the message using the suitable key from the given array. (for example, say messages A, B, C are encrypted for keys X, Y, Z respectively, passing [X, Z] will decrypt messages A and C.
2020-07-31 22:24:27 +05:30
e2d9adde07
Update README.md 2020-07-05 23:16:52 +05:30
9d909ebc8c
Update README.md 2020-07-05 23:14:32 +05:30
2edf26228a
Update README.md 2020-07-05 22:26:22 +05:30
be52706a05
Update README.md 2020-07-05 22:16:52 +05:30
9be2c5103d
Update README.md 2020-07-05 19:03:29 +05:30
f13e87dbf9
Update README.md 2020-07-05 18:18:11 +05:30
084aced9b7
Update README.md 2020-07-05 18:15:34 +05:30
70f8cd95b1
Update README.md 2020-07-05 17:15:35 +05:30
e065f688af
Update README.md 2020-07-05 17:06:15 +05:30
6c55653f2a
Update README.md 2020-07-05 14:26:54 +05:30