in-toto / layout-web-tool

A flask app that helps to create, modify and visualize in-toto layouts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tie down data model

lukpueh opened this issue · comments

Currently there is no centrally defined data model for the app. Form posted data is dumped to and retrieved from a MongoDB collection by hardcoded keys in the app's views.

@SantiagoTorres suggested to keep a data model, which I think is a good idea. However, I would wait until the data model has become more stable (c.f. #29, #25).