Skip to content

CodeCask/planning-poker-frenzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

planning-poker-frenzy

Playground to test different frontend frameworks.

Extra options

CI/CD

Package management

Want to try pnpm, if possible the workspace feature

CI

GitHub Actions

Deployment

CDN's are getting support for deploying functions. Want to tryout the 3 popular options:

Styling

Tailwind should be used for most styling.

  • is tailwind a better solution than css-in-js

Database

The apps should use Supabase to store data and have real-time updates on sessions.

  • check if prisma can work with supabase

Datamodel

  • should we use nosql model?
  • define event model?

UI

Login Page

Login with

  • Github
  • Google
  • Magic link

Session Page

Create new session and join existing session

New Poll Page

Start new poll with for example a story name

  • create new poll
  • see past polls (read only)

Vote Page

  • vote on poll
  • see current active users in session
  • see who already voted
  • see who is host
  • see current session id
  • share current session id
  • reset votes
  • show votes
    • if not al users in session voted a popup should show up with a warning
  • see past polls (hidable)

Voted Page

  • see own vote
  • submit result
  • see everyones vote
  • reset votes
  • adjust vote disabled

Authentication

https://supabase.com/auth

  • github
  • google
  • magic link

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published