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

CLI: Provide feature parity between PSAT and CLI #206

Closed
5 tasks done
amedina opened this issue Oct 24, 2023 · 2 comments · Fixed by #266, #193, #289, #290 or #291
Closed
5 tasks done

CLI: Provide feature parity between PSAT and CLI #206

amedina opened this issue Oct 24, 2023 · 2 comments · Fixed by #266, #193, #289, #290 or #291
Assignees
Labels
Milestone

Comments

@amedina
Copy link
Collaborator

amedina commented Oct 24, 2023

Feature Request

Description:
Provide as much parity as possible between PSAT's extension and PSAT's CLI.

Acceptance Criteria:

  • Generic Sidebar for Extension
  • Generic Sidebar for CLI Dashboard
  • Generic Filtering and Search capabilities to Extension
  • Generic Filtering and Search capabilities to CLI Dashboard
  • Implement Persistent setting for table
@amedina amedina added P0 Highest priority CLI labels Oct 24, 2023
@amedina amedina added this to the v0.4.0 milestone Oct 24, 2023
@mohdsayed mohdsayed assigned mayan-000 and unassigned mohdsayed and ayushnirwal Oct 29, 2023
@mayan-000
Copy link
Collaborator

mayan-000 commented Nov 14, 2023

Update:
I have planned to break this task into multiple smaller ones.

  • Build a new generic Sidebar for navigation (currently we are using a bit specific to the extension).
  • Implement Sidebar in Dashboard
  • Build a new generic Filter and Search mechanism and view, and make it part of the table component.
  • Implement filter and search to CLI Dashboard.
  • Provide state persistence for selected filters (needs new logic to use the generic nature of filters).
  • Move the generic Sidebar to the extension.
  • Move the filter and search for the extension.

@mayan-000 mayan-000 linked a pull request Nov 29, 2023 that will close this issue
@ayushnirwal ayushnirwal mentioned this issue Dec 13, 2023
@maitreyie-chavan
Copy link
Collaborator

Released as a part of v0.4.0, closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment