Geoffrey-rs/geoffrey_models/src/models
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
..
locations Added set_portal to the API 2021-12-07 20:33:25 -07:00
parameters report_out_of_stock command + new query system 2021-12-30 21:48:33 -06:00
response report_out_of_stock command + new query system 2021-12-30 21:48:33 -06:00
db_metadata.rs Added set_portal to the API 2021-12-07 20:33:25 -07:00
item.rs Added `out_of_stock_votes` to ItemListing 2021-12-26 19:16:31 -06:00
link.rs Added link command 2021-12-18 11:13:18 -07:00
meta.rs First pass of an API 2021-10-03 14:03:32 -06:00
mod.rs Added string length validation (#4) 2021-12-22 19:00:40 -07:00
player.rs Added link command 2021-12-18 11:13:18 -07:00
token.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00