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 group id to registrations #307

Closed diegoalzate closed 5 months ago

diegoalzate commented 5 months ago

closes https://github.com/lexicongovernance/pluraltools-backend/issues/302

overview

adds group id to registrations and removes scripts for groups as it will not be handled here but in admin if ever needed again

changes in api endpoint

ideal workflow

  1. frontend queries all of the user registrations with user/id/registrations
  2. if a user has a registration then it should choose the update api, if not then it creates a new one