23 lines
541 B
Markdown
23 lines
541 B
Markdown
---
|
|
id: task-2
|
|
title: Connect frontend to PKMN backend API
|
|
status: Done
|
|
assignee: []
|
|
created_date: '2026-01-02 13:53'
|
|
labels: []
|
|
dependencies: []
|
|
priority: high
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
Wire up the calendar frontend to fetch events and sources from the PKMN backend API
|
|
<!-- SECTION:DESCRIPTION:END -->
|
|
|
|
## Implementation Notes
|
|
|
|
<!-- SECTION:NOTES:BEGIN -->
|
|
Completed: Created useEvents hook, updated MonthView and CalendarSidebar, added API proxy route for Cloudflare Access bypass
|
|
<!-- SECTION:NOTES:END -->
|