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

Add status to ImageNode GQL Fields #3616

Open
jopemachine opened this issue Feb 10, 2025 — with Lablup-Issue-Syncer · 0 comments
Open

Add status to ImageNode GQL Fields #3616

jopemachine opened this issue Feb 10, 2025 — with Lablup-Issue-Syncer · 0 comments
Assignees

Comments

@jopemachine
Copy link
Member

Motivation  

  • GraphQL clients (including the UI) should be able to query and display the new status value.
  • Enables client-side filtering or styling based on the status.

Required Features

  • Extend the ImageNode type to include a status field.
  • Update GraphQL schema documentation to reflect the new field.

Impact  

  • GraphQL-based consumers (WebUI, CLI) can now fetch and utilize the status field.
  • The change is backward-compatible, but client code may optionally be updated to display or use the new field.

Testing Scenarios

  • Confirm that queries for ImageNode return the correct status values.
  • Verify that the field is optional or defaults correctly for existing queries.
  • Ensure clients can filter and sort images by status if needed.
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

No branches or pull requests

1 participant