Kira Miller

Results 7 issues of Kira Miller

Adds a prop to Card component to include an image url/file as a fallback if the previously given url/file doesn’t load Example from enterprise's [Explore Catalog](https://explore-catalog.edx.org/?enterprise_catalog_query_titles=A%20la%20carte&availability=Available%20Now&availability=Starting%20Soon&availability=Upcoming) ![Screen Shot 2022-08-17 at...

Our PM made a mistake when fetching the course keys, here are the updated ones along with error handling.

https://2u-internal.atlassian.net/browse/ENT-6465 **Merge checklist:** - [ ] Any new requirements are in the right place (do **not** manually modify the `requirements/*.txt` files) - `base.in` if needed in production but edx-platform doesn't...

Jira Ticket: **Merge checklist:** - [ ] Any new requirements are in the right place (do **not** manually modify the `requirements/*.txt` files) - `base.in` if needed in production but edx-platform...

Removing logo and site column and adding in the active learner portal boolean on enterprise customer django summary page. [Jira Ticket ](https://2u-internal.atlassian.net/browse/ENT-9184) Before: ![image](https://github.com/user-attachments/assets/cfcd5d1e-48b5-49cf-8952-3c6ec7787b7b) After: **Merge checklist:** - [x] Any...

![Screenshot 2024-09-27 at 9 51 00 AM](https://github.com/user-attachments/assets/04083484-0c30-4920-934f-47c91d4a62af) ![Screenshot 2024-09-27 at 9 51 07 AM](https://github.com/user-attachments/assets/ce7a226c-784f-4863-a509-ea0dfffe6a6f) To test: - In EnterpriseAppRoutes.jsx change line 120 to ` {enterpriseAppPage === ROUTE_NAMES.peopleManagement && (` -...

Adding in an endpoint for the data table that is created in this ticket. We will be fetching info about the user (email, date_joined, name) from the enterprise_customer_user, and then...