Geoffrey-rs/geoffrey_models/src/models/parameters
Joey Hines c6ec8467c1
continuous-integration/woodpecker the build was successful Details
report_out_of_stock command + new query system
+ report_out_of_stock can be used by a when an item is not in stock in a shop
+ Added new query system
  + Impl for both LocationDB and Player for now
  + Goal is to increase code re-use without a million functions for different queries
  + Should be expanded to more models
  + I Should really just rip out the DB and make it a generic thing
+ Clippy + fmt
2021-12-30 21:48:33 -06:00
..
add_item_params.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00
add_location_params.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00
add_token_params.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00
delete_params.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00
edit_params.rs Added 'edit' commands 2021-12-19 14:06:56 -07:00
find_params.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00
info_params.rs Added info command 2021-12-19 15:16:22 -07:00
item_command_params.rs report_out_of_stock command + new query system 2021-12-30 21:48:33 -06:00
link_params.rs Added link command 2021-12-18 11:13:18 -07:00
mod.rs report_out_of_stock command + new query system 2021-12-30 21:48:33 -06:00
register_params.rs Added link command 2021-12-18 11:13:18 -07:00
selling_params.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00
set_portal_params.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00