Commit Graph

14 Commits

Author SHA1 Message Date
Vincent Guillet
a849a4dd15 feat: add categories and manufacturers CRUD components; implement form handling and image upload functionality 2025-11-10 16:29:42 +01:00
Vincent Guillet
b84a829a82 feat: implement add product functionality; create add-product component with form validation and styling 2025-11-05 16:44:42 +01:00
Vincent Guillet
1a918a7863 delete test file 2025-11-04 18:44:30 +01:00
Vincent Guillet
3bc2a27d76 refactor: rename components and update dialog implementations; add confirm dialog for deletion actions 2025-11-04 18:13:37 +01:00
Vincent Guillet
55a1d54c70 refactor: rename components and update admin navbar; implement generic list and dialog components for brands, categories, and platforms 2025-11-01 17:56:26 +01:00
Vincent Guillet
7c8f85a500 add Categories management: create CategoriesList component, update admin navbar, and integrate category handling in product forms 2025-11-01 15:43:49 +01:00
Vincent Guillet
7531ea9453 add admin navbar and brand/platform management components 2025-10-31 18:32:24 +01:00
Vincent Guillet
6dc9f4ffea update title in index.html to reflect application name 2025-10-14 14:53:37 +02:00
Vincent Guillet
d2696b16ac update routing to include AddProduct component and adjust guard activations 2025-10-14 14:53:28 +02:00
Vincent Guillet
7fb4f46833 update navbar component for French localization and branding 2025-10-14 14:53:22 +02:00
Vincent Guillet
b0ba0886fd add Brand class and associated unit tests 2025-10-14 14:53:18 +02:00
Vincent Guillet
8c3de85f36 add AddProduct component with form for product creation and associated styles 2025-10-14 14:53:13 +02:00
Vincent Guillet
f04f9fd93f add BrandService and ProductService with basic HTTP methods and tests 2025-10-14 14:53:07 +02:00
Vincent Guillet
18f0364e26 add initial Angular components, services, and routing setup 2025-09-24 11:31:28 +02:00