bmc_hub/app/modules/manual/frontend
Christian ee8c517acc feat(manual): add admin interface for creating and editing manuals
- Implemented admin page for manual articles with fields for title, module, difficulty, tags, summary, content, steps, and relations.
- Added preview functionality for markdown content.
- Created list view for recent manuals with edit and view options.
- Developed detail view for individual manuals displaying content, steps, and related guides.
- Established database schema for manual articles, steps, and relations with appropriate indexing.
- Seeded initial manual articles and steps for core functionalities.
- Normalized newline characters in existing manual content.
- Added additional manuals and steps for enhanced user guidance.
2026-04-05 21:48:59 +02:00
..
__init__.py feat(manual): add admin interface for creating and editing manuals 2026-04-05 21:48:59 +02:00
views.py feat(manual): add admin interface for creating and editing manuals 2026-04-05 21:48:59 +02:00