implemented the Ticker module with a native ProseMirror document renderer and integrated API support for structured content, navigation trees, and proxied files

This commit is contained in:
2026-07-09 00:51:08 +02:00
parent 1114291313
commit cedeb06569
57 changed files with 4758 additions and 43 deletions
@@ -0,0 +1,10 @@
# ProseMirror contract fixtures
These JSON files are copied verbatim from the MarianumConnect backend test
resources, which are the canonical source:
backend/services/ticker/src/test/resources/prosemirror-fixtures/
They pin the wire format shared between the backend content validator and this
app's renderer. When the backend fixtures change, re-copy them here — do not
hand-edit these files.