refactor: update routing and logic for steward features, including route imports and path adjustments
This commit is contained in:
@@ -1,28 +1,7 @@
|
||||
sealed class ChickenRoutes {
|
||||
ChickenRoutes._();
|
||||
|
||||
static const auth = '/AuthChicken';
|
||||
static const _base = '/chicken';
|
||||
static const role = '$_base/role';
|
||||
static const String profile = '$_base/profile';
|
||||
|
||||
//region Steward Routes
|
||||
static const _steward = '$_base/steward';
|
||||
static const initSteward = '$_steward/';
|
||||
static const homeSteward = '$_steward/home';
|
||||
static const buySteward = '$_steward/buy';
|
||||
static const saleSteward = '$_steward/sale';
|
||||
static const segmentationSteward = '$_steward/segmentation';
|
||||
|
||||
//buys
|
||||
static const buysOutOfProvinceSteward = '$buySteward/buyOutOfProvince';
|
||||
static const buysInProvinceSteward = '$buySteward/buyInProvince';
|
||||
|
||||
//sales
|
||||
static const salesInProvinceSteward = '$saleSteward/SalesInProvince';
|
||||
static const salesOutOfProvinceSteward = '$saleSteward/saleOutOfProvince';
|
||||
static const salesOutOfProvinceBuyerSteward =
|
||||
'$saleSteward/saleOutOfProvinceBuyer ';
|
||||
|
||||
//endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user