ryanmwangi
  • Joined on 2024-09-25
ryanmwangi pushed to per-url at ryanmwangi/Compware 2025-02-18 20:44:52 +00:00
5815c9fe10 feat(item_list): make DbItem struct public.
ryanmwangi pushed to per-url at ryanmwangi/Compware 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 ryanmwangi/Compware 2025-02-18 20:38:56 +00:00
74bd1a89e5 feat(db): edit database schema and item insertion logic
ryanmwangi pushed to per-url at ryanmwangi/Compware 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 ryanmwangi/Compware 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 ryanmwangi/Compware 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 ryanmwangi/Compware 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 ryanmwangi/Compware 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 ryanmwangi/Compware 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 ryanmwangi/Compware 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
ryanmwangi created branch per-url in ryanmwangi/Compware 2025-02-11 11:02:59 +00:00
ryanmwangi pushed to per-url at ryanmwangi/Compware 2025-02-11 11:02:59 +00:00
ryanmwangi pushed to autosearch at ryanmwangi/Compware 2025-02-11 10:58:47 +00:00
42f7cce2de feat(name field): edit components to debounce input events and improve logging
ryanmwangi pushed to autosearch at ryanmwangi/Compware 2025-02-07 15:30:17 +00:00
e57a4bbf65 feat(autosearch) : add debouncing to fetch wikidata suggestions in ItemsList component
ryanmwangi pushed to autosearch at ryanmwangi/Compware 2025-02-07 11:21:31 +00:00
443c7a7e0c build(files): remove unused item_form.rs and wikidata_lookup.rs files
ryanmwangi pushed to main at ryanmwangi/Compware 2025-02-06 19:20:18 +00:00
443c7a7e0c build(files): remove unused item_form.rs and wikidata_lookup.rs files
ryanmwangi pushed to main at ryanmwangi/Compware 2025-02-05 11:33:11 +00:00
4bfd47d8c4 feat(item_list): normalize property labels to display the right labels on the item list
94ed4c46b9 feat(item_list): succesfully fetch property labels using SPARQL
25b3128181 feat(item_list): use sparql to fetch properties
23cd674e31 feat(item_list): implement querying using GRAPHQL
Compare 4 commits »
ryanmwangi created branch autosearch in ryanmwangi/Compware 2025-02-05 11:26:48 +00:00
ryanmwangi pushed to autosearch at ryanmwangi/Compware 2025-02-05 11:26:48 +00:00
0a8494596f feat(autosearch): improve blur and focus handling to help search wikidata suggestions while typing
ryanmwangi pushed to graphql at ryanmwangi/Compware 2025-02-04 11:31:46 +00:00
4bfd47d8c4 feat(item_list): normalize property labels to display the right labels on the item list