Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 688 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 688 Bytes

backendless-service

This app containts functionality related to login/registration and fetching history of all logins of all users. This asignment was given to me as a test task after an interview. Essentialy it was done in a day, so be aware of the following drawbacks:

  • asynchroneus events handling is quite primitive (e.g. user can be registered only after his profile image was successfuly uploaded)
  • requests and responses aren't cached, so a simple rotate will terminate all processes
  • written without Dagger and any manual presenter's caching
  • some minor flaws (like allowing to upload arbitrary sized images, linking profile image to the part of email before @ symbol etc)