New App: Custard Forecast — multi-brand 3-day flavor forecast#3182
Open
chriskaschner wants to merge 2 commits intotidbyt:mainfrom
Open
New App: Custard Forecast — multi-brand 3-day flavor forecast#3182chriskaschner wants to merge 2 commits intotidbyt:mainfrom
chriskaschner wants to merge 2 commits intotidbyt:mainfrom
Conversation
Next StepsHello! Thank you so much for your change 🤜 🤛 . There are a few things you need to do:
Manual Review RequiredHang tight! A Tidbyt engineer will be by shortly to review your change. Here is what they will be looking for:
|
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Adds a Culver's Flavor of the Day forecast app that shows the next 3 days of flavors with color-coded pixel-art ice cream cones. Uses schema.LocationBased for store selection and fetches multi-day data from __NEXT_DATA__ on restaurant pages. Different from the existing Culver's app (tidbyt#3060): this shows a 3-day forecast with custom pixel art, rather than a single day with a CDN photo.
d2352fe to
4b93c9a
Compare
Switch from direct Culver's scraping to Worker API (v1) which supports multiple custard brands. Auto-detects brand from store slug and applies per-brand header colors with contrast-safe text (black text on light backgrounds like Gille's yellow and Hefner's green). Supported brands: Culver's, Kopp's, Gille's, Hefner's, Kraverz, Oscar's. Also adds: - Marquee scrolling header for long location names - Two-tier cache resilience with stale data fallback - schema.Typeahead store search across all 1079 stores
7859505 to
76e69cc
Compare
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.
Summary
Adds Custard Forecast -- a 3-day Flavor of the Day forecast with color-coded pixel-art ice cream cones, supporting multiple Wisconsin custard brands.
schema.Typeaheadstore search across 1,079 locations via Worker API (v1)Brand theming
Brand is auto-detected from the store slug -- no extra configuration needed.
How this differs from the existing Culver's app (#3060)
Test plan
pixlet checkpasses (format + lint + manifest)pixlet renderwith default config shows demo flavors