-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Guide
gitjannes edited this page Oct 14, 2025
·
3 revisions
Backend functionality api uses djangos basic api framework. The current implementation is not really REST-like but more RPC-like. Rather let a user call functions than directly access data.
src/components/core/shared contains the most atomic components. They do not reference each other. src/components/core contains src/components/app contains
(protzilla_dev script, Storybook)