Initial supabase-backed frontend setup #12
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
snorre/ajanottaja-frontend!12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/supabase-backend"
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?
Refactors the Ajanottaja frontend to run on top of a new Supabase
backend. The commit includes a signup and signin page as well as a
reworked dashboard page that enables the same functionality as on the
old Clojure HTTP API backend.
The frontend will use react-query (instead of SWR) as react-query
supports mutation hooks. It uses the standard supabase JavaScript
library to integrate with the Supabase backend API.
For models, validation and types Zod is utilized. This library provides
much the same functionality as superstruct, but has a bigger community
behind it.
Signed-off-by: Snorre Magnus Davøen post@snorre.io
Deploying with
Cloudflare Pages
31118c2View logs