Skip to content
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

Expand Engagement filters to nest into Projects & Languages #3243

Merged
merged 14 commits into from
Jun 20, 2024

Conversation

CarsonF
Copy link
Member

@CarsonF CarsonF commented Jun 18, 2024

No description provided.

Copy link

github-actions bot commented Jun 18, 2024

🗞 GraphQL Summary

View schema changes
@@ -1466,8 +1466,12 @@
   statusModifiedAt: SecuredDateTime!
 }
 
 input EngagementFilters {
+  language: LanguageFilters
+  project: ProjectFilters
+  status: [EngagementStatus!]
+
   """Only engagements matching this type"""
   type: String
 }
 
@@ -1588,8 +1592,14 @@
   """Based on the language's sensitivity"""
   sensitivity: Sensitivity!
 }
 
+input EthnologueLanguageFilters {
+  code: String
+  name: String
+  provisionalCode: String
+}
+
 input ExecuteProgressReportTransitionInput {
   """Any additional user notes related to this transition"""
   notes: RichText
 
@@ -2464,8 +2474,9 @@
   total: Int!
 }
 
 input LanguageFilters {
+  ethnologue: EthnologueLanguageFilters
   isDialect: Boolean
   isSignLanguage: Boolean
 
   """Is a Least Of These partnership"""
@@ -2477,8 +2488,9 @@
   """
   Only languages that are (not) in the "Preset Inventory"
   """
   presetInventory: Boolean
+  registryOfDialectsCode: String
 
   """Only languages with these sensitivities"""
   sensitivity: [Sensitivity!]
 }

⚠️ Dangerous Changes

  • An optional field language on input type EngagementFilters was added.
  • An optional field project on input type EngagementFilters was added.
  • An optional field status on input type EngagementFilters was added.
  • An optional field ethnologue on input type LanguageFilters was added.
  • An optional field registryOfDialectsCode on input type LanguageFilters was added.

@CarsonF CarsonF force-pushed the eng-nested-project-filters branch 5 times, most recently from 4115774 to 8a52689 Compare June 20, 2024 13:55
@CarsonF CarsonF force-pushed the eng-nested-project-filters branch from 8a52689 to 6fa2680 Compare June 20, 2024 21:19
@CarsonF CarsonF merged commit 5c4728a into develop Jun 20, 2024
15 checks passed
@CarsonF CarsonF deleted the eng-nested-project-filters branch June 20, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant