Add the three branding marks at docs/data/img/ #8
Labels
No Label
P0
P1
P2
release-blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Privacy-Period-Tracker#8
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
docs/data/img/is empty. The Command Center at privacyllc.dev fetches three files from it by exact name and renders them on the project page; with none present, Period shows an initials tile.Required, all webp, at exactly these names:
icon.webplogo.webpbanner.webpThe consumer checks magic bytes, not the extension — a PNG renamed
.webpis refused with a 415 and falls back to the initials tile. 512 KB is a hard per-file ceiling, enforced before the bytes are fetched.Design constraints from PRODUCT_PLAN.md §42: an abstract circular cycle with one small offset dot. No blood drops, tampons, pads, uterus imagery, gender symbols or anatomical graphics. The app's placeholder launcher icon at
app/src/main/res/drawable/ic_launcher_foreground.xmlis a starting point for the shape, not a source file.Why this is filed rather than done: an agent cannot draw a logo, and it must not produce a placeholder here. A placeholder that looks deliberate outlives the issue that would have replaced it — nobody files a ticket against an image that appears finished. An obviously absent asset keeps asking. (The launcher icon is the documented exception: §42 sanctions a placeholder vector behind a replaceable resource name, and
docs/data/explicitly does not.)Verify:
docs/data/img/icon.webp,logo.webpandbanner.webpexist,identify -format '%f %wx%h %b\n' docs/data/img/*.webpreports the dimensions above and each under 512 KB, and the Period card on privacyllc.dev renders them instead of an initials tile.