In admin dashboard, convert all field docstrings and user-facing inline comments into help text instead #779
Labels
good first issue
module: backend
Related to the Siarnaq backend module
priority: p3 low
type: doc
Improvements or additions to documentation
type: refactor
Codebase refactors or structure changes
See here: https://docs.djangoproject.com/en/4.1/ref/models/fields/#help-text
Django allows for info to be directly displayed in the admin dashboard frontend, as tooltips, etc. This is much better than relying on comments in the code, which an end user who uses the dashboard might miss.
Great first issue!! To set up the whole backend stack, and to end up trawling through info about all of the backend too!
The text was updated successfully, but these errors were encountered: