openpoke / decidim-module-reporting-proposals

A new component for Decidim based on Proposals focus on reporting geolocated actuations in a city
GNU Affero General Public License v3.0
6 stars 5 forks source link

Allow admins to assign valuators to a category #25

Closed microstudi closed 1 year ago

microstudi commented 1 year ago

The point of this is to be able to assign valuators automatically to a proposal every time a proposal is created (see #26). For this we need a new zone and a new table that relates valuators and categories in a many to many relationship.

flowchart LR
    A[decidim_categories] <--> B(decidim_reporting_proposals_categories_valuators) <--> C(decidim_users)

image

Notes: