From 3138da935bc5fee80e42b481172a98836b496e25 Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Mon, 4 Mar 2024 21:55:04 -0500 Subject: [PATCH] chore: create catalog-info.yaml --- catalog-info.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..19becf5 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'edx-bulk-grades' + description: "Support for bulk scoring and grading. This adds models and an API for reading and modifying scores and grades in bulk." + links: + - url: "https://github.com/openedx/edx-bulk-grades" + title: "edX Bulk Grades" + icon: "Web" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:2u-aurora + type: 'service' + lifecycle: 'production'