-
-
Notifications
You must be signed in to change notification settings - Fork 78
fix: update for Golbat #312 #1151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates field names from quest_location_card to quest_background across the codebase to align with Golbat #312. This is a straightforward field rename that maintains consistency between the frontend and backend systems.
Key changes:
- Renamed
quest_location_cardtoquest_backgroundin GraphQL schemas, queries, and backend models - Added German localization entries for new features including quest Pokemon, tappables, routes, and expert filter syntax
- Removed obsolete localization keys
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/services/queries/search.js | Updated GraphQL query field name from quest_location_card to quest_background |
| src/services/queries/pokestop.js | Updated GraphQL query field name from quest_location_card to quest_background |
| server/src/models/Pokestop.js | Updated model field references from quest_location_card to quest_background |
| server/src/graphql/typeDefs/scanner.graphql | Updated GraphQL type definition field name from quest_location_card to quest_background |
| server/src/graphql/typeDefs/map.graphql | Updated GraphQL type definition field name from quest_location_card to quest_background |
| packages/locales/lib/human/de.json | Added extensive German translations for new features and removed obsolete keys |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
packages/locales/lib/human/de.json
Outdated
| "expert_group_2": "Gruppe 2", | ||
| "expert_group_2_description": "Hohes Level mit perfektem Angriff.", | ||
| "expert_combine_description": "Kombiniere sie mit einem , oder |:", | ||
| "expert_result_description": "Dieser Filter zeigt Pokémon an, wenn sie die Kriterien für Gruppe 1 erfüllen ODER wenn sie alle Kriterien für Gruppe 2 erfüllen." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
y u mix two PRs rude
|
🎉 This PR is included in version 1.40.0-develop.16 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
if this and golbat PR is merged, can PR the frontend part also