Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename frontend-app-program-manager to frontend-app-program-console #27

Merged
merged 2 commits into from
Mar 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frontend-app-program-manager
The micro-frontend application for edX program managers to administer the programs running on edX platform.
# frontend-app-program-console
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested new description (as the current one also seems to be misleading, just like program-manager was):
A micro-frontend for administering edX program membership through the Registrar API.

A micro-frontend for administering edX program membership through the Registrar API.

Uses the [Registrar Service](https://github.com/edx/registrar/) as a data/AuthZ backend and [LMS](https://github.com/edx/edx-platform) as an AuthN backend.
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
|Build Status| |Coveralls| |npm_version| |npm_downloads| |license|

frontend-app-program-manager
frontend-app-program-console
=========================

Please tag **@edx/masters-neem** on any PRs or issues.
Expand All @@ -11,13 +11,13 @@ Introduction
React app for program management. For now, that'll just be uploads
and downloads of CSVs containing enrollment data.

.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-program-manager.svg?branch=master
:target: https://travis-ci.org/edx/frontend-app-program-manager
.. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-program-manager.svg?branch=master
:target: https://coveralls.io/github/edx/frontend-app-program-manager
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-program-manager.svg
:target: @edx/frontend-app-program-manager
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-program-manager.svg
:target: @edx/frontend-app-program-manager
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-program-manager.svg
:target: @edx/frontend-app-program-manager
.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-program-console.svg?branch=master
:target: https://travis-ci.org/edx/frontend-app-program-console
.. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-program-console.svg?branch=master
:target: https://coveralls.io/github/edx/frontend-app-program-console
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-program-console.svg
:target: @edx/frontend-app-program-console
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-program-console.svg
:target: @edx/frontend-app-program-console
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-program-console.svg
:target: @edx/frontend-app-program-console
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@edx/frontend-app-program-manager",
"name": "@edx/frontend-app-program-console",
"version": "0.1.0",
"description": "edX Program management React app",
"repository": {
"type": "git",
"url": "git+https://github.com/edx/frontend-app-program-manager.git"
"url": "git+https://github.com/edx/frontend-app-program-console.git"
},
"scripts": {
"build": "NODE_ENV=production BABEL_ENV=production webpack --config=webpack/webpack.prod.config.js",
Expand All @@ -20,7 +20,7 @@
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/edx/frontend-app-program-manager#readme",
"homepage": "https://github.com/edx/frontend-app-program-console#readme",
"publishConfig": {
"access": "public"
},
Expand Down