Conversation
There was a problem hiding this comment.
Pull Request Overview
Adds support for Destiny: Rising game identifiers by introducing new database fields and UI updates to track player UIDs and nicknames in the Destiny: Rising mobile game.
- Adds
rising_uidandrising_nicknamedatabase fields to the guardians table - Updates display templates and commands to show Destiny: Rising information
- Provides edit functionality for administrators to manage Rising identifiers
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| migration/src/tables.rs | Adds RisingUid and RisingNickname enum variants for database schema |
| migration/src/m20250828_224244_add_destiny_rising_uids.rs | Database migration to add nullable rising_uid and rising_nickname columns |
| migration/src/lib.rs | Registers the new migration module |
| entity/src/guardians.rs | Adds model fields and formatting methods for Destiny: Rising identifiers |
| entity/src/plannedactivitymembers.rs | Updates activity member template to include Rising information |
| bot/templates/list/member.tera | Updates member display template to show Rising identifiers |
| bot/templates/editguar/usage.tera | Adds documentation for new Rising edit command |
| bot/src/commands/whois_command.rs | Updates whois output to include Rising information |
| bot/src/commands/editguar_command.rs | Adds Rising UID/nickname editing functionality |
| bot/src/commands/mod.rs | Improves error message display by including error details |
| Justfile.top | Adds deployment automation script |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
d8f488a to
ba4d36d
Compare
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.