code4romania / de-urgenta-backend

De Urgență backend - web & mobile
https://de-urgenta-backend.vercel.app/
Mozilla Public License 2.0
10 stars 21 forks source link

Added max number of users to GroupModel #118

Closed VladCuciureanu closed 3 years ago

VladCuciureanu commented 3 years ago

What does it fix?

Closes #68

Added MaxNumberOfMembers to GroupModel, which means that create and update group endpoints return the max number of members, but also for get-administrated-groups and get-my-groups.

Also wrote a GroupBuilder and moved all tests to using that :)

How has it been tested?

Wrote tests for all cases