Skip to content

Commit

Permalink
docs: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Sep 6, 2023
1 parent b0176b4 commit a8d2424
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions docs/decisions/0006-learner-credit-management-data-routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@ Context

Within the designed user flow for the Learner Credit Management (LCM) feature, there are two primary pages:

* **Overview**

* Displays aggregate spend metadata for a single Learner Credit subsidy or a single legacy enterprise offer as a data visualization and with numbers displayed for percentage utilized and remaining funds. Lists the active "budgets" associated with the legacy enterprise offer or Learner Credit subsidy.
* This page is the default landing page for the Learner Credit Management feature.
* In the case of an enterprise offer, only a single "Budget" is displayed.
* For new Learner Credit, all active budgets (i.e., subsidy access policies) associated to the Learner Credit subsidy are displayed.
* Each "budget" displayed includes a "View budget" CTA that links users to the budget detail page route described below.

* **Detail**

* Displays detailed information about specific transactions (i.e., enrollments) related to the enterprise offer or Learner Credit subsidy.
* In the case of legacy enterprise offers, the singular detail page should display all transactions related to the offer. Although unlikely, this may include transactions across product lines (e.g., Open Courses vs. Executive Education).
* With new Learner Credit, each budget detail page represents a policy (i.e., budget) associated with the Learner Credit subsidy. These budgets are typically split between product line based on the enterprise catalog tied to the policy, such that the transactions displayed only include a single product line (i.e., Open Courses or Executive Education).
* Overview. Displays aggregate spend metadata for a single Learner Credit subsidy or a single legacy enterprise offer as a data visualization and with numbers displayed for percentage utilized and remaining funds. Lists the active "budgets" associated with the legacy enterprise offer or Learner Credit subsidy.
* This page is the default landing page for the Learner Credit Management feature.
* In the case of an enterprise offer, only a single "Budget" is displayed.
* For new Learner Credit, all active budgets (i.e., subsidy access policies) associated to the Learner Credit subsidy are displayed.
* Each "budget" displayed includes a "View budget" CTA that links users to the budget detail page route described below.

* Detail. Displays detailed information about specific transactions (i.e., enrollments) related to the enterprise offer or Learner Credit subsidy.
* In the case of legacy enterprise offers, the singular detail page should display all transactions related to the offer. Although unlikely, this may include transactions across product lines (e.g., Open Courses vs. Executive Education).
* With new Learner Credit, each budget detail page represents a policy (i.e., budget) associated with the Learner Credit subsidy. These budgets are typically split between product line based on the enterprise catalog tied to the policy, such that the transactions displayed only include a single product line (i.e., Open Courses or Executive Education).

Currently, the data sources for the Learner Credit Management feature include:

Expand Down

0 comments on commit a8d2424

Please sign in to comment.