[469] Added categories and connected them to tags#63
Conversation
|
""" WalkthroughA new "categories" module is introduced as a piece type, enabling management of categories with title and description fields. The admin bar now includes a "Categories" group. The "cases-tags" piece type is updated to require a relationship to a category, both in its schema and listing columns. Changes
Sequence Diagram(s)sequenceDiagram
participant Admin as Admin User
participant AdminBar as Admin Bar
participant Categories as Categories Module
participant CasesTags as Cases-Tags Module
Admin->>AdminBar: View admin bar
AdminBar-->>Admin: Show "Categories" group
Admin->>Categories: Create/Edit Category (title, description)
Categories-->>Admin: Save/Display category
Admin->>CasesTags: Create/Edit Tag
CasesTags->>Categories: Select related Category (required)
CasesTags-->>Admin: Save/Display tag with category
Suggested reviewers
Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…//github.com/speedandfunction/website into 469-create-category-and-connect-tags-to-them
8ce6f39
|



Added categories and connected them to tags