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

fetches data but fails to display them #45170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LefterisXefteris
Copy link

Description

I implemented data fetching for pool slots using React Query. The data is successfully retrieved but I need help with displaying it in the required format.

Current Status

  • ✅ Successfully fetching pool slots data using React Query
  • ✅ Basic data transformation implemented
  • ⚠️ Display format needs adjustment to match design requirements

Implementation Details

  • Added usePoolServiceGetPools hook for data fetching
  • Implemented data reduction to calculate total slots by type:
    • running
    • queued
    • deferred
    • scheduled
    • open

Questions/Help Needed

  • Need guidance on transforming the display to match the horizontal stacked bar design
  • Looking for feedback on the current data transformation approach

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Dec 23, 2024
@tirkarthi
Copy link
Contributor

Related issue #43328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:UI Related to UI/UX. For Frontend Developers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants