editing and slugs and descs, i think i did slugs right?#178
Open
System-End wants to merge 3 commits intohackclub:mainfrom
Open
editing and slugs and descs, i think i did slugs right?#178System-End wants to merge 3 commits intohackclub:mainfrom
System-End wants to merge 3 commits intohackclub:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the tag management capabilities in Nephthys (Slack support bot) by adding richer metadata for team/category tags and introducing Slack Home UI flows to create/edit that metadata.
Changes:
- Add
descriptionto team tags and addslug+descriptionto category tags in the Prisma schema. - Add Slack modals + action/view handlers for editing team tags and category tags.
- Update Home tab tag listings to display the new fields and expose edit controls for admins.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
prisma/schema.prisma |
Adds new DB fields (Tag.description, CategoryTag.slug, CategoryTag.description) to support richer tag metadata. |
nephthys/views/modals/edit_team_tag.py |
New modal to edit a team tag’s name/description. |
nephthys/views/modals/edit_category_tag.py |
New modal to edit a category tag’s name/slug/description. |
nephthys/views/modals/create_team_tag.py |
Extends team tag creation modal with an optional description field. |
nephthys/views/modals/create_category_tag.py |
Extends category tag creation modal with optional slug/description inputs. |
nephthys/views/home/team_tags.py |
Displays team tag descriptions and adds an admin-only “Edit tag” action. |
nephthys/views/home/category_tags.py |
Displays category tag slug/description and adds an edit action per tag. |
nephthys/utils/slack.py |
Registers new Slack action/view routes for the edit flows. |
nephthys/actions/edit_team_tag.py |
New handlers to open the edit team tag modal and persist edits. |
nephthys/actions/edit_category_tag.py |
New handlers to open the edit category tag modal, validate inputs, and persist edits. |
nephthys/actions/create_team_tag.py |
Extends team tag creation to persist optional descriptions. |
nephthys/actions/create_category_tag.py |
Extends category tag creation to persist optional slug/description and validate slug format. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
MMK21Hub
requested changes
Mar 27, 2026
MMK21Hub
reviewed
Mar 27, 2026
MMK21Hub
requested changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.