You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, Retro was just supporting planning poker for fibonacci numbers from 0 to 34. Now, the moderator can decide between three unit types and their maximum value. The unit types are fibonacci numbers, natural numbers and T-Shirt sizes. The allowed maximum value for the first two is 100 and T-Shirt sizes go from XS to XXL.
Usage of zustand
Added the library zustand, in order to explore it for the planning poker page. It handles state management really well and will probably be adopted into the board page as well.
Changed
Usage of React 17 and ESLint 7
Fixed
Multiple fixes regarding TypeScript deployment
Removed
supertest library from backend, since there was no usage