-
Notifications
You must be signed in to change notification settings - Fork 10
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
4753ecb
commit 3138da9
Showing
1 changed file
with
18 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,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' |