|
|
|
Show HN: Retrospective Online – Sprint Retros for dev teams
(retrospectiveonline.com)
|
|
1 points
by MiquelLHC
91 days ago
|
|
Some time ago I shared my Planning Poker app in this thread: https://news.ycombinator.com/item?id=23219444 . It has been a huge success, thanks to all the community for that. Today I am sharing Retrospective Online, an app for running sprint retrospectives for remote/hybrid dev teams. It follows the same principles as Planning Poker Online, a super simple flow with fun elements (like throwing emojis to cards). There is also the Jira Plugin of the app, you can find it here: https://marketplace.atlassian.com/apps/877611133/retrospecti... The tech stack is funny as I wanted to make the app reusable for Web and Jira Plugin versions. I created a "hybrid" app using Vite that can run as a Jira plugin or as a web app. I also use Next.js for the public website, and Firebase for auth and db. I am looking forward to your feedback, please let me know anything that comes to your mind, we want to make the best retro app for dev teams :) |
|