Files
frontend-app-learning/src/shared
Nawfal Ahmed 9cbc2276d6 feat: use discount info endpoint for streak discount information (#1763)
* feat: use discount info endpoint for streak discount information

* feat: pass course run key to discount code info call

* feat: move changes behind a flag

* fix: use async IIFE inside useEffect

* fix: fix line length

* fix: remove default value in dev

* fix: improve coverage by adding conditional test based on env value

* refactor: move logic inside function

* refactor: move functions to utils

* fix: ignore merge config
2025-07-31 14:53:18 -04:00
..
2025-04-15 10:45:26 -07:00

Shared module (src/shared)

This module is a place for shared code that is specific to the frontend-app-learning micro-frontend. If the code is more generic and could be extracted into a reusable code repository like Paragon in the future, then it belongs in the src/generic module.