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

refactor: categories to first class objects #1348

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

matiasleyba
Copy link
Contributor

Description

  • Currently, categories in the API are represented as enums, which limits the ability to change them dynamically via the API.
    Since categories are better suited to be managed in a CMS, migrating them to first-class objects would enable developers to define categories dynamically. This approach provides greater flexibility in showing or hiding categories without modifying the app's code.

  • Resolves 119139(refactor: Categories to first class Objects flutter#119139)

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@matiasleyba matiasleyba self-assigned this Nov 25, 2024
@matiasleyba matiasleyba mentioned this pull request Nov 28, 2024
7 tasks
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.

1 participant