Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 669 Bytes

File metadata and controls

15 lines (12 loc) · 669 Bytes

Interview task "User management"

Tasks

Our customer support team is receiving a storm of complaints. You're the only guy who can solve this problem. Here's what you have to do to fix the situation:

  • You may notice that logout button is not working (done)
  • Create additional tab (old) that should show emails older than 30d (done)
  • Validate login username, password
  • Add loader to login page (done)
  • After Email update page should not be reloaded (done)
  • Add worng emails filter (done)
  • Add tests
  • Refactor to make the code neat and clean - this will keep your teammates happy (I want to say done)
  • Fix as many errors as you notice (I want to say done)