From 2a9ff8aa773e056af7753e5602156024ee95231b Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Tue, 31 Oct 2023 20:19:21 -0600 Subject: [PATCH] add some instructions and other tasks --- CHANGELOG.md | 14 ++++++++++++++ README.md | 18 +++++++++--------- package.json | 3 ++- project.task.yaml | 2 ++ 4 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b8a7f7a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [Unreleased] + + +## [0.1.0] - 2023.11.?? +### Added +- Basics: create ID, record a give, declare a project, search, and get notifications. diff --git a/README.md b/README.md index 93c1b8d..76c09f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # kickstart-for-time-pwa ## Project setup + +We have pkgx.dev set up in package.json, so you can use `dev` to set up the dev environment. + ``` npm install ``` @@ -23,6 +26,12 @@ npm run build npm run lint ``` +## Tests + +### + +For your own web-push tests, change the 'vapid' URL in App.vue, and install apps on the same domain. + ### Test key contents See [this page](openssl_signing_console.rst) @@ -86,15 +95,6 @@ Clear cache for localhost, then go to http://localhost:8080/start -## Dependencies - -See https://tea.xyz - -| Project | Version | -| ---------- | --------- | -| nodejs.org | ^16.0.0 | -| npmjs.com | ^8.0.0 | - ## Other ### Reference Material diff --git a/package.json b/package.json index a123421..1faeb6c 100644 --- a/package.json +++ b/package.json @@ -81,5 +81,6 @@ "prettier": "^3.0.0", "tailwindcss": "^3.3.2", "typescript": "~5.1.6" - } + }, + "pkgx": "node^18 npm^10" } diff --git a/project.task.yaml b/project.task.yaml index 1d7f5b0..ec6eb3a 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -25,6 +25,8 @@ tasks: - 24 Move to Vite assignee:matthew - .5 Allow edit of a contact name (but not the DID) +- .2 figure out why endorser-mobile search doesn't find recently created PlanAction +- .1 when creating a plan, select location and then make sure you can deselect on Android - .2 Edit Plan does not have icons across the bottom assignee-group:ui - .5 include the hash of the latest commit, and maybe a version - .5 add link to further project / people when a project pays ahead