Browse Source

increment version and add -beta; tweak tasks & tests

starred-projects
Trent Larson 8 months ago
parent
commit
5412625d05
  1. 3
      README.md
  2. 8
      package-lock.json
  3. 4
      package.json
  4. 3
      project.task.yaml

3
README.md

@ -81,7 +81,8 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib
- Backup seed & data & get a CSV dump from Endorser Mobile.
- Check that the version is updated.
- Clear the browser data & add identity & import Time Safari contacts and then CSV contacts.
- Clear the browser data again. (See "Reset" below.) Make sure that it's using the test API (under Identity in 'Advanced').
- Make sure that it's using the test API (under Identity in 'Advanced').
- Clear the browser data again. (See "Reset" below.)
- Go to the account page before visiting the home page to see that there is no ID.
- On the home page:
- Check that it generated an ID.

8
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.2.12",
"name": "TimeSafari_Test",
"version": "0.2.13-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.2.12",
"name": "TimeSafari_Test",
"version": "0.2.13-beta",
"dependencies": {
"@dicebear/collection": "^5.3.5",
"@dicebear/core": "^5.3.5",

4
package.json

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

3
project.task.yaml

@ -4,9 +4,12 @@ tasks:
- fix timeSafari.org cert renewals
- anchor hash into BTC
- add more detail on TimeSafari.org
- .1 show better error when user with no ID goes to the "My Project" page
- add button to front page to prompt for ideas for gratitude
- show previous on "Your" screen
- checkboxes: randomize vs show in order, show non-person-oriented messages, show only contacts, show only projects
- remove the "backward" button when in the middle of the contact-browsing part (since they can't go back or forward)
- bug - on fulfilling an offer, it shows "Someone not in Contacts" and not "you" for your own delivery
- allow user to add a time when they want their daily notification
- prompt for the name directly when they visit the QR scan page
- image on give

Loading…
Cancel
Save