Explorer: calendar page #137
Labels
No labels
area:ai
area:ci-cd
area:notifications
area:observability
area:public-pages
backlog
bug
duplicate
enhancement
help wanted
invalid
question
type:decision
type:feature
type:infra
type:maintenance
type:security
v1.0.1
v1.1.0
v1.2.0
v1.3.0
v2.0.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/WeatherBot#137
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Parent: #22. First of the Explorer's three views.
A calendar of days marked by alert/outlook activity and highest severity, across all locations the user can see.
Constraints from the existing codebase
static/vendor/currently holds only htmx 2.0.3, htmx-ext-sse 2.2.2, and leaflet 1.9.4, each manually pinned with a comment noting they are deliberately not Renovate-managed. A server-rendered month grid fits these conventions better than introducing the app's first client-side calendar dependency.base.html's nav pattern (base.html:33-47) for the new entry, including deciding its visibility for thereadonlyrole.public_links.html:10-32), not HTMX-partial filtering.visible_location_filter(user)exactly asapp/services/dashboard.py:62-64does.Tasks
/stats, which loads the entire retained history unbounded (app/main.py:333-341).Picking this up — first of the Explorer views, building on the merged correlation layer (#135) and soft-delete (#134). Per the issue's constraints: server-rendered month grid (no new JS deps), plain-GET navigation,
visible_location_filterfor visibility, month-bounded aggregate query, and distinct "no activity" vs. "beyond retained history" states (13-month horizon, #133). Events bucket to days by each location's own timezone; day cells link through to the day view (#138, next). PR to follow.