adaptive-learning / flocs-core

Components for intelligent learning of computer science
1 stars 0 forks source link

Consider making web unaware of specific entities #41

Closed effa closed 7 years ago

effa commented 8 years ago

From the perspective of the web, each entity would have just ID and arbitrary context (dict), which would allow to ignore another details of the domain and simplify persistence (only two core-related DB models needed: Entity (id + content) and Action (id + order/parent + content).

effa commented 7 years ago

This is probably not possible, because the web API needs to know more about the entities and because we need more structured DB entities for efficient search.