Commit Graph

390 Commits

Author SHA1 Message Date
sairaj mote
890325989a UI update
Added error page for failed loading data from blockchain
2021-05-14 02:39:50 +05:30
sairaj mote
e873f0147c UI update
--Added total net fun value

-- converted fund block to a component
2021-05-14 02:19:55 +05:30
sairajzero
bb8155940d Update index.html
- calculate total invested and total net for a fund.
2021-05-13 21:50:16 +05:30
sairajzero
6c3d63d4b0 Update index.html 2021-05-13 20:29:03 +05:30
sairajzero
6d0b5a7d95 Bug fix
- continuation of funds not storing correctly in IDB
2021-05-13 20:25:44 +05:30
sairaj mote
a546e216bf UI update
Added total invested fund amount to fund
2021-05-13 17:10:29 +05:30
sairajzero
647fb995dc Update index.html
- Adding official data strings
- Calculate total invested amounts.
- show error when the floData generated is too long while creating/adding funds
2021-05-13 15:45:46 +05:30
sairajzero
f2cd945d20 Update index.html
- updated the fund investment string parser
- removed the title attribute for fund block
- set input type of amount to text instead of number ( to allow words like lakhs)
2021-05-11 21:25:33 +05:30
sairaj mote
8c8b0bcd0e UI fix 2021-05-11 02:13:15 +05:30
sairaj mote
383521c8ed UI fix 2021-05-11 01:55:13 +05:30
sairaj mote
6977728804 UI update
Added loading screeen
2021-05-11 01:47:47 +05:30
sairaj mote
5e668677d8 UI update 2021-05-10 17:47:38 +05:30
sairaj mote
cdc359956a Typo fix 2021-05-10 17:42:02 +05:30
sairaj mote
1b7db4a9cd Bug fix
error handling for unknown elements
2021-05-10 17:39:30 +05:30
sairaj mote
dec4d18daf UX update 2021-05-10 17:10:21 +05:30
sairaj mote
4078e3b45c UI update
Added custom fund confirmation UI
2021-05-10 01:17:04 +05:30
sairajzero
57504e810c Update index.html
- bug fixed: BTC value not parsed correctly
- added submit event for fund create form
2021-05-09 17:19:29 +05:30
sairaj mote
f87352236a UI/UX and feature update
-- Added filtering option for funds based on selected term

-- added loading placeholder for funds

-- added investor grouping based on blockchain transaction
2021-05-08 03:40:31 +05:30
sairajzero
510c7bbe83 Update index.html
- grouping for investors in same tx
- added on-submit fn for create term
2021-05-07 22:37:47 +05:30
sairaj mote
2a5e821bde UI update
Added background for homepage
2021-05-06 03:40:55 +05:30
sairaj mote
97080cf617 UX update 2021-05-06 02:46:04 +05:30
sairaj mote
55854daabc UI update
Added toggle for adding investors in existing funds and new funds
2021-05-06 00:19:08 +05:30
sairaj mote
016ce576f7 UI update 2021-05-04 03:34:42 +05:30
sairajzero
74439c5c1a Fund continuation
- Added support to continue funds with new tx data.
- Improved parseNumber
- createFundString now requires funds parameter to be array instead of object (as same investor can have multiple investments in same fund)
2021-05-02 02:23:50 +05:30
sairajzero
397cc4236c UI fix 2021-05-01 15:40:50 +05:30
sairajzero
68e572b2fd bug fixes 2021-05-01 15:34:26 +05:30
sairajzero
4970639608 bug fixes 2021-04-30 04:13:31 +05:30
sairajzero
676c0fcb36 update
adding createTermString and createFundString
2021-04-29 04:34:46 +05:30
sairajzero
a75ca4e0df base UI 2021-04-29 04:08:15 +05:30
sairajzero
e74ef43546 adding backend module 2021-04-29 03:00:17 +05:30
sairajzero
d7d36b6b0e adding stdop 2021-04-29 02:58:22 +05:30
sairajzero
42d01c2127 Initial commit 2021-04-25 19:25:38 +05:30
sairajzero
962f68c230 floBlockchainAPI v2.0.1b
Additional filter options to readData function
- receivedOnly: filters only received data
- txid: (boolean) resolve txid or not
- sender: flo-id(s) of sender
- receiver: flo-id(s) of receiver
2021-04-22 02:09:48 +05:30
sairajzero
05f110661e floCrypto_v2.0.1, floBlockchainAPI_v2.0.1a
floCrypto_v2.0.1 (ASCII fns)
- validateASCII
- convertToASCII
- revertUnicode

floBlockchainAPI_v2.0.1a
bugfix
2021-04-18 02:36:51 +05:30
sairajzero
836f359cf2 floDapps_v2.0.1c
- Added verifyPin: function to verify the pin of login credentials without logging in (ie, not storing the keys in memory)
- 'pin' argument can be ignored to check if private key is secured or not.
2021-02-12 03:06:42 +05:30
sairajzero
dd59c25d73 floCloudAPI_v2.0.2e
- Fixed bug: multiple cloud connection caused issue with inactive array.
Hence replaced Array with Set
2021-01-20 22:54:38 +05:30
sairajzero
b5532444fb floCloudAPI_v2.0.2d | floDapps_v2.0.1b
floCloudAPI_v2.0.2d
- Fixed bug: syntax error in requestObjectData
 - Added closeRequest: closes the active live requests

floDapps_v2.0.1b
- minor improvements and alignment.
- Fixed: deleteAppData deletes the lastTx data of the adminID.
2021-01-02 19:11:15 +05:30
sairajzero
1a57f74704 Alignment
- Moving onLoadStartUp script tag to head
2020-12-31 23:20:51 +05:30
Sai Raj
634aa5aebd
Merge pull request #13 from sairajzero/master 2020-12-19 22:35:42 +05:30
sairajzero
fc747dae83 floBlockchainAPI v2.0.1 | floCloudAPI v2.0.2c
- Added: getTx(txid) to floBlockchainAPI. resolves the tx data of the given txid.

-
2020-12-19 22:26:00 +05:30
sairajzero
30c13ae12f compactIDB v2.0.1
- Fixed bug: database upgrade not working correctly when upgrading existing db.
- Added upgradeDB as a standalone function. (also called by initDB if upgrade is required)
- Added getDBversion: resolves the version of the db
- Improved openDB: rejects if the db is not found
2020-12-15 05:02:50 +05:30
sairajzero
b0e15d1a7f Minor bug fixes 2020-12-09 03:49:32 +05:30
Sai Raj
cafd76655e
Merge pull request #12 from sairajzero/master 2020-11-30 03:31:31 +05:30
sairajzero
99ce43c089 floCloudAPI_v2.0.2a | floDapps_v2.0.1
floCloudAPI v2.0.2a
- deleteApplicationData accepts options instead of application (to match other functions).
- Added editApplicationData
- sendGeneralData not longer stores data in IDB.
- fixed bug: Infinite callback loop in requestGeneralData and requestObjectData

floDapps v2.0.1
- added mid startup support
- added deleteUserData and deleteAppData
- replaced reactor startup logger with setCustomStartupLogger
2020-11-30 03:29:06 +05:30
Sai Raj
5a1aff68ce
Merge pull request #11 from sairajzero/master 2020-10-15 01:46:04 +05:30
Sai Raj
a650ed17a8
Merge pull request #6 from sairajzero/dev
version update (Major changes)
2020-10-15 01:43:29 +05:30
Sai Raj
50594b6bd9
Merge pull request #5 from ranchimall/master 2020-10-15 01:41:32 +05:30
sairajzero
f5f29cb620 bug fix
- Changed SNStorageID
- fixed bug: supernodes not read from blockchain
- generalData incorrectly stored
2020-10-15 01:33:19 +05:30
sairajzero
a8218630ea Contacts feature
- spliting IDB into 3 parts:
1. floDapps - common DB for all apps across all users
2. userDB - common DB for all apps for specific user floID
3. appDB - app DB across all users

- contacts, pubKeys can be stored by users in userDB
- users can send direct message across all apps using floDapps.sendMessage
- syncData can be used to sync user data between devices
2020-10-12 02:38:28 +05:30
sairajzero
cc2d4f8248 Mark feature 2020-09-27 03:21:43 +05:30