Redirects RFC#145
Open
jonnyjohannes wants to merge 1 commit into
Open
Conversation
Compiles design notes into rfcs/0001: redirect flow, infra options (static GitHub-native vs FastAPI backend), click-logging choices, link permanence, target-rot fallback, and a recommendation. <|°_°|> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jonnyjohannes
commented
Jul 14, 2026
| - **Minting:** the existing cron job, when it posts a pet, also **generates a | ||
| redirect page** (`docs/r/<slug>/index.html`) and **commits it to the repo**, | ||
| then posts `cutepetsboston.com/r/<slug>` to socials. | ||
| - **Mapping store (D3):** the committed redirect pages (and/or a `redirects.json`) |
Collaborator
Author
There was a problem hiding this comment.
considerations here:
- self-committing to the repo is making people feel weird
- possibly a dedicated repo for the metadata storage
- potentially the same pattern of wiiiiiiiith
Engagement metrics
- new pipeline that redeploys the web app wiiiiiiiiiiith the retrieved data.
jonnyjohannes
commented
Jul 15, 2026
| then posts `cutepetsboston.com/r/<slug>` to socials. | ||
| - **Mapping store (D3):** the committed redirect pages (and/or a `redirects.json`) | ||
| — **in git, permanent, versioned, backed up, free.** Explicitly *not* an artifact. | ||
| - **Redirect (D2):** static meta-refresh + JS on the interstitial page. |
Collaborator
Author
There was a problem hiding this comment.
we prob think we DO NOT need to keep these forever
Collaborator
Author
|
We converged on:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Compiles design notes into rfcs/0001: redirect flow, infra options (static GitHub-native vs FastAPI backend), click-logging choices, link permanence, target-rot fallback, and a recommendation.
<|°_°|>