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

Components Protocols #37

Closed Galdineris closed 4 years ago

Galdineris commented 4 years ago

Motivation

Form Data Structure is heavily reliant on components protocols and as such needed an implementation of the same

Modifications

Result

Other parts of the code should be able to interact with an abstract form of component and components now have a default implementation of their specifications.

Checklist

This PR is

Galdineris commented 4 years ago

Default decoder implementation for FWComponents protocols are not finished yet. [String:Any] decodable conformance should be implemented (still being researched but this appear to be a definitive solution)