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

Dual list selector - create dual list selector next #8700

Closed
4 of 7 tasks
Tracked by #147
nicolethoen opened this issue Feb 15, 2023 · 1 comment · Fixed by #9901
Closed
4 of 7 tasks
Tracked by #147

Dual list selector - create dual list selector next #8700

nicolethoen opened this issue Feb 15, 2023 · 1 comment · Fixed by #9901
Assignees
Labels
Milestone

Comments

@nicolethoen
Copy link
Contributor

Rather than simultaneously maintain four implementations of the dual list selector:

  1. dynamic list style dual list selector
  2. dynamic tree style dual list selector
  3. composable list style dual list selector
  4. composable tree style dual list selector
    We should instead only be maintaining one. All four types of the dual list selector should be able to be implemented using the composable tree building blocks.

We could still also export an additional implementation, which will compose the most basic list and tree styles automatically. Almost like exportable demos.

  • remake all existing examples using tree style dual list selector
  • remove the wiring for the dynamic list and tree configurations
  • wrap and make export-able the basic tree and list examples

Be sure the next implementation addresses the following issues:

@stale
Copy link

stale bot commented Apr 18, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the wontfix label Apr 18, 2023
@mcarrano mcarrano added DevX and removed Feature labels Jun 12, 2023
@tlabaj tlabaj added the Next label Jul 12, 2023
@srambach srambach modified the milestones: Prioritized Backlog, 2023.Q4 Sep 28, 2023
@mfrances17 mfrances17 moved this from Not started to In Progress in PatternFly Issues Oct 9, 2023
@mfrances17 mfrances17 moved this from In Progress to Not started in PatternFly Issues Oct 10, 2023
@mfrances17 mfrances17 moved this from Not started to In Progress in PatternFly Issues Oct 18, 2023
@mfrances17 mfrances17 moved this from In Progress to Not started in PatternFly Issues Oct 26, 2023
@mfrances17 mfrances17 moved this from Not started to In Progress in PatternFly Issues Nov 21, 2023
@mfrances17 mfrances17 moved this from In Progress to PR Review in PatternFly Issues Dec 20, 2023
@wise-king-sullyman wise-king-sullyman modified the milestones: 2023.Q4, 2024.Q1 Jan 11, 2024
@github-project-automation github-project-automation bot moved this from PR Review to Done in PatternFly Issues Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

6 participants