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

Create Favorite / Explore feature flag in store #339

Open
wazolab opened this issue Jul 22, 2024 · 0 comments
Open

Create Favorite / Explore feature flag in store #339

wazolab opened this issue Jul 22, 2024 · 0 comments
Assignees

Comments

@wazolab
Copy link
Contributor

wazolab commented Jul 22, 2024

Instead of setting a computed and drilling props across children components.

Favorite feature

  • We set a computed based on settings on Home component.
  • We set a computed based on settings on PoiDetails component.

Then we pass it through:

  • PoiCard
  • PoiCardContent
  • PoisDeck
  • RouteMap

Explorer feature

  • We set a computed based on settings on Home component.
  • We set a computed based on settings on Embedded component.

Then we pass it through:

  • PoiCard
  • PoiCardContent
  • FavoriteMenu
  • FavoriteNoteBook
  • PoisDeck
  • MapFeatures
@wazolab wazolab self-assigned this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant