input-output-hk / catalyst-voices

🎙️ Catalyst Voices provides a unified experience and platform including production-ready liquid democracy, meaningful collaboration opportunities & data-driven context for better onboarding & decisions.
https://input-output-hk.github.io/catalyst-voices/
Apache License 2.0
26 stars 8 forks source link

🛠️ [TASK] : Implement UI to setup base proposal #1110

Open mike-mcnulty opened 2 weeks ago

mike-mcnulty commented 2 weeks ago

Summary

Implement UI to setup base proposal

Description

Child of #1002

As an admin user, I need to configure and detail the base proposal template, so that I can collect the information I want from proposers across all categories in my campaign.

GIVEN an admin user logged in with API key WHEN create a new campaign OR select existing campaign THEN allow admin user to input JSON to configure base proposal template, including data validations AND THEN render proposal segments and sections in UI AND THEN allow admin user to edit field names and descriptions from editor

AC

Integration GIVEN admin key GET brand GIVEN brand GET campaigns GIVEN admin key UPDATE campaign

Designs