kitsquid icon indicating copy to clipboard operation
kitsquid copied to clipboard

Rewrite with new stack

Open muety opened this issue 1 year ago • 0 comments

Preferred option: Astro + Pocketbase.

  • Use Pocketbase backend-as-a-service for data storage
  • Build event pages as static HTML files with astro
    • Fetch events data from backend during build
  • Build dynamic endpoints with SSR for reading and writing comments and reviews from backend
  • User login / signup directly against Pocketbase (use API rules to restrict to KIT e-mails)
  • Implement file uploads (see #26) with Pocketbase too

muety avatar Sep 20 '23 14:09 muety