This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
forked from neowu/core-fe-project
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3f0b2d
commit a9ec0db
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Version of the schema being used | ||
version: 1 | ||
|
||
repo: | ||
# Required: The friendly name of the repo | ||
name: core-fe-project | ||
|
||
# Required: [Courier, Growth, Restaurant, Platform, Supply Chain] | ||
techteam: [Growth] | ||
|
||
# Required: [Aggregator, BA Recipe Authoring, Consumer, Cooking Instruction, Central Kitchen, Customer Care, Data and Analytics, Delivery, Demand Forecasting, Global Inventory Management, HDR, HDR Inventory Management, Master Data, Order Dispatch, Network Level Planning, Platform, Relay, Relay Data, WMS, Wonder as a Service, Wonder Works, Other] | ||
domain: [Consumer] | ||
|
||
# Required: The team alias that owns this repo | ||
# aggregator, architecture_and_dev, blue_apron_fulfillment, consumer, customer_care_stack, delivery, wonder_as_a_service, wonder_works | ||
# blue_Chef, blue_culinary_operations, hdr, kds, master_data, pantry, relay, relay_data | ||
# busboy, data_engineering, demand_forecast, kitchen_technology, wonder_platform_devOps | ||
owner: Jonathan Guo | ||
|
||
# Optional | ||
application: | ||
|
||
# Optional: The lifecycle the repo is currently in [concept, development, alpha, beta, generally_available, deprecated, retired] | ||
# concept: The service is still in the idea or planning phase, with no active development yet. | ||
# development: The service is actively being developed but not yet available for use. | ||
# alpha: The service is in an early testing phase with limited functionality and likely to change frequently. | ||
# beta: The service is more stable and feature-complete but still undergoing testing and refinement. | ||
# generally_available: The service is fully developed, stable, and available for all users, often considered "production-ready." | ||
# deprecated: The service is still available but is no longer actively developed or supported, and may be phased out in the future. | ||
# retired: The service is no longer available or supported. | ||
lifecycle: generally_available | ||
|
||
# Optional: The tier of the repo (must provide a valid tier [critical, high, low]) | ||
# https://wonder.atlassian.net/wiki/spaces/Platform/pages/3430318136/Service+Tiers | ||
# | ||
tier: critical | ||
|
||
# Optional: A detailed description of the repo | ||
description: No services, framework | ||
|
||
# Optional: The core language this repo is written in | ||
# Optional: The core framework used for this service | ||
language: typescript, javascript | ||
framework: React | ||
|
||
# Optional: Key-value tags to provide additional metadata for this repo | ||
#tags: | ||
# - key: db # Required: Tag key | ||
# value: mysql # Required: Tag value | ||
# - key: kafka-topic | ||
# value: cart-additions |