lexicongovernance / pluraltools-backend

Backend implementation of the plural voting tool.
https://demo.lexicongovernance.org/
GNU General Public License v3.0
3 stars 1 forks source link

Add dummy multiplier service #284

Closed MartinBenediktBusch closed 7 months ago

MartinBenediktBusch commented 7 months ago

This PR adds a dummy users to multiplier service that assigns a multiplier of 1 to each new user that submits an account registrations. Therefore, this allows us to test our application and start developing the multipler feature also from a frontend perspective. Furthermore, it can serve as a framework that can be extended to incorporate the actual users to multipliers service.