eclipse-efbt / efbt

efbt
Eclipse Public License 2.0
8 stars 8 forks source link

Look at replacing Ecore models with DJango Models in all the Python code #1393

Closed RBirdwatcher closed 3 months ago

RBirdwatcher commented 3 months ago

This would also allow editing of SDD with an autogenerated Web application.

RBirdwatcher commented 3 months ago

converted sdd_model.ecore and regdna.ecore into Django models. Initial version complete and merged to dev in pull request, needs some testing. then we can replace the use of PyEcore classes (such as DOMAIN) in our python code with the Django classes (Such as DOMAIN)

RBirdwatcher commented 3 months ago

PoC demonstrates that change is too much work and too disruptive, we will stick with Ecore as modelling technology.