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

history panel store #120

Open
3 tasks
Tracked by #109
josephfusco opened this issue Apr 16, 2024 · 0 comments
Open
3 tasks
Tracked by #109

history panel store #120

josephfusco opened this issue Apr 16, 2024 · 0 comments
Labels
component: store Related to application store

Comments

@josephfusco
Copy link
Member

josephfusco commented Apr 16, 2024

The goal here is to have a Redux store registered that maintains the state of the history panel and allows 3rd party code to see what's in the state and write back to the state.

The history panel uses the Redux store.

Acceptance Criteria

  • baseline tests before refactoring (i.e. item can be added/removed from history, opened in document editor from history)
  • pull request showing tests for existing functionality passing
  • pull request showing tests still passing for refactored code (include new tests as needed)

Possible Public State

  • addToHistory
  • editLabel
  • items
  • toggleFavorite
  • deleteFromHistory
  • setActive

Related

@josephfusco josephfusco mentioned this issue Apr 16, 2024
14 tasks
@josephfusco josephfusco added the component: store Related to application store label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: store Related to application store
Projects
None yet
Development

No branches or pull requests

1 participant