Skip to content

Tenshock/2h-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Betclic Coding Assignment 2020

Time spent on submission: 2h30

The goal of this assignment is to showcase your ability to develop features and your coding style. Due to the time constraint you will have to prioritize what you work on, and have to try to balance cleanliness with just getting it done.

Even though the app is small, one can easily spend the whole week working on it: perfecting styles, testing every single method, or carefully crafting every single line of code. Please don't! Do as much as you can in about two hours and share the results.

The most important part of the interview will come after this one, when we look at the app together, talk about the decisions you have made, etc...

Ticketing Managing Application

Build a ticket managing app, where the user can add, filter, assign, and complete tickets.

  • The app should have two screens: the list screen, and the details screen. Please use the Angular router to manage the transitions between them.
  • Even though we tend to use NgRx for state management, you can use a different approach if you think it fits better.
  • Write a couple of tests. The goal here is not to build a production-quality app, so don't test every single detail. Two or three tests should be good enough.
  • Don't forget about error handling and race conditions. The API server has a random delay. If you bump it up to say 10 seconds, would the app still work correctly?

Good To Know

  • Application must have automated tests (type and completeness of the tests are up to you).
  • Application should be optimized for performance.
  • (Optional) You can use whatever design library you want, if you even want one.
  • (Optional) Application should be split in domain libraries.
  • (Optional) Application should have a good User Experience.

Submitting your solution

Please send us the link to your publicly hosted git repository. We will continue to work on it during the pair-programming sessions. Please also indicate approximately how long you spent on the submission.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published