Commit Graph
88 Commits
Author SHA1 Message Date
trentlarson beb7821f58 in stats-world, refactor claim-loading code to separate file (no logic changes) 2023-05-18 18:54:11 -06:00
trentlarson 712b25bc71 add error message to stats page 2023-05-18 18:23:17 -06:00
trentlarson f039f98b61 on stats-world: adjust some lighting and position, and add an attempt at a screen-capture 2023-05-18 18:04:10 -06:00
trentlarson f7a149444a tweak timing & spacing of stats-world, and log relevant tasks 2023-05-17 21:13:01 -06:00
trentlarson 58e962a3bd load stats-world bushes and make 'em grow! 2023-05-17 20:46:40 -06:00
trentlarson 7160aa3cc5 remove test cube from stats-world 2023-05-17 18:22:46 -06:00
trentlarson 786f0bd94a make the lights wait to turn on in stats-world 2023-05-17 18:20:55 -06:00
trentlarson b5db2b4140 refactor variable names (no logic changes) 2023-05-17 17:42:26 -06:00
trentlarson faa7959929 make all lights move in stats-world 2023-05-17 17:40:10 -06:00
trentlarson 3dd1b6f6f0 add some other screen actions (kinda ugly); add load of claims 2023-05-17 08:46:10 -06:00
trentlarson 9b1c51ba15 adjust stats-world perspective & size & colors 2023-05-16 18:56:50 -06:00
trentlarson 8c6c32ed20 finish removal from last commit 2023-05-16 16:40:55 -06:00
trentlarson 0eaf72b83b remove yet more randomness that has no effect in stats-world 2023-05-16 16:30:33 -06:00
trentlarson 41d3ad56f5 remove some random numbers that don't seem to make a difference in stats-world 2023-05-16 16:26:27 -06:00
trentlarson 0227d32f15 add a simple box in stats-world 2023-05-16 16:25:32 -06:00
trentlarson b5ab485354 enable zooming on the stats-world 2023-05-16 16:17:34 -06:00
trentlarson 02ae78de7b totally remove code to make terrain bob up and down 2023-05-16 07:50:26 -06:00
trentlarson 64f3dbd138 play with sizing, and stop bobbing and rotation 2023-05-16 07:49:44 -06:00
trentlarson f603882d42 modify some things to remove warnings on server and in browser console 2023-05-16 06:39:36 -06:00
trentlarson a9844e6e78 add beginning of visualization for statistics, unmodified from blog code 2023-05-16 06:22:19 -06:00
trentlarson fb7d51ac4c Merge pull request 'add help blurb for when we don't see info about someone that we should see' (#16) from help-visibility into master
Reviewed-on: trent_larson/kick-starter-for-time-pwa#16
2023-05-11 21:21:44 -04:00
trentlarson 85031f84c0 add help blurb for when we don't see info about someone that we should see 2023-05-07 19:52:40 -06:00
trentlarson 3b35fe7ff3 update tasks 2023-03-29 16:28:44 -06:00
trentlarson 00182443fd adjust to change of confirmed -> amountConfirmed 2023-03-27 20:37:22 -06:00
trentlarson fed1ec6397 update tasks for latest give/confirm work 2023-03-26 20:33:36 -06:00
trentlarson a20e63a57e instructions for testing, including multiple identifiers 2023-03-26 19:07:01 -06:00
trentlarson a3b577e2c2 allow to confirm an amount received 2023-03-26 09:04:00 -06:00
trentlarson 1279ff050c allow to switch between accounts 2023-03-26 08:05:32 -06:00
trentlarson 6c05d3105f parameterize main identifier (to prepare the way for multiple) 2023-03-25 21:43:51 -06:00
trentlarson 2e530518b1 fix latest transaction description tooltip 2023-03-25 20:00:58 -06:00
trentlarson eadcc22e9a fix sort order of items on contact given-amounts page 2023-03-25 19:53:18 -06:00
trentlarson 25b9dce669 fix the on-screen total update for unconfirmed amount 2023-03-25 19:47:36 -06:00
trentlarson f281e41181 add details on contact-specific page 2023-03-25 19:03:25 -06:00
trentlarson 9317b59231 feat: add a page for details about contact transactions (which I'll fill in soon) 2023-03-24 22:04:53 -06:00
trentlarson c6bb7b9d42 fix unconfirmed give display, and add alert on success 2023-03-24 20:24:56 -06:00
trentlarson 3177d0f4b3 feat: allow selection of total vs confirmed vs unconfirmed give amounts 2023-03-22 21:56:02 -06:00
trentlarson cdef139468 fix: show correct description 2023-03-22 21:11:16 -06:00
trentlarson a7363eadcf feat: add tooltip for latest give description 2023-03-22 21:09:15 -06:00
trentlarson f7e3a036e0 Merge branch 'master' into separate-dbs 2023-03-22 18:05:30 -06:00
trentlarson e17140206c feat: add description to confirmation 2023-03-22 17:55:39 -06:00
trentlarson 7a7c5b6ba1 add registration check and the ability to register someone 2023-03-21 20:45:53 -06:00
trentlarson 55c0eb6114 add functions for visibility to contacts 2023-03-21 18:49:40 -06:00
trentlarson 0ea123e028 fix highlights on bottom row 2023-03-20 19:46:17 -06:00
trentlarson fdac4f2665 allow deletion of a contact 2023-03-20 19:29:58 -06:00
trentlarson 5c75ad80af add correct encodings for public keys, plus some instructions for entering a contact 2023-03-20 18:58:55 -06:00
trentlarson d293d0c3e2 show/hide given totals based on setting rather than URL parameter 2023-03-20 09:19:40 -06:00
trentlarson 07bba55a30 add help page; add tasks for rest of "contact giving" functions 2023-03-19 19:47:37 -06:00
trentlarson 4cec3859ea refactor: misc tweaks for types, lint, etc 2023-03-19 18:29:02 -06:00
trentlarson c7fa6823bc add DB export 2023-03-19 18:23:15 -06:00
trentlarson 34a50d75b3 remove the handle for test-user registration, and add easier instructions 2023-03-19 17:33:18 -06:00
trentlarson 45b54db01e separate account from other data for backup/restore 2023-03-19 16:25:19 -06:00
trentlarson fb44c8aa48 Merge pull request 'Add settings table.' (#12) from db-set-and-bak into master
Reviewed-on: trent_larson/kick-starter-for-time-pwa#12
2023-03-19 13:30:27 -04:00
trentlarson ee32c1aef4 Merge branch 'master' into db-set-and-bak 2023-03-19 11:30:00 -06:00
trentlarson ae96d88680 Merge pull request 'add contacts DB & page' (#10) from add-contacts into master
Reviewed-on: trent_larson/kick-starter-for-time-pwa#10
2023-03-19 13:10:47 -04:00
trentlarson 75eb712c62 Merge pull request 'show totals of GiveAction entries for contacts' (#11) from contact-tallies into add-contacts
Reviewed-on: trent_larson/kick-starter-for-time-pwa#11
2023-03-19 13:09:54 -04:00
trentlarson b3cdcb010a change dateCreated to a string (from a Date object, which persists as a Date object) 2023-03-18 20:46:59 -06:00
trentlarson 59d621efc1 add toggle for displaying give amounts for each contact 2023-03-18 20:37:50 -06:00
trentlarson afc175e3e7 add settings table to store names (and other things soon) 2023-03-18 19:56:57 -06:00
trentlarson 315cdc0cf1 remove unused lastView and localStorage account names 2023-03-18 18:06:58 -06:00
trentlarson 5f3861049e remove separate storage reference for account check 2023-03-18 17:42:27 -06:00
trentlarson cfeabf05a4 refactor DB organization (prepping for more tables) 2023-03-18 17:04:14 -06:00
trentlarson f6a7677bdc feat: add a description for time gifts (and refactor errors) 2023-03-15 21:04:10 -06:00
trentlarson 9cb10b8561 ui: change item on bottom row to 'contacts' 2023-03-15 18:49:05 -06:00
trentlarson d6a5bd02f3 fix: type-checking 2023-03-14 20:31:26 -06:00
trentlarson d5abfb0265 feat: load totals immediately, and prompt to verify giving amount 2023-03-14 18:42:30 -06:00
trentlarson 392728fd4a feat: allow entry and send of a Give to/from addresses in contact list 2023-03-14 17:03:32 -06:00
trentlarson 7214882523 feat: show hours given to and received from contacts 2023-03-13 20:36:33 -06:00
trentlarson 53204179a2 Merge pull request 'updating tasks for the end of this stage' (#9) from trentlarson-patch-1 into master
Reviewed-on: trent_larson/kick-starter-for-time-pwa#9
2023-03-12 23:15:26 -04:00
trentlarson 4fdfe2f824 feat: add contacts DB & page 2023-03-12 18:30:18 -06:00
trentlarson 682942268d updating tasks 2023-03-05 21:19:07 -05:00
trentlarson 701f71e942 Merge pull request 'refactor: migrate to handleId (since fullIri will soon be deprecated)' (#8) from handleId-migrate into master
Reviewed-on: trent_larson/kick-starter-for-time-pwa#8
2023-03-01 22:36:28 -05:00
trentlarson 8b0b65c55b refactor: migrate to handleId (since fullIri will soon be deprecated) 2023-02-28 09:12:00 -07:00
trentlarson 6c38e69f9e docs: remove completed tasks regarding IDs 2023-02-07 20:50:56 -07:00
trentlarson f4dcfb8dad linting update (no functional changes) 2023-02-07 20:30:17 -07:00
trentlarson f886be7844 Merge pull request 'update to new endpoints with the editable plan "handle"' (#7) from pull-only-plans into master
Reviewed-on: trent_larson/kick-starter-for-time-pwa#7
2023-01-31 22:46:39 -05:00
trentlarson 83a9dc332c chore: understandable debugging 2023-01-25 16:32:19 -07:00
trentlarson 5638798ca8 chore: update to match latest API for retrieving plans 2023-01-25 09:10:16 -07:00
trentlarson 1bedbe17c0 feat: adjust to the new endpoints for editable plan records 2023-01-23 22:14:46 -07:00
trentlarson 4664d697fd feat: restrict to only pull PlanActions for issuer 2023-01-19 21:30:00 -07:00
trentlarson fa01125c84 docs: add testing info, tweak tasks 2023-01-19 21:29:45 -07:00
trentlarson 2a7c858662 refactor: use our own SimpleSigner since library version is deprecated 2023-01-09 19:08:41 -07:00
trentlarson 693df1bda1 feat: switch to the SimpleSigner code for working signatures 2023-01-07 23:37:38 -07:00
trentlarson d3e590822e docs: fix spelling error 2023-01-07 23:34:42 -07:00
trentlarson 4e1263d041 test: add function for test User #0 to register a new user 2023-01-07 23:15:39 -07:00
trentlarson 9d566fa977 fix: use SimpleSigner directly from did-jwt 2023-01-06 19:25:53 -07:00
trentlarson 3034d66a5d docs: insert coding project task list into this repo 2023-01-01 12:48:42 -07:00
trentlarson ba14fd4242 chore: add setup file for asdf-vm.com 2023-01-01 12:43:34 -07:00
trentlarson d2cea34242 fix: remove code for lowercase checks (that were for old uPort) 2022-12-29 16:13:51 -07:00