Browse Source

bump version to 0.2.0

kb/add-usage-guide
Trent Larson 9 months ago
parent
commit
275dba4468
  1. 6
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 22
      project.task.yaml

6
CHANGELOG.md

@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - 2024.01.04
### Added
- Contact next-public-key-hash
- Icon for Android
- More thorough messaging and testing for notifications
## [0.1.9] - 2024.01.01
### Added
- Import for contacts and settings

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari_Test",
"version": "0.1.10-beta",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari_Test",
"version": "0.1.10-beta",
"version": "0.2.0",
"dependencies": {
"@ethersproject/hdnode": "^5.7.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",

2
package.json

@ -1,6 +1,6 @@
{
"name": "TimeSafari_Test",
"version": "0.1.10-beta",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

22
project.task.yaml

@ -1,18 +1,12 @@
tasks:
- Release Minimum Viable Product :
- .5 deploy endorser.ch server above Dec 1 (to get plan searches by names as well as descriptions)
- 08 thorough testing for errors & edge cases
- 01 ensure ability to recover server remotely, and add redundant access
- Turn off stats-world or ensure it's usable (eg. cannot zoom out too far and lose world, cannot screenshot).
- Add disclaimers.
- Switch default server to the public server.
- Deploy to a server.
- Ensure public server has limits that work for group adoption.
- Test PWA features on Android and iOS.
- Other features - donation vs give, show offers, show give & outstanding totals, show network view, restrict registration, connect to contacts
blocks: ref:https://raw.githubusercontent.com/trentlarson/lives-of-gifts/master/project.yaml#kickstarter%20for%20time
- add message to "add to home screen" on iOS (can't migrate later)
- http redirect on api.endorser.ch
- Add disclaimers.
- Review personal & group limits, including what's listed on the phone
- Other features - donation vs give, show offers, show give & outstanding totals, show network view, restrict registration, connect to contacts
- show VC details... somehow:
- 01 show my VCs - most interesting, or via search
@ -20,6 +14,10 @@ tasks:
- 04 allow user to download chains of VCs, mine + ones I can see about me from others
- add VC confirmation
- look for "if is a new user" -- blank name
- copy button for seed
- explanation for contact icons
- .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

Loading…
Cancel
Save