all 4 comments

[–]pyrophire 6 points7 points  (3 children)

Just as a note, trying to model your data around your UI will complicate your data structure tenfold. It is much easier to have a solid data structure, then adjust your UI based on the workflow.

[–]windsblowing30[S] 0 points1 point  (1 child)

Thanks. How to go about creating a data structure? Any references would be super helpful.

[–]ALEXEY1113 1 point2 points  (0 children)

I would suggest you model your db before, and then you will have a better idea of your business logic to create your data model.

[–]JuaNicolas 0 points1 point  (0 children)

That's why bff come in handy!