RID Code Documentation Overview
The choice for documenting in this repository instead of Clickup was made consciously. We wanted to have a single source of truth for what is available, and this integrates nicely with our version control. By placing documentation here, the chance is bigger that we actually maintain it.
This documentation is a work in progress, and will be updated as we go.
Table of contents
Development
When adding new features, make sure you write tests for them, and that they are covered by CI. Tests need to be written for the front- and backend, in ./apps/frontend/tests and ./apps/backend/tests respectively.