IEMLdev / ieml

IEML semantic language - a meaning-representation system based on semantic primitives and a regular grammar. Basic semantic relationships between concepts are automatically computed from syntactic similarities.
https://dev.intlekt.io/
GNU General Public License v3.0
53 stars 6 forks source link

Store all parameters in forms #21

Closed Vayel closed 7 years ago

Vayel commented 7 years ago

Currently, some parameters are stored in JS or HTML. For instance:

https://github.com/IEMLdev/ieml-api/blob/collection_models_django/intlekt/django/intlekt/collections_/static/collections_/ui.js#L337

https://github.com/IEMLdev/ieml-api/blob/collection_models_django/intlekt/django/intlekt/collections_/static/collections_/ui.js#L577

To have independent forms and to be able to send them without using the api, all data should be stored in fields.