Files
frontend-app-learning/src/generic/README.md
Matthew Piatetsky 2525805aac feat: Create three day streak celebration (#354)
Show learners a celebratory modal if they visit the learning mfe for 3 days in a row. Call edx-platform API to determine if they should see the celebration.
AA-304
2021-02-22 14:34:28 -05:00

499 B

Generic module (src/generic)

This module is a place for code that is not specific to the frontend-app-learning micro-frontend. It is intended to be reusable and we expect we can extract it to a reusable code repository like Paragon or frontend-platform in the future.

Take care when changing this code that it doesn't take on domain-specific logic.

Code that is specific to the frontend-app-learning micro-frontend, but is shared by multiple top level components belongs in the shared module.