* Revert src/constants/app.ts and package.json (if that was prod), edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production.
* Revert src/constants/app.ts and package.json (if that was prod), edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production.
- in mobile - change give & fulfills to array of objects?
- migrate all existing records to gifts (after clients send DonateAction)
- update docs
- show VC details... somehow:
- show VC details... somehow:
- add VC confirmation - BVC may have an org page
- 01show my VCs - most interesting, or via search
- 01show my VCs - most interesting, or via search
- 04allow user to download chains of VCs, mine + ones I can see about me from others
- 04allow user to download chains of VCs, mine + ones I can see about me from others
- add VC confirmation
- ongives feed - link to project
- show feed of offers, new projects, etc -- maybe limited to my search area
- revenue
- copy button for seed
- copy button for seed
- .5 If notifications are not enabled, add message to front page with link/button to enable
- .5 If notifications are not enabled, add message to front page with link/button to enable
- record donations vs gives
- make server endpoint for full English description of limits
- make server endpoint for full English description of limits
- make identicons for contacts into more-memorable faces (and maybe change project identicons, too)
- make identicons for contacts into more-memorable faces (and maybe change project identicons, too)
- create a help-desk document & add screenshots
- create a help-desk document & add screenshots
- 01server - show all claim details when issued by the issuer
- 01server - show all claim details when issued by the issuer
- .1 update "offer" units to have same functionality as "give" units
- onhome page, prompt for install check in addition to "supports notifications" check (since they won't get notified if Chrome is closed)
- 01onMac (& Windows?) desktop, add a help blurb so that they can find it again (since it doesn't show in Application list)
- 01onMac (& Windows?) desktop, add a help blurb so that they can find it again (since it doesn't show in Application list)
- bug - got error adding on Firefox user#0 as contact for themselves
- bug - got error adding on Firefox user#0 as contact for themselves
- bug (that is hard to reproduce) - back-and-forth on discovery & project pages led to "You need an identity to load your projects." error on product page when I had an identity
- bug (that is hard to reproduce) - back-and-forth on discovery & project pages led to "You need an identity to load your projects." error on product page when I had an identity
@ -21,12 +32,10 @@ tasks:
- bug (that is hard to reproduce) - on the second 'give' recorded on prod it showed me as the agent
- bug (that is hard to reproduce) - on the second 'give' recorded on prod it showed me as the agent
- 01send visibility signal as a VC and store it
- 01send visibility signal as a VC and store it
- 04remove 'rowid' references (that are sqlite-specific); may involve server
- 04remove 'rowid' references (that are sqlite-specific); may involve server
- 04look at other examples for better UI friend.tech
- 04look at other examples for better UI, eg friend.tech
- 01make the prod build copy the sw_scripts
- .5 Add inactive flag / end date, start date to project
- .5 Add start date to project
- .3 check that Android shows "back" buttons on screens without bottom tray
- .3 check that Android shows "back" buttons on screens without bottom tray
- .1 Make give description text box into something that expands as they type?
- .1 Make give description text box into something that expands as they type?
- .5 customize favicon assignee-group:ui
- .2 Show a warning if both giver and recipient are the same (but still allow?)
- .2 Show a warning if both giver and recipient are the same (but still allow?)
- 01Would it look better to shrink the buttons on many pages so they don't expand to the width of the screen? assignee-group:ui
- 01Would it look better to shrink the buttons on many pages so they don't expand to the width of the screen? assignee-group:ui
- .5 Display a more appealing confirmation on the map when erasing the marker
- .5 Display a more appealing confirmation on the map when erasing the marker
@ -34,11 +43,11 @@ tasks:
- switch some checks for activeDid to check for isRegistered
- switch some checks for activeDid to check for isRegistered
- .2 in SeedBackupView, don't load the mnemonic and keep it in memory; only load it when they click "show"
- .2 in SeedBackupView, don't load the mnemonic and keep it in memory; only load it when they click "show"
- .5 fix cert generation on server (since it didn't happen automatically for Nov 30)
- .5 fix cert generation on server (since it didn't happen automatically for Nov 30)
- .1 remove 2 second setTimeout in NewEditProjectView.vue