Skip to content

DanielJFletcher/react-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

React Coding Challenge

Goal

The goal is to create a simple single-page application that allows a user to get insights into client and planning information.

  • The page shall have all the insights, data and filtering options provided.
  • The page shall manage 100k records efficently.

Requirements

Within the application, it should be possible to

  • browse all the data that is provided in planning.json in a detailed view (for example table view).
  • get an overview of the data with some statistics, for at least the following attributes:
    • grade
    • office city
    • skills
    • industry
  • drill down into subsets by means of filtering and sorting.

Data Model

  • ID: integer (unique, required)
  • Original ID: string (unique, required)
  • Talent ID: string (optional)
  • Talent Name: string (optional)
  • Talent Grade: string (optional)
  • Booking Grade: string (optional)
  • Office City: string (optional)
  • Office Postal Code: string (required)
  • Job Manager Name: string (optional)
  • Job Manager ID: string (optional)
  • Total Hours: float (required)
  • Start Date: datetime (required)
  • End Date: datetime (required)
  • Client Name: string (optional)
  • Client ID: string (required)
  • Industry: string (optional)
  • Required Skills: list of string (optional)
  • Optional Skills: list of string (optional)
  • Is Unassigned: boolean

Tech Stack

  • JavaScript or TypeScript
  • React
  • Node (if required)

Submission

  • Please fork the project, commit and push your implementation and add sundara.amancharla@aspaara.com as a contributor.
  • Please also update the README with any additional details or steps that are requried to run your implementation.

For any additional questions on the task please feel free to email sundara.amancharla@aspaara.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •