breaking code down
All checks were successful
Build Authoring Service / build (push) Successful in 8s

This commit is contained in:
2026-05-13 22:52:47 +01:00
parent 5822ac2c6d
commit 023eb8f70e
14 changed files with 5339 additions and 5219 deletions

View File

@@ -24,3 +24,9 @@ Useful commands:
- `make author-logs` shows recent service logs.
The service code runs from this repository. The editable content root is set by `AUTHOR_CONTENT_ROOT` in `systemd/user/org-web-authoring.service`; it currently points at the website repository. Hidden-details backups are stored in this repository under `backups/hidden-details`.
Code layout:
- `authoring_server.py` is the compatibility executable used by systemd.
- `src/authoring_service/` contains the implementation modules.
- `src/tests/` contains the unit tests.