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 for_user and for_group in registration field #338

Closed diegoalzate closed 4 months ago

diegoalzate commented 4 months ago

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

overview

added new columns for_user and for_group, this allows us to have fields that will show for either of the cases or both. It stops redundancy that we might have needed if used type: text column.

use cases