Skip to content

Draft: Official answers

Jacques Hoffmann requested to merge official-answers into master

Fixes #16 .

Plan:

  • Add service account like for legacy solutions in backend
  • Add more flexible pdf rendering (backend + frontend possibly) - or update pdf-js at least ( !458 )
  • Add ability to reference PDF (frontend-only) ( !458 )
  • Add editor to add reference to PDF (frontend-only)
  • Add service account like for legacy solutions in frontend

Referencing pdf can be done as below. We could add a button in the editor "add official solution reference", and render it with custom markdown code renderers.

```master-solution-reference
page: 2
from-relative-coords: (0.2, 0.2)
to-relative-coords: (0.7, 0.7)
```
Edited by Leandro Zazzi

Merge request reports