raml-org / api-modeling-framework

DEPRECATED - This project has been moved
https://github.com/aml-org/amf
Other
27 stars 11 forks source link

Making the model editable in the web application #21

Closed antoniogarrote closed 7 years ago

antoniogarrote commented 7 years ago

The original scope of the web application was to be a read-only application but we would like to make the model editable itself in the front-end.

Some initial work around this is already in the code. The onDidChangeModelContent callback in the constructor of the ViewModel contains a very basic edition loop.

We need to expand it to allow some kind of edition experience. Ideally, a user should be able to start editing without having loaded any document and the application should create the model automatically.