Skip to content

WIP: Refactor/advanced fixtures

dgt requested to merge refactor/advanced-fixtures into staging

Our data structures are quite complex and thus make it hard to benefit from this. For example if we had a separate stars table we could easily have something like

pages.yml
page1:
  starred_by: blue, red, green
  watched_by: penguin

But still ... merging this has the benefit that we can move there later.

Edited by azul

Merge request reports