Skip to content

Add App Store-ready public support pages and metadata link - #39

Merged
Juuro merged 13 commits into
mainfrom
copilot/create-public-support-page
Jul 21, 2026
Merged

Add App Store-ready public support pages and metadata link#39
Juuro merged 13 commits into
mainfrom
copilot/create-public-support-page

Conversation

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This PR adds a minimal public support surface required for App Store submission: a reachable support page with contact path, Apple Health data-location statement, and links to privacy/support guidance. It also updates store metadata to point at the hosted support URL pattern for Vercel.

  • Support page (/support/)

    • Added support/index.html as a static page suitable for Vercel hosting.
    • Includes:
      • contact form path (GitHub Issues link, explicitly labeled as external/account-required),
      • explicit statement that weight data lives in Apple Health (no separate app DB),
      • privacy policy link,
      • link to support instructions.
  • Support instructions page (/support/instructions/)

    • Added support/instructions/index.html with concise export/deletion guidance.
    • Clarifies that Health export is full-dataset export (not LogWeight-only).
  • App Store metadata alignment

    • Updated docs/AppStoreMetadata.md Support URL section to document the deploy target path:
      • https://<your-domain>/support/
      • with explicit reminder to replace the placeholder domain before submission.
<li>Data location: your body-weight data lives in Apple Health. LogWeight does not keep a separate weight database.</li>
<li>
  Privacy policy:
  <a href="https://github.com/Juuro/LogWeight/blob/main/docs/Privacy.md">
    Read the privacy policy (opens in GitHub)
  </a>
</li>

Copilot AI linked an issue Jul 10, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add public support page with contact information Add App Store-ready public support pages and metadata link Jul 10, 2026
Copilot finished work on behalf of Juuro July 10, 2026 09:15
Copilot AI requested a review from Juuro July 10, 2026 09:15
@Juuro

Juuro commented Jul 10, 2026

Copy link
Copy Markdown
Owner

@copilot Can you please add screenshots of the pages to the PR?

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Can you please add screenshots of the pages to the PR?

Done in c1a340a.

Added screenshots to the PR as tracked files:

  • docs/support-screenshots/support-page.png
  • docs/support-screenshots/support-instructions-page.png

Copilot finished work on behalf of Juuro July 10, 2026 11:14
@Juuro
Juuro marked this pull request as ready for review July 21, 2026 17:24
@Juuro
Juuro merged commit c0795b9 into main Jul 21, 2026
1 check passed
@Juuro
Juuro deleted the copilot/create-public-support-page branch July 21, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Public support page

2 participants