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

Change "topics" to "topic" in contest queries #9850

Open
rbennettcw opened this issue Nov 7, 2024 · 0 comments
Open

Change "topics" to "topic" in contest queries #9850

rbennettcw opened this issue Nov 7, 2024 · 0 comments
Assignees
Labels

Comments

@rbennettcw
Copy link
Contributor

After making contest topics one-to-one, there are still some queries that return an array of topics (with a guaranteed length of 0 or 1). The queries should be cleaned up so that it returns the topic object instead of an array. Currently the getAllContests query is the only known affected query, but others may exist too.

Acceptance Criteria

  • Any contest queries that return an array of topics per contest manager should only return the single topic, not array. Rename topics to topic
  • The UI should be updated accordingly
@rbennettcw rbennettcw self-assigned this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant