Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
CON-17041 Implement repository.yaml Files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-chancetop committed Sep 30, 2024
1 parent a9ec0db commit 1356a7f
Showing 1 changed file with 36 additions and 48 deletions.
84 changes: 36 additions & 48 deletions repository.yaml
Original file line number Diff line number Diff line change
@@ -1,51 +1,39 @@
# This file intends to align with Wonder's datadog.yaml schema (https://wonder.atlassian.net/wiki/spaces/Platform/pages/3441295398/Datadog+Software+Catalog+file)
# and the Team Owners page (https://wonder.atlassian.net/wiki/spaces/T/pages/2618394120/Team+Owners).
# If the team owners page is out of date, please update that page.

# 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
metadata:
# Required. The unique name of your repo/system/service/component. Should be short and descriptive.
name: core-fe-project

# Optional. Human-readable name.
displayName: core-fe-project

# Optional. A detailed description of the repo
description: No services, framework

# Required. The team (not individual) responsible for this system/service.
# Please align to the team column in the Team Owners page (https://wonder.atlassian.net/wiki/spaces/T/pages/2618394120/Team+Owners).
owner: Consumer Tech

# Optional. Additional owners, who may be individuals, of this entity.
# For type, please align to the Confluence team owners page such as "tech_lead", "tech_owner", "product_manager", "tpm"
additionalOwners:
- name: Jonathan Guo
type: product_manager

tags:
# Required. Please align with the vocabulary in the Team Owners page (https://wonder.atlassian.net/wiki/spaces/T/pages/2618394120/Team+Owners).
# [courier, growth, restaurant, platform, supply_chain]
- "pillar:Growth"

# Optional. Please align with the applications listed in the Team Owners page (https://wonder.atlassian.net/wiki/spaces/T/pages/2618394120/Team+Owners).
# If the team owners page is out of date, please update that page.
- "application:"

# Optional. lifecycle values: [concept, alpha, beta, generally_available]
# see: https://wonder.atlassian.net/wiki/x/JgAezQ for explaination of values
- "lifecycle:generally_available"

0 comments on commit 1356a7f

Please sign in to comment.