Skip to content

Conversation

athinakantis
Copy link
Contributor

Add Frontend Category CRUD

  • categories can be managed at /admin/categories
  • new and updated categories are validated (will refine this slightly with better + translated toast messages)
  • categories can be searched

@athinakantis athinakantis marked this pull request as ready for review September 5, 2025 09:18
…name to prevent having to filter in the frontend
@athinakantis athinakantis reopened this Sep 8, 2025
Copy link

supabase bot commented Sep 8, 2025

Updates to Preview Branch (CON2-223-frontend-add-category-CRUD) ↗︎

Deployments Status Updated
Database Tue, 09 Sep 2025 08:26:41 UTC
Services Tue, 09 Sep 2025 08:26:41 UTC
APIs Tue, 09 Sep 2025 08:26:41 UTC

Tasks are run on every commit but only new migration files are pushed.
Close and reopen this PR if you want to apply changes from existing seed or migration files.

Tasks Status Updated
Configurations Tue, 09 Sep 2025 08:26:46 UTC
Migrations Tue, 09 Sep 2025 08:26:48 UTC
Seeding Tue, 09 Sep 2025 08:26:52 UTC
Edge Functions ⚠️ Tue, 09 Sep 2025 08:26:52 UTC

⚠️ Warning — Only Functions declared in config.toml will be automatically deployed to branches: [functions.my-slug]


View logs for this Workflow Run ↗︎.
Learn more about Supabase for Git ↗︎.

@stabjana
Copy link
Contributor

stabjana commented Sep 8, 2025

Nice work! 😄
The buildCategoryTree function is really cool!

When you add a new category, the parent category is not saved.
Also existent categories are not updated with the parent.

The rest works fine 🦄

@athinakantis
Copy link
Contributor Author

Nice work! 😄 The buildCategoryTree function is really cool!

When you add a new category, the parent category is not saved. Also existent categories are not updated with the parent.

The rest works fine 🦄

Thanks for the input! There was not actually an issue updating categories on the backend, however the correct parents did not show in the UI when creating/updating a category. This should be fixed now!

@stabjana stabjana self-assigned this Sep 9, 2025
@stabjana stabjana merged commit 724219f into develop Sep 9, 2025
5 checks passed
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.

3 participants