Matthew Raymer
03e14371f6
Remove unused usePlatformService composable and document mixin architecture
...
- Delete unused usePlatformService.ts file
- Create architecture-decisions.md documenting mixin choice over composables
- Update README.md with architecture decision reference and usage guidance
- Document rationale: performance, consistency, developer experience
- Maintain established class-based component pattern with vue-facing-decorator
2025-07-02 11:27:18 +00:00
Matthew Raymer
b89f3310ef
docs: Update migration documentation with fence definition and security checklist - Add comprehensive migration fence definition with clear boundaries - Update migration guide to reflect current Phase 2 status - Create security audit checklist for migration process - Update README with migration status and architecture details - Document migration fence enforcement and guidelines - Add security considerations and compliance requirements
2025-06-20 03:30:43 +00:00
aadd223248
various instructions (and their timeouts)
2025-05-22 12:27:37 -06:00
dc68436799
Merge branch 'qrcode-reboot' into trent-tweaks
2025-05-20 08:52:08 -06:00
Matt Raymer
4a0ddb4472
refactor: consolidate type system and improve documentation
...
- Move type definitions from src/types/ to src/interfaces/ for better organization
- Enhance deep linking type system documentation with detailed examples
- Update package dependencies to latest versions
- Improve code organization in README.md
- Fix formatting in WebPlatformService.ts
This change consolidates all type definitions into the interfaces folder,
improves type safety documentation, and updates dependencies for better
maintainability. The deep linking system now has clearer documentation
about its type system and validation approach.
Breaking: Removes src/types/ directory in favor of src/interfaces/
2025-05-20 03:15:23 -04:00
27a1fd827b
add documentation, especially for build processes
2025-05-18 20:19:29 -06:00
41b0bf799c
consolidate build & test instructions
2025-04-05 15:04:28 -06:00
Matthew Raymer
515bb38db4
Merge branch 'master' into deep_linking
...
chore: Clean up merge conflicts in documentation files
- Resolve merge conflicts in BUILDING.md and CHANGELOG.md
- Remove duplicate entries in documentation
- Fix formatting inconsistencies from merge
- Maintain consistent documentation style
- Clean up git diff markers
The cleanup improves documentation by:
1. Resolving all merge conflicts
2. Ensuring consistent formatting
3. Removing duplicate content
4. Maintaining documentation standards
5. Preserving change history
2025-03-11 04:05:24 +00:00
f48dd21fd3
clean up build & test instructions
2025-03-10 20:06:00 -06:00
Matthew Raymer
24c7ba15af
refactor: reorganize deep linking types and interfaces
...
Changes:
- Move deep link types from types/ to interfaces/
- Export baseUrlSchema for external use
- Add trailing commas for better git diffs
- Fix type inference for deepLinkSchemas
- Add deepLinks export to interfaces/index.ts
- Remove duplicate SuccessResult interface
- Update import paths in services/deepLinks.ts
This improves code organization by centralizing interface definitions
and fixing type inference issues.
2025-02-26 10:28:55 +00:00
Matthew Raymer
61e32dd560
Merge branch 'master' into split_build_process
...
fix: image server references and test configurations
- Update image server references to use test server by default for local dev
- Fix registration status checks in tests
- Remove verbose console logging
- Update environment configurations for consistent image server usage
- Fix alert handling in contact registration tests
- Clean up component lifecycle logging
- Add clarifying comments about shared image server usage
- Update playwright test configurations for better reliability
This commit ensures consistent image server behavior across environments
and improves test reliability by properly handling registration status
checks and alerts.
2025-02-17 06:36:40 +00:00
7458176247
refine instructions & remove duplicate info
2025-02-14 19:23:31 -07:00
Matthew Raymer
ec1f50af69
docs: move build instructions from README to BUILDING.md
...
- Move detailed setup and build instructions from README.md to BUILDING.md
- Add concise reference to BUILDING.md in README.md
- Keep testing and other documentation in README.md
- Improve organization of documentation by separating build-specific content
2025-02-13 04:48:18 +00:00
0ed1779d4c
bump version & add "-beta"
2025-02-07 15:23:12 -07:00
5b8a564e10
add end time to projects
2025-02-07 08:46:40 -07:00
ea80658e04
change to three prompts for an onboarding-method choice (first one doesn't work yet)
2025-02-01 20:33:48 -07:00
267d6e2488
bump version and add "-beta"
2025-01-30 08:53:28 -07:00
3e486254e0
fix problem with production map endpoint server, and bump version to 0.3.52
2025-01-22 21:20:12 -07:00
490410ce86
bump to version 0.3.51, tweak README for deployments
2025-01-22 20:15:04 -07:00
9795428ad2
fix test number check that increments
2025-01-11 16:41:26 -07:00
cd600daf66
update instructions for test-all testing
2025-01-04 20:32:56 -07:00
156950c7f0
add invite-one-accept screen dedicated to accepting invitations
2024-12-13 13:27:22 -07:00
1b87bda471
change default reminder message; show people & unnamed icons blue for clickable
2024-11-24 20:14:30 -07:00
a73f0239c9
fix problem not showing user's projects on project page
2024-11-07 18:48:52 -07:00
bacf9d7de6
fix problem with "Affirm Delivery" on offer claim page, plus other look-and-feel tweaks
2024-11-07 18:17:33 -07:00
149481d468
finish the loading of an invite RegisterAction when clicking on a link
2024-10-06 20:01:07 -06:00
9f4a19993e
update nostr message to include signature for public key
2024-10-04 13:24:07 -06:00
5efd3e0e89
bump to version 3.0.28
2024-09-30 20:29:19 -06:00
3831cda76d
Merge branch 'nostr'
2024-09-26 09:14:56 -06:00
d492ea9eeb
send all info needed to create a Trustroots event
2024-09-25 09:01:49 -06:00
cd9f6b448b
add more specific check to avoid complaint about multiple matches
2024-09-22 13:27:21 -06:00
534f3d8a8b
allow bulk-imported contacts to have visibility set
2024-09-17 18:30:50 -06:00
8111b0e5cf
modify the settings to allow account-specific settings, eg. for "isRegistered"
2024-09-15 16:30:46 -06:00
5151052202
fix test BVC setting, remove stray console.outs
2024-08-30 14:28:22 -06:00
b922675491
misc commentary
2024-08-12 18:51:41 -06:00
a001f2fde3
fix linting, and give instructions for current test suite
2024-08-10 13:37:31 -06:00
f17f830453
tweak instructions for minimal test data
2024-08-07 09:25:30 -06:00
2e6bd3bd9f
bump version and add "-beta"
2024-08-04 20:26:56 -06:00
d3e5ac5c37
bump to version 0.3.15, fix a README instruction
2024-08-04 20:01:26 -06:00
1ca61d72c9
comment out a breaking test on local data & enhance those instructions
2024-08-02 18:58:39 -06:00
5334c5970b
make instructions for an Endorser server started from scratch
2024-07-29 19:19:07 -06:00
ff35e53367
show full contact details, plus other tweaks
2024-07-27 18:22:22 -06:00
77ce5c8ca7
add a config for local testing, plus add mobile testing and some instructions
2024-07-27 16:52:44 -06:00
47274a9e7c
add instructions to run tests, and fix linting (for WebStorm)
2024-07-19 14:35:48 -06:00
f6338c05ee
move low-level DID-related create & decode into separate folder ( #120 )
...
Co-authored-by: Trent Larson <trent@trentlarson.com >
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#120
Co-authored-by: trentlarson <trent@trentlarson.com >
Co-committed-by: trentlarson <trent@trentlarson.com >
2024-07-13 13:24:54 -04:00
4cb434fd5d
passkey test ( #116 )
...
Co-authored-by: Trent Larson <trent@trentlarson.com >
Reviewed-on: trent_larson/crowd-funder-for-time-pwa#116
Co-authored-by: trentlarson <trent@trentlarson.com >
Co-committed-by: trentlarson <trent@trentlarson.com >
2024-06-24 22:21:24 -04:00
f84a2c2750
bump to verson 0.3.13
2024-05-24 10:19:17 -06:00
7d6b210ee1
allow file choice for gift, plus other UI fixes
2024-05-12 17:55:54 -06:00
6af239378c
bump to v 0.3.10, fix image upload on Chrome
2024-05-12 12:12:59 -06:00
a44fc1d6d0
bump to version 0.3.9
2024-04-28 20:09:56 -06:00