Skip to content

Commit

Permalink
Add tags to wiki topics and articles (#166)
Browse files Browse the repository at this point in the history
* Make `WikiTopic` a `CRUDMixin` subclass

* Make `WikiArticle` a `CRUDMixin` subclass

* Add "description" field to `WikiTopic` and `WikiArticle` DB models and the routes using them

* Make some wiki routes more future-proof

* Add a route to update topic

* Fix `WikiTopic` repr

* Add `WikiTag` DB model that allows to add tags to topics and articles

* Slugify `WikiTag.name` at creation

* Nits

* Simplify `WikiTag` model

* More nits
  • Loading branch information
vaamb authored Jan 31, 2025
1 parent d6339d0 commit 0abad8e
Show file tree
Hide file tree
Showing 5 changed files with 501 additions and 170 deletions.
Loading

0 comments on commit 0abad8e

Please sign in to comment.