Challenge Overview
We currently have an iOS and web application built for the Retail 360 app. The Retail 360 app allows customer service representatives for Hercules to manage customer accounts and view customer information. A previous challenge has implemented a majority of the requirements, and this challenge will implement a new JSON REST API to replace the existing GraphQL API.
Existing code:
The existing code is available in Gitlab here: https://gitlab.com/hercules-retail/admin-portal
You will be expected to submit a Git patch file that can be applied to the commit hash c41d506eb1729543363bb32a28beab8bbf16642f.
Bugs to fix:
These Gitlab issues are in scope for this challenge:
* https://gitlab.com/hercules-retail/admin-portal/issues/93
* https://gitlab.com/hercules-retail/admin-portal/issues/94
* https://gitlab.com/hercules-retail/admin-portal/issues/95
Submission
Your submission must include a Git patch file against the commit hash above. The Git patch file should include any relevant changes to the README for this challenge, including a separate file for validation information.