Commit graph

10 commits

Author SHA1 Message Date
2bcdea79dc fead(db): initialize database first 2025-02-20 15:36:33 +03:00
a8d8e9a131 feat(db): migrate to relational property storage
-Removed JSON (de)serialization from DbItem struct
-Added direct Item struct handling in database operations
-remove insert_item function
2025-02-19 22:45:24 +03:00
8e3c87f315 feat(main): edit main function and API handlers
* Removed redundant imports and unused variables
* Simplified `create_item_handler` to use `ItemRequest` struct
* Removed unnecessary cloning of database Arc
* Improved code organization and readability
2025-02-18 23:43:38 +03:00
8860ace51f feat(url): Added API handlers for item management by URL 2025-02-14 17:50:58 +03:00
7939c9e7b6 feat(url): add server-side rendering feature with URL routing 2025-02-13 23:07:27 +03:00
68b458df5e feat(db): enable user to delete items and properties from the database. 2025-01-28 14:36:17 +03:00
0ac35c3ca5 fix(db): register custom API routes before the Leptos server function handler 2025-01-23 14:29:42 +03:00
291cb05847 feat(db): run db on backend using actix web 2025-01-22 20:16:43 +03:00
af3f89c561 feat(db): add API endpoint for updating items to db and implement server-side functionality 2025-01-22 14:14:18 +03:00
9afc89833a feat: update leptos to newest version 2024-12-06 14:45:14 +03:00