ksquareincmx / poc-chef-server

Wanna order tortas? We gotcha covered fam!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Order Policy

mishelashala opened this issue · comments

Right now we don't have policies for the orders. This is just a proposal, feel free to add new policies or change them


See all orders:

  • only the ones the user has created

Create order

  • only users

Edit a particular order

  • only the user that created that order

Cancel an order

  • only the user that created that order
  • only not-paid orders
  • only orders in current events (not past/cancelled)