Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 388 Bytes

File metadata and controls

8 lines (7 loc) · 388 Bytes

CycleAPI TODO

  • Add instances to Product model
    • It's going to have price, productionDate, instance name. And sales will reference instances instead of directly referencing product.
    • Also, customPrice field of Sale model will be obselete.
  • Add endpoint for deleting API keys.
  • give unique names to api keys
  • hash the API keys before storing in the database