retro
retro copied to clipboard
A self-hostable web application designed for remote retrospectives
Currently 450Mb We should do multi stage building and only copy the build folder to the last stage. https://javascript.plainenglish.io/reduce-docker-image-size-for-your-next-js-app-bcb65d322222
# Allow multiple moderators for a room _**Please read the [CONTRIBUTING.md](https://github.com/MaibornWolff/retro/blob/master/CONTRIBUTING.md) before opening a PR.**_ Issue: #195 ## Description **Descriptive pull request text**, answering: - What problem/issue are you fixing?...
## Description As a **moderator**, I want to elect other moderators so that multiple users can do administrative work. ## Acceptance Criteria - Transfering moderator role is removed - Electing...
Sine we already have a global event based state with a reducer, it makes sense to use redux toolkit over our custom context solution. https://redux.js.org/tutorials/fundamentals/part-5-ui-react
**Describe the bug** The voting on the retro board can be started with 0 votes. **To Reproduce** Steps to reproduce the behavior: 1. Go to retro board 2. Click on...
## Description As a **user**, I want to already know before clicking the join button, if the room I'm about to join exists or not, so that I don't waste...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create session with any browser 2. Join any session...
## Description As a **user**, I want to hear a notable sound when the timer ends, so that I don´t have to observe the timer button in case i could...
## Description As a **user**, I want to timebox the voting feature, so that I can close the voting after a custom timeframe. ## Acceptance Criteria
## Description As a **user**, I want to input the time as a continuous input (e.g. 0530 ), so that I don't waste any time changing the textfields. ## Acceptance...