Geoffrey-rs/geoffrey_models/src/models/locations
Joey Hines 8e8798f509
First pass on shop/item handling
+ The `add_item` command adds items to a location of type `Shop`
+ `selling` allows items to be queried
  + Items are not sorted yet
  + The user will be able to apply optional sorting params
+ Allowed the `insert` function of the DB to be used to update a model already in the DB
+ Clippy + Fmt
2021-11-07 14:23:18 -07:00
..
farm.rs Refactoring to get the find command working 2021-10-23 13:11:23 -06:00
market.rs Fmt + Clippy 2021-10-23 13:13:28 -06:00
mod.rs First pass on shop/item handling 2021-11-07 14:23:18 -07:00
shop.rs Refactoring to get the find command working 2021-10-23 13:11:23 -06:00
town.rs Fmt + Clippy 2021-10-23 13:13:28 -06:00