ryanmwangi
  • Joined on 2024-09-25
ryanmwangi pushed to main at Progyssey/Compareware 2025-01-29 12:30:47 +00:00
e0c49ffa86 build(merge): merge branch 'db' into main
1318319ad1 fix(properties): reflect added properties in real time in the ui
ac8eb8118d fix(item_list):initialize with one empty item if the database is empty
68b458df5e feat(db): enable user to delete items and properties from the database.
afa3bd3ece feat(Item_list): update ItemsList component to include delete button for property input fields
Compare 21 commits »
ryanmwangi pushed to db at Progyssey/Compareware 2025-01-28 20:45:40 +00:00
1318319ad1 fix(properties): reflect added properties in real time in the ui
ryanmwangi pushed to db at Progyssey/Compareware 2025-01-28 17:45:22 +00:00
ac8eb8118d fix(item_list):initialize with one empty item if the database is empty
ryanmwangi pushed to main at Progyssey/Compareware 2025-01-28 12:20:00 +00:00
4ff9928a94 buid(toolchain): update rust-toolchain.toml to use Rust 1.82.0 instead of 1.83.0
ryanmwangi pushed to db at Progyssey/Compareware 2025-01-28 11:36:40 +00:00
68b458df5e feat(db): enable user to delete items and properties from the database.
ryanmwangi pushed to db at Progyssey/Compareware 2025-01-27 23:44:03 +00:00
afa3bd3ece feat(Item_list): update ItemsList component to include delete button for property input fields
ryanmwangi pushed to db at Progyssey/Compareware 2025-01-27 13:48:53 +00:00
c38f19d76c feat(labels): persist property labels on refresh.
ryanmwangi pushed to db at Progyssey/Compareware 2025-01-27 13:38:45 +00:00
49315128f8 build(git): add compareware.db file to .gitignore
2455619735 build(git): add compareware.db file to .gitignore
3fa56abc83 feat(db): persist custom properties from db
Compare 3 commits »
ryanmwangi pushed to db at Progyssey/Compareware 2025-01-24 12:10:56 +00:00
e0e5fc49c2 feat(db): load items from database on startup.
ryanmwangi pushed to db at Progyssey/Compareware 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 Progyssey/Compareware 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 Progyssey/Compareware 2025-01-23 18:37:00 +00:00
3ed12c80a6 feat(db): integrate the database with the frontend.
ryanmwangi pushed to db at Progyssey/Compareware 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 Progyssey/Compareware 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 Progyssey/Compareware 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 Progyssey/Compareware 2025-01-21 00:33:09 +00:00
ryanmwangi pushed to graphql-integration at Progyssey/Compareware 2025-01-21 00:33:09 +00:00
c052c5a2e1 feat(graphql): integrate graphql
ryanmwangi pushed to main at Progyssey/Compareware 2025-01-20 16:15:11 +00:00
29434dc37c feat(db): revert to previous working commit.
ryanmwangi pushed to db at Progyssey/Compareware 2025-01-20 15:50:25 +00:00
dc70316bae fix(db): db debugging (in progress)
ryanmwangi created branch db in Progyssey/Compareware 2025-01-20 15:50:25 +00:00