Closed niyobern closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.35%. Comparing base (
60a10d5
) to head (43d546e
). Report is 2 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Title
Add
icon
Column to Category TableDescription
This pull request introduces a new
icon
column to thecategory
table in our database. The purpose of this addition is to enhance the visual representation of categories in our application by associating each category with a unique icon. All areas of the codebase that create or update category records have been updated to include this new field.Changes
icon
column to thecategory
table in the database schema.category
table to include theicon
field.icon
field during category creation and updates.icon
field where category data is returned.Testing
icon
field in category creation and update scenarios.Additional Notes