Challenge Overview
Migrate functionality of 5 admin screens from existent Flex application to React application.
Project Background
We have an application written in ActionScript using Adobe Flex which we are rewriting using React. We already created React application, implemented most UI elements and connected it to the mock API.
In this challenge, we are going migrate functionality related to 5 admin screen from Flex app to React app.
Technology Stack
React app stack (to write):
-
React 16
-
Redux Saga
-
CSS Modules
Flex app stack (to read):
-
ActionScript / MXML
-
Adobe Flex
Code access
We will provide you with:
-
The source code of the Flex app which you would need to read.
-
The source code of the React app which you would need to update.
-
Deployed existent Flex application which you could explore for reference.
-
Deployed mock API URL.
-
Verification guide
Individual requirements
We already have all the UI elements. The only thing for this challenge we would need to properly configure tables reusing already existent table components. We would need to connect UI element to API and migrate related functionality from Flex app to React app.
Please, check the detailed requirements on the forum.
If you have any concerns or question regarding existent Flex application and how it works, or if you not sure if some features should be migrated or no, please, don’t hesitate to raise a question on the forum.
Important Notes
All the provided screens, documents and source code are under NDA and shouldn’t be shared with anyone.
Verification Guide
For reviewers: Verification guide is attached on the forum, please, follow it to review this challenge while still using the challenge scorecard.
Final Submission Guidelines
-
Git patch for React app.