MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Add FWFormConfiguration class responsible for initialization using JSON and a style #67

Closed csfar closed 3 years ago

csfar commented 3 years ago

Implement new final class named FWFormConfiguration responsible for initializing the FWFormViewController and its ViewModel based off the JSON passed in the init. Also, make sure a style is one of the init parameters.

cassiaabarbosa commented 3 years ago

I have a doubt: what is style in our project?

cassiaabarbosa commented 3 years ago

The FWFormViewController should have viewModel variable yet?

Galdineris commented 3 years ago

@cassiaabarbosa https://github.com/Galdineris/Formworks/blob/documentation/formworks-structure/Resources/glossary.md The style definition it's in the glossary we wrote together over on the documentation/formworks-structure branch

Galdineris commented 3 years ago

Closed in PR #78