-
Notifications
You must be signed in to change notification settings - Fork 0
fix(public): replace submission-prep copy on app privacy page H1s #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2c2a36c
54c0dd7
3cb6132
f85786f
798aebb
a861d41
fd50dba
b6ec7c0
3398f5e
6d02570
3ebf462
5100beb
d875881
be1a245
85ab6f9
554adc6
7656f51
1baf6b5
5473b21
b2f8537
8d206be
1a27926
20ea4b4
9eda65e
5489345
4ed1dfa
6547a69
85dc52d
77614ca
bd3fa43
b9f92e2
af6ae9b
6b3a0dd
46ea512
95dcfa8
de6deee
c91ecfb
e4a9a78
3744631
c7538ec
984632f
b346ef8
5c88177
35572ec
2362c8d
97686e2
2d79225
c2de0a3
c9d48f6
edd8dc8
51c5c8c
62584df
1d92460
f9b5665
b5398c4
5a1683f
0bfc94e
90c5b3b
160e154
209cc28
de65066
313f51c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,11 +83,11 @@ | |
| <section class="page-hero-card reveal"> | ||
| <div> | ||
| <p class="eyebrow">Promptly privacy</p> | ||
| <h1>Promptly’s privacy page is already public ahead of release.</h1> | ||
| <h1>Promptly privacy for bookings, reminders, and client data.</h1> | ||
| <p class="page-lead"> | ||
| This is the app-specific privacy destination for Promptly. It | ||
| reflects the current planned launch scope and should stay aligned | ||
| with the final App Store privacy disclosures before release. | ||
| This page explains what data Promptly handles, how it is used, and | ||
| the choices you have. Promptly is Tiny Studio’s booking and | ||
| no-show prevention app for solo professionals. | ||
|
Comment on lines
+88
to
+90
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This rewrite changes both pages from provisional launch descriptions into current policies and strengthens planned or “not described” statements into categorical assurances, but the adjacent chips still identify March 14, 2026 as the effective date. When this August 13 version is published, readers will be told that the revised assurances took effect months before they were written; update the effective date on both the Promptly and Drishti policies to reflect this substantive revision. Useful? React with 👍 / 👎. |
||
| </p> | ||
| <div class="meta-row"> | ||
| <span class="chip accent">Effective date: March 14, 2026</span> | ||
|
|
@@ -96,23 +96,23 @@ <h1>Promptly’s privacy page is already public ahead of release.</h1> | |
| </div> | ||
|
|
||
| <aside class="page-card dark"> | ||
| <p class="eyebrow">Current release scope</p> | ||
| <p class="eyebrow">What this page covers</p> | ||
| <ul class="plain-list"> | ||
| <li>Promptly is not publicly released yet.</li> | ||
| <li>This page reflects the currently planned launch configuration.</li> | ||
| <li>What data Promptly handles and how it is used.</li> | ||
| <li>Retention, service providers, and your choices.</li> | ||
| <li>Privacy and support questions can be sent to Tiny Studio’s support inbox.</li> | ||
| </ul> | ||
| </aside> | ||
| </section> | ||
|
|
||
| <section class="card-grid"> | ||
| <article class="info-card reveal delay-1"> | ||
| <p class="eyebrow">At launch</p> | ||
| <h2>No third-party advertising or cross-app tracking is planned.</h2> | ||
| <p class="eyebrow">Advertising and tracking</p> | ||
| <h2>No third-party advertising or cross-app tracking.</h2> | ||
| <p> | ||
| Promptly is described as a booking workflow for solo professionals. | ||
| This policy does not describe targeted advertising, cross-app | ||
| tracking, or selling personal information. | ||
| Promptly is a booking workflow for solo professionals. This policy | ||
| does not describe targeted advertising, cross-app tracking, or | ||
| selling personal information. | ||
| </p> | ||
| </article> | ||
|
|
||
|
|
@@ -170,10 +170,9 @@ <h2>Booking links, notes, payment proof, and support records.</h2> | |
| <article> | ||
| <p class="eyebrow">Important note</p> | ||
| <p class="section-copy"> | ||
| If Promptly launches with analytics, crash reporting, new payment | ||
| processors, expanded account sync, or another external service not | ||
| described here, both this page and the App Store privacy answers | ||
| should be updated before that version is submitted. | ||
| If Promptly adds analytics, crash reporting, new payment | ||
| processors, expanded account sync, or another external service | ||
| not described here, this page will be updated to describe it. | ||
| </p> | ||
| </article> | ||
| <article> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this revised privacy content is deployed,
public/sitemap.xmlstill reports2026-08-10for Promptly and2026-08-11for Drishti even though both pages were modified by this 2026-08-13 commit. The preceding sitemap update explicitly derived eachlastmodfrom the latest commit touching that page, so leaving both entries unchanged immediately makes that metadata stale and may prevent consumers that trustlastmodfrom recognizing the updates.Useful? React with 👍 / 👎.