CollActionteam / collaction_cms

This is the UI interface for the CMS API
6 stars 3 forks source link

Implement crowdAction creation support 🚀 #23

Open dromerolovo opened 1 year ago

dromerolovo commented 1 year ago

Provisional steps to tackle this issue:

Check Figma for the UI reference of CrowdAction Info, Images, Assign Commitments and Assigned Commitments

Architecture

To separate and encapsulate the logic of the form, One approach is to create a bloc for each section and a "high order bloc" that is going to be subscribed to all the other blocs. So everytime there is a state change in one of the "sub-blocs", it going to trigger a state update in the main bloc.

Could be blocs or cubits depending on the situation.

Subtasks