forked from trent_larson/crowd-funder-for-time-pwa
feat: add claim route deep linking support
- Add claim route to deep link schema - Add claim view test to deeplink tests - Update build docs for clean web builds - Add rm -rf dist to build steps Technical Changes: - Add claim schema with id parameter - Add claim route test using generated claim ID - Add clean step before web/capacitor builds - Update Android build instructions This adds support for deep linking to claim views and improves the build process reliability by ensuring clean builds. The claim route allows direct navigation to claim details via external links.
This commit is contained in:
@@ -104,6 +104,9 @@ main() {
|
||||
CONTACTS=$(cat .generated/contacts.json)
|
||||
|
||||
# 1. Claim-based deeplinks
|
||||
execute_deeplink "timesafari://claim/$(jq -r .claim_id <<< "$CLAIM_DETAILS")" \
|
||||
"Testing claim view"
|
||||
|
||||
execute_deeplink "timesafari://claim-cert/$(jq -r .claim_id <<< "$CLAIM_DETAILS")" \
|
||||
"Testing claim certificate view"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user