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

Home and OCP Page #102

Merged
merged 22 commits into from
Jul 16, 2024
Merged

Home and OCP Page #102

merged 22 commits into from
Jul 16, 2024

Conversation

MVarshini
Copy link
Collaborator

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

This PR has the Home and CPT page Tables with Filters, sorting, dynamic column selection and pagination

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

@MVarshini MVarshini self-assigned this Jun 13, 2024
@MVarshini MVarshini changed the title Panda 406 Home and OCP Page Jun 13, 2024
@MVarshini MVarshini mentioned this pull request Jun 13, 2024
7 tasks
local-compose.sh Outdated
@@ -11,9 +11,11 @@ CPT_CONFIG=${CPT_CONFIG:-"$PWD/backend/ocpperf.toml"}
podman rm -f front back

podman build -f backend/backend.containerfile --tag backend
podman build -f frontend/frontend.containerfile --tag frontend
# podman build -f frontend/frontend.containerfile --tag frontend
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be un-commented i believe

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@vishnuchalla
Copy link
Collaborator

vishnuchalla commented Jul 2, 2024

@MVarshini Can you also get our recent Telco integration added here as well please?
Screenshot from 2024-07-02 14-59-51

Copy link
Member

@chentex chentex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @MVarshini!!
There are a couple of problems I found:

  • Seems that the Sorting on the columns is not working on any page
  • The values on the filters seem to repeat, I see in some FALSE and false both filter the same

And a couple of requests:

  • Can we make filters multi-select?
  • Can we recalculate the values on the filters based on the selected filter values?

@MVarshini
Copy link
Collaborator Author

@chentex Thanks for the suggestions. I'll address the mentioned issues.

@MVarshini
Copy link
Collaborator Author

MVarshini commented Jul 9, 2024

@chentex
The Sorting and repeating values issues are resolved.

And, the request for multi-select in filter and updating the filter values based on previous selection will be addressed in a separate PR and is tracked in PANDA-446

@vishnuchalla
Copy link
Collaborator

@MVarshini telco specific tab doesn't seem to be working. Looks like a redirection problem. It seems to appear well in the homepage but not in the product specific page. Can you cross-check please?

@@ -20,7 +21,7 @@ function App() {
<Route element={<MainLayout />}>
<Route index element={<Home />} />
<Route path={APP_ROUTES.HOME} element={<Home />} />
<Route path={APP_ROUTES.OCP} element={<Home />} />
<Route path={APP_ROUTES.OCP} element={<OCP />} />
<Route path={APP_ROUTES.QUAY} element={<Home />} />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong mapping here. Also telco doesn't seem to be added here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

Copy link
Collaborator

@vishnuchalla vishnuchalla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MVarshini assuming that we have plans to write up frontend reducers and actions for Quay and Telco in the subsequent PRs, these changes look good to me.

@chentex
Copy link
Member

chentex commented Jul 16, 2024

As we talked with @MVarshini telco and quay are going to be worked on another PR

@chentex chentex merged commit 7189136 into cloud-bulldozer:revamp Jul 16, 2024
1 check passed
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.

3 participants