Geoffrey-rs/geoffrey_api/src/commands
Joey Hines 12218d0b62
Updated models + migration infra
+ Model migration is handled in the DB modules
+ It involves writing an up and a down case
  + Both load and interact with the JSON directly
  + Done so it can be decoupled from models
2021-12-05 16:51:13 -07:00
..
add_item.rs Implemented sorting an ordering for selling 2021-11-14 16:28:55 -07:00
add_location.rs Updated models + migration infra 2021-12-05 16:51:13 -07:00
add_token.rs Added API token handling 2021-10-31 11:00:07 -06:00
find.rs Added user_id checking to commands 2021-10-24 13:20:15 -06:00
mod.rs Implemented sorting an ordering for selling 2021-11-14 16:28:55 -07:00
register.rs Fmt + Clippy 2021-10-24 13:21:30 -06:00
selling.rs Improved tests and added CI config 2021-11-14 17:04:03 -07:00