- Fish afghani (tikka)
- Chicken reshmi/malmal kabab
- Lamb/mutton kabab or tikka
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Domain | Depends_on | |
---|---|---|
Menu | Recipes | |
Menu | Collections | |
Menu | Deliveries | |
Menu | Orders | |
Menu | Core | |
Checkout | Core | |
Checkout | Deliveries | |
Checkout | Customers | |
Cookbook | Collections |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Domain | Type | Owner | |
---|---|---|---|
Menu | Feature | Radishes | |
Checkout | Feature | Rockets | |
Cookbook | Feature | Radishes | |
My Gousto | Feature | Rockets | |
My Deliveries | Feature | Rockets | |
My Details | Feature | Rockets | |
My Subscription | Feature | Rockets | |
Homepage | Feature | Radishes | |
Welcome Page | Feature | Rockets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Resources\Order; | |
use \App\Resources\Order\Order; | |
use \Gousto\Requesto\Repository; | |
/** | |
* Class OrderRepository | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Resources\Order; | |
use \Gousto\Requesto\Model; | |
/** | |
* Class Order | |
* | |
* @package App\Resources\Order |