Skip to content

Instantly share code, notes, and snippets.

@namphho
Created June 25, 2021 13:48
Show Gist options
  • Save namphho/30be5c65843f99dee2697864759afa69 to your computer and use it in GitHub Desktop.
Save namphho/30be5c65843f99dee2697864759afa69 to your computer and use it in GitHub Desktop.
static const String MAIN = "/main";
static const String LOGIN = "/login";
static const String CONTACT_US = "/contactus";
static const String PROFILE = "/profile";
static const String CHANGE_PASS = "/changepass";
static const String EDIT_PROFILE = "/edit_profile";
static const String CONTACT_DETAIL = "/contact_detail";
static const String LOYALTY_DETAIL = "/loyalty_detail";
static const String STOCK_DETAIL = "/stock_detail";
static const String BUNDLE_REQUEST_NOW = "/detail_add_to_card";
static const String SEND_REQUEST = "/send_request";
static const String CONFIRM_ORDER = "/confirm_order";
static const String DEAL_DIRECT_SALE = "/deal_direct_sale";
static const String DEAL_DISCOUNT_BUNDLE = "/deal_discount_bundle";
static const String MY_CONNECTIONS = "/my_connection";
static const String MY_CART = "/my_cart";
static const String NOTIFICATION = "/notification";
static const String MY_ORDERS = "/my_orders";
static const String ORDER_CANCEL = "/order_cancel";
static const String DEAL_DETAIL = "/deal_detail";
static const String DEAL_DETAIL_TEST = "/detail_detail_test";
static const String DEAL_DETAIL_SINGLE = "/detail_detail_single";
static const String SEARCH_DEAL = "/search_deal";
static const String SEARCH_MANUFACTURE_SUPPLIER = "/search_manufacturer_supplier";
static const String PRODUCT_SCREEN = "/product_screen";
static const String STOCK_PROCESS = "/stock_process";
static const String PRODUCT_SUCCESS = "/product_success";
static const String TERMS_AND_CONDITIONS = "/terms_and_conditions";
static const String STOCK_CAMERA = "/stock_camera";
static const String SALES_REP_MAIN_SCREEN = "/sales_main_screen";
static const String AVP_CAMERA_COLLECT_SCREEN = "/avp_camera_collect_screen";
static const String MERCH_CAMERA_COLLECT_SCREEN = "/merch_camera_collect_screen";
static const String AVP_CONGRATULATION_SCREEN = "/avp_congratulation_screen";
static const String SIMULATION_CART = "/simulation_cart";
static const String CATEGORY_CART = "/category_screen";
static const String CATEGORY_RESULT_CART = "/category_result_screen";
static const String HISTORY_REWARD_PAGE = "/history_reward_page";
static const String MY_WALLET = "/my_wallet";
static const String INCENTIVE_DETAIL = "/incentive_detail";
static const String SEARCH_MANUFACTURE_SUPPLIER_PREMIUM = "/search_manufacturer_supplier_premium";
static const String SEARCH_MANUFACTURE_SUPPLIER_PREMIUM_DEALS = "/search_manufacturer_supplier_premium_deals";
static const String VIDEO_PAGE = "/video_page";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment