ryanmwangi
  • Joined on 2024-09-25
551 contributions in the last 12 months
AprMayJunJulAugSepOctNovDecJanFebMarMonWedFri
Less
More
ryanmwangi pushed to db at ryanmwangi/Compware 2025-01-24 12:10:56 +00:00
e0e5fc49c2 feat(db): load items from database on startup.
ryanmwangi pushed to db at ryanmwangi/Compware 2025-01-23 23:23:36 +00:00
c1207f613d feat(db): add selected properties state and update save_item_to_db function to include selected properties
ryanmwangi pushed to db at ryanmwangi/Compware 2025-01-23 22:55:54 +00:00
fc13b0dae6 feat(db): enable db to update items keeping track of the item's id
ryanmwangi pushed to db at ryanmwangi/Compware 2025-01-23 18:37:00 +00:00
3ed12c80a6 feat(db): integrate the database with the frontend.
ryanmwangi pushed to db at ryanmwangi/Compware 2025-01-23 11:29:59 +00:00
0ac35c3ca5 fix(db): register custom API routes before the Leptos server function handler
ryanmwangi pushed to db at ryanmwangi/Compware 2025-01-22 21:03:10 +00:00
e46b693e56 build(toolchain): update rust-toolchain.toml to use Rust 1.82.0 instead of 1.83.0
ryanmwangi pushed to db at ryanmwangi/Compware 2025-01-22 20:42:53 +00:00
291cb05847 feat(db): run db on backend using actix web
af3f89c561 feat(db): add API endpoint for updating items to db and implement server-side functionality
5bd19803fe feat(ssr): add SSR feature to ItemsList component
Compare 3 commits »
ryanmwangi created branch graphql-integration in ryanmwangi/Compware 2025-01-21 00:33:09 +00:00
ryanmwangi pushed to graphql-integration at ryanmwangi/Compware 2025-01-21 00:33:09 +00:00
c052c5a2e1 feat(graphql): integrate graphql
ryanmwangi pushed to main at ryanmwangi/Compware 2025-01-20 16:15:11 +00:00
29434dc37c feat(db): revert to previous working commit.
ryanmwangi pushed to db at ryanmwangi/Compware 2025-01-20 15:50:25 +00:00
dc70316bae fix(db): db debugging (in progress)
ryanmwangi created branch db in ryanmwangi/Compware 2025-01-20 15:50:25 +00:00
ryanmwangi pushed to main at ryanmwangi/Compware 2025-01-17 15:52:38 +00:00
4760364491 feat(reviews): remove reviews from Item struct
c8f32d027f feat(db): add a database using rusqlite.
Compare 2 commits »
ryanmwangi pushed to main at ryanmwangi/Compware 2025-01-16 12:06:30 +00:00
a99b5164d8 feat(item_list): add property labels fetching and displaying in ItemsList component
ryanmwangi pushed to main at ryanmwangi/Compware 2025-01-15 23:29:39 +00:00
1f81eae135 feat(items_list): populate new item cells with related property values based on their wikidata_id
ryanmwangi pushed tag v0.1.4 to ryanmwangi/Compware 2025-01-15 22:54:05 +00:00
ryanmwangi pushed to main at ryanmwangi/Compware 2025-01-15 22:44:04 +00:00
765227e7aa fix(items_list): modify add_property to fetch and populate relevant values per item
ryanmwangi pushed to backend at ryanmwangi/Compware 2025-01-15 16:52:49 +00:00
7c620d1642 fix(item_list): work on backend to bypass CORS (Cross-Origin Resource Sharing) restrictions
ryanmwangi created branch backend in ryanmwangi/Compware 2025-01-15 16:52:49 +00:00
ryanmwangi pushed to main at ryanmwangi/Compware 2025-01-14 14:26:12 +00:00
8fed7eeafe feat(items_list): add cache to store fetched properties and use it for auto completion of newly added properties