A dead-simple real-time voting tool.
Find a file
Atridad Lahiji 818a7567b0
Merge pull request #11 from atridadl/dev
1.1.3
🚧 Small optimizations for queries. Votes should be less "heavy" on DB calls...
2023-06-04 15:48:43 -06:00
.vscode Blaze it 2023-04-20 04:20:00 -06:00
prisma Blaze it 2023-04-20 04:20:00 -06:00
public Blaze it 2023-04-20 04:20:00 -06:00
src Cache me outside, how bout dat 2023-06-04 15:43:46 -06:00
.env.example Blaze it 2023-04-20 04:20:00 -06:00
.eslintrc.cjs Blaze it 2023-04-20 04:20:00 -06:00
.gitignore Blaze it 2023-04-20 04:20:00 -06:00
.npmrc Updated DaisyUI to 3.0 🎉 2023-06-02 23:10:36 -06:00
CODE_OF_CONDUCT.md Updated code of conduct and footer link 2023-05-28 00:30:47 -06:00
LICENSE Blaze it 2023-04-20 04:20:00 -06:00
next.config.mjs Turns out you can just use Preact... 2023-06-03 01:35:40 -06:00
package.json Cache me outside, how bout dat 2023-06-04 15:43:46 -06:00
pnpm-lock.yaml Cache me outside, how bout dat 2023-06-04 15:43:46 -06:00
postcss.config.js Blaze it 2023-04-20 04:20:00 -06:00
README.md Update README.md 2023-06-09 04:20:00 -06:00
SECURITY.md Blaze it 2023-04-20 04:20:00 -06:00
tailwind.config.js Blaze it 2023-04-20 04:20:00 -06:00
tsconfig.json Blaze it 2023-04-20 04:20:00 -06:00

Sprint Padawan

A scrum poker tool that helps agile teams plan their sprints in real-time.

Stack

  • Front-end framework: Nextjs
  • Rendering method: SSR
  • Hosting: Railway
  • Real-time pub/sub: Ably
  • ORM: Prisma
  • Database: PostgreSQL
  • Cache: Redis

Versioning

  • I use a bastardized version of semantic versioning. I jump to a new minor release whenever I feel like I made enough patch releases.
  • All released are named using the corperate BS generator, found here.

Contributing

Feel free to propose changes via PR. I'm not awfully picky about formatting right now, so I'll accept/reject on a case-by-case basis. Please make sure to have an issue first though.