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

✨(frontend) add open edx profile information in learner dashboard #2329

Merged
merged 7 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. ♻️(frontend) move checkStatus

    checkStatus function is used outside of api/joanie.ts and therefor need
    to be in a utility file.
    rlecellier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2e30632 View commit details
    Browse the repository at this point in the history
  2. 💄(frontend) add DashboardBox.List

    we'll have new usage of list of DashboardBox, it's better to have a
    centralize component to set generic gap between them
    rlecellier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3fdd6d0 View commit details
    Browse the repository at this point in the history
  3. ♻️(frontend) use DashboardBox.List

    Use new DashboardBox.List on address list page.
    rlecellier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b12ee58 View commit details
    Browse the repository at this point in the history
  4. 💄(frontend) add Form

    To easly reuse form layout, we add a Form component that centralize
    form's blocks
    rlecellier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d2d370d View commit details
    Browse the repository at this point in the history
  5. ♻️(frontend) use Form

    use new Form component were form classes were used
    rlecellier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c2763af View commit details
    Browse the repository at this point in the history
  6. ✨(frontend) add OpenEdx profile page

    We want to display OpenEdx read-only informations about the user.
    To edit theses informations, a link open a new tab with OpenEdx profile
    form page.
    rlecellier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c39d8a9 View commit details
    Browse the repository at this point in the history
  7. ✅(frontend) use test wrappers

    use test wrapper in DashboardEditCreditCard.spec.tsx and
    DashboardCreditCardsManagement/index.spec.tsx
    rlecellier committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3e22273 View commit details
    Browse the repository at this point in the history