Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
submersion-app
/
submersion
Public
Notifications
You must be signed in to change notification settings
Fork
34
Star
79
Code
Issues
208
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Store trip day weather instead of fetching it on every view
- #1319
#1319
Merged
ericgriffin
merged 23 commits into
main
submersion-app/submersion:main
from
worktree-trip-day-weather
submersion-app/submersion:worktree-trip-day-weather
Copy head branch name to clipboard
Aug 27, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Store trip day weather instead of fetching it on every view
#1319
ericgriffin
merged 23 commits into
main
submersion-app/submersion:main
from
worktree-trip-day-weather
submersion-app/submersion:worktree-trip-day-weather
Copy head branch name to clipboard
Commits
Commits on Aug 26, 2026
docs: design for stored trip day weather
Show description for 382fca3
ericgriffin
committed
382fca3
View commit details
Copy full SHA for 382fca3
Browse repository at this point
docs: implementation plan for stored trip day weather
Show description for 2fb05e5
ericgriffin
committed
2fb05e5
View commit details
Copy full SHA for 2fb05e5
Browse repository at this point
feat(db): add trip_day_weather table at schema v168
Show description for bbd827a
ericgriffin
committed
bbd827a
View commit details
Copy full SHA for bbd827a
Browse repository at this point
feat(trips): add TripDayWeatherRepository
Show description for 8170b65
ericgriffin
committed
8170b65
View commit details
Copy full SHA for 8170b65
Browse repository at this point
feat(sync): replicate trip day weather
Show description for 1509446
ericgriffin
committed
1509446
View commit details
Copy full SHA for 1509446
Browse repository at this point
feat(trips): decide which trip days need a weather lookup
Show description for cb1b628
ericgriffin
committed
cb1b628
View commit details
Copy full SHA for cb1b628
Browse repository at this point
feat(trips): fetch and store trip day weather once
Show description for 7378397
ericgriffin
committed
7378397
View commit details
Copy full SHA for 7378397
Browse repository at this point
feat(trips): read trip day weather from the database
Show description for beb30ef
ericgriffin
committed
beb30ef
View commit details
Copy full SHA for beb30ef
Browse repository at this point
chore(trips): mark the weather backfill as tick-exempt
Show description for 2c5bf1c
ericgriffin
committed
2c5bf1c
View commit details
Copy full SHA for 2c5bf1c
Browse repository at this point
Commits on Aug 27, 2026
chore(db): renumber trip_day_weather from schema v168 to v171
Show description for 8c88054
ericgriffin
committed
8c88054
View commit details
Copy full SHA for 8c88054
Browse repository at this point
fix(trips): treat unrenderable dive weather as no weather
Show description for 6328b3c
ericgriffin
committed
6328b3c
View commit details
Copy full SHA for 6328b3c
Browse repository at this point
fix(trips): derive the trip day weather row id from trip and day
Show description for 5cd3e2e
ericgriffin
committed
5cd3e2e
View commit details
Copy full SHA for 5cd3e2e
Browse repository at this point
fix(trips): reconcile trip day weather rows upsert did not write
Show description for 47c12a5
ericgriffin
committed
47c12a5
View commit details
Copy full SHA for 47c12a5
Browse repository at this point
Merge pull request #1325 from submersion-app/worktree-trip-day-weather-review
Show description for 81d8598
ericgriffin
authored
81d8598
View commit details
Copy full SHA for 81d8598
Browse repository at this point
fix(trips): let the weather backfill retry a miss on the next view
Show description for c580150
ericgriffin
committed
c580150
View commit details
Copy full SHA for c580150
Browse repository at this point
Merge branch 'main' into worktree-trip-day-weather
Show description for 2eb6c33
ericgriffin
committed
2eb6c33
View commit details
Copy full SHA for 2eb6c33
Browse repository at this point
Merge pull request #1332 from submersion-app/worktree-tdw-autodispose
Show description for 20d71bc
ericgriffin
authored
20d71bc
View commit details
Copy full SHA for 20d71bc
Browse repository at this point
Merge branch 'main' into worktree-trip-day-weather
Show description for 5ebcebb
ericgriffin
committed
5ebcebb
View commit details
Copy full SHA for 5ebcebb
Browse repository at this point
fix(trips): commit the weather stray tombstones with their delete
Show description for 9f3ef4b
ericgriffin
committed
9f3ef4b
View commit details
Copy full SHA for 9f3ef4b
Browse repository at this point
fix(trips): key a trip weather day in UTC, not the device timezone
Show description for 61c28d0
ericgriffin
committed
61c28d0
View commit details
Copy full SHA for 61c28d0
Browse repository at this point
docs(trips): correct the day-key comments the UTC move left behind
Show description for 70ca2ba
ericgriffin
committed
70ca2ba
View commit details
Copy full SHA for 70ca2ba
Browse repository at this point
Merge pull request #1337 from submersion-app/worktree-tdw-utc-daykey
Show description for fc3791e
ericgriffin
authored
fc3791e
View commit details
Copy full SHA for fc3791e
Browse repository at this point
fix(trips): ask for a stored day with the key it was stored under
Show description for fc2ede8
ericgriffin
committed
fc2ede8
View commit details
Copy full SHA for fc2ede8
Browse repository at this point
You can’t perform that action at this time.