ryanmwangi
  • Joined on 2024-09-25
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-14 14:35:33 +00:00
f87f88db2d build(docker): update Dockerfile to use Debian Bullseye and Rust 1.83.0.
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-13 15:05:01 +00:00
947d244326 build(docker): dockerize compareware
ryanmwangi pushed to main at ryanmwangi/Compware 2025-03-12 11:41:31 +00:00
db15e33ebd docs(README): update README to reflect changes in storage of name and description input
ryanmwangi pushed to main at ryanmwangi/Compware 2025-03-12 11:12:24 +00:00
32e79ea609 fix(db): don't update item_order when updating an item
11e4935055 fix(db): retain name and description values upon refresh
7e5f3400ef feat(db): store name and description inputs in the properties table other than the items table
414e91a825 fix(db): preserve original item_order during updates
Compare 4 commits »
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-11 23:22:16 +00:00
32e79ea609 fix(db): don't update item_order when updating an item
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-11 22:46:30 +00:00
11e4935055 fix(db): retain name and description values upon refresh
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-11 20:28:07 +00:00
7e5f3400ef feat(db): store name and description inputs in the properties table other than the items table
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-10 17:48:44 +00:00
414e91a825 fix(db): preserve original item_order during updates
ryanmwangi pushed to main at ryanmwangi/Compware 2025-03-10 14:43:02 +00:00
896de305cc fix(db): fix the issue of order preservation.
47c87159ae feat(db): add item_order to track the order that items are saved in
Compare 2 commits »
ryanmwangi pushed tag v0.3.2 to ryanmwangi/Compware 2025-03-10 14:41:59 +00:00
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-10 14:39:53 +00:00
896de305cc fix(db): fix the issue of order preservation.
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-10 14:00:47 +00:00
47c87159ae feat(db): add item_order to track the order that items are saved in
ryanmwangi created branch dev in ryanmwangi/Compware 2025-03-10 13:57:10 +00:00
ryanmwangi pushed to dev at ryanmwangi/Compware 2025-03-10 13:57:10 +00:00
ryanmwangi pushed tag v0.3.1 to ryanmwangi/Compware 2025-03-10 11:30:28 +00:00
ryanmwangi pushed to main at ryanmwangi/Compware 2025-03-09 22:13:10 +00:00
8ac1d77e06 test(db): add logging to tests
6c2442a82b fix(db): edit add_selected_property fn to Insert URL if it does not exists.
04457fef62 build(cargo.toml): remove unused dependencies
db29d1e05a test(db): test for selected properties addition, retrieval and duplicate prevention.
c96dacaaeb test(db): add url management test and use INSERT or IGNORE to handle url duplicates
Compare 9 commits »
ryanmwangi pushed tag v0.3.0 to ryanmwangi/Compware 2025-03-03 12:40:31 +00:00
ryanmwangi pushed to main at ryanmwangi/Compware 2025-03-03 12:29:47 +00:00
d77a806fe7 docs(db): document Database schema in README.md
5a14111db7 fix(properties): correct property saving and fetching
7e288b3a82 fix(url): fix url routing
f51d40a4d0 docs(nostr): comment out nostr integration in app.rs
a47d6b2e3a fix(db): fix property and item deletion
Compare 39 commits »
ryanmwangi pushed to styles at ryanmwangi/Compware 2025-03-03 12:28:37 +00:00
70511735ff style(list): add styling for suggestion list
ryanmwangi pushed to styles at ryanmwangi/Compware 2025-02-28 12:41:01 +00:00
57c40aa1c4 styles(list): add initial styling to the ui