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

Feat: Add isFeatured Column to Product Entity #132

Closed
6 tasks
bertrandshema opened this issue Jul 3, 2024 · 0 comments · Fixed by #134
Closed
6 tasks

Feat: Add isFeatured Column to Product Entity #132

bertrandshema opened this issue Jul 3, 2024 · 0 comments · Fixed by #134
Assignees
Labels
backend Good for newcomers WIP Work In Progress

Comments

@bertrandshema
Copy link
Contributor

bertrandshema commented Jul 3, 2024

While creating the product entity, we forgot to include the isFeatured column. This column is essential for highlighting featured products in our application landing page.

Tasks:

  • Add isFeatured column to the product entity in the database schema.
  • Update the ORM/Entity class to include the isFeatured field.
  • Ensure the isFeatured column is a boolean type, defaulting to false.
  • Update the product creation and update APIs to handle the isFeatured field.
  • Modify the frontend to support setting and displaying the isFeatured status for products.
  • Test the changes to ensure the isFeatured functionality works correctly.
@bertrandshema bertrandshema self-assigned this Jul 3, 2024
@bertrandshema bertrandshema added backend Good for newcomers WIP Work In Progress labels Jul 3, 2024
@bertrandshema bertrandshema linked a pull request Jul 3, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Good for newcomers WIP Work In Progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant