Files
frontend-app-learning/src/shared
Chris Deery 3cba1bbac4 fix: [AA-1207] Remove redundant API fields (#873)
Remove redundant fields from courseware API. These are all found in courseHome: 

- number
- org
- originalUserIsStaff
- isStaff
- verifiedMode
- isMasquerading (virtual field from isStaff and originalUserIsStaff)
2022-03-18 09:20:31 -04: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.