ryanmwangi
  • Joined on 2024-09-25
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-24 22:38:48 +00:00
2e0b038e2a fix(db): add transaction handling and logging for database operations.
b9f3214a38 fix(url): remove manual url decoding
bca34d1ebc fix(api): enhance the error handling in api get_items endpoint
c9b24faad7 fix(404 error): enhance the logging in the item loading process to diagnose the 404 error
Compare 4 commits »
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-24 12:29:05 +00:00
03ffeb10fc fix(url): fix URL encoding mismatch
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-24 07:46:22 +00:00
b3ac709526 fix(missing url): handle missing URLs gracefully
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-24 07:28:33 +00:00
de14061b9a fix(item saving): fix Item Saving Error (400 Bad Request)
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-21 23:27:48 +00:00
fd39e3b967 feat(url): update api calls in items_list.rs
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-21 13:53:52 +00:00
ad9942a44f feat(routes): edit API routes to use URL parameter
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-21 12:11:27 +00:00
585a4a6eb7 fix(debug): add logging to solve db saving issues
e90a6be010 feat (items_list.rs): simplify deserialization and remove unnecessary conversions
Compare 2 commits »
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-20 12:57:18 +00:00
63aaa57fa1 refactor(imports): remove unused imports
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-20 12:38:56 +00:00
a35d4d557d feat(ssr): added get_current_url function for SSR support
2bcdea79dc fead(db): initialize database first
a379e93f44 feat(db): add proper error handling to schema table creation
Compare 3 commits »
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-19 19:45:38 +00:00
a8d8e9a131 feat(db): migrate to relational property storage
af1e6d949f feat(item_list): remove JSON deserialization of custom properties in items loader
Compare 2 commits »
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-18 20:44:52 +00:00
5815c9fe10 feat(item_list): make DbItem struct public.
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-18 20:43:57 +00:00
8e3c87f315 feat(main): edit main function and API handlers
b6b1ebde9c refactor(api): simplify API handlers and request bodies
Compare 2 commits »
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-18 20:38:56 +00:00
74bd1a89e5 feat(db): edit database schema and item insertion logic
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-18 17:01:58 +00:00
9beb997125 feat(item_list): update save_item_to_db function to take current_url as an argument.
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-17 17:20:05 +00:00
63f11f6a2d feat(db): move function to lead items from db outside the items list component.
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-17 14:05:08 +00:00
eba20abf5a feat(app): add router and dynamic item loading to app component
ecc991cc24 feat(db): add properties table and junction table for custom properties
Compare 2 commits »
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-14 14:51:12 +00:00
8860ace51f feat(url): Added API handlers for item management by URL
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-13 20:07:53 +00:00
7939c9e7b6 feat(url): add server-side rendering feature with URL routing
fddec7f728 feat(url): edit items list component to include current URL in database query
Compare 2 commits »
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-12 13:13:09 +00:00
1a5c245250 feat(api): add URL parameter support to API endpoints
e72ed778a2 feat(item): remove reviews from item struct.
bfded464c9 feat(db): update db.rs to save url specific items and properties
Compare 3 commits »
ryanmwangi pushed to per-url at Progyssey/Compareware 2025-02-11 20:37:02 +00:00
ce1e93fc49 feat(db): create new URL table and update the existing table to include a foreign key to the URLs table