-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the mobile take home project site based off of the proposed RF… #5
Conversation
PR 5 is content-based and I take no opinion on that (you folks own the content). If someone else on the team wants to approve, I'm happy to merge |
|
||
Take care to properly handle errors returned from the endpoint (or other network errors like timeouts), and ensure you do not waste network bandwidth – load expensive resources such as large photos on-demand only. Photos at a given URL will never change. Once one is loaded, you do not need to reload the photo. If an employee’s photo changes, they will be given a new photo URL (eg, you can treat the URL as a GUID). | ||
Build an employee directory app that shows a list of employees from the provided endpoint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
endpoint -> endpoints
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though i guess this is fine if we consider the other endpoints just for testing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! Just some feedback / grammar. Thanks for driving this!
281ab5a
to
f417151
Compare
…C improvements RFC: https://docs.google.com/document/d/1Yu1bcg9WrqsnNCIWuI38Y9QBFy8oIEYAxgBl2q4FQKM/edit# Had to make some additional wording changes to make things flow a bit better.
f417151
to
deaa45f
Compare
Fixed one more grammar error |
…C improvements
RFC: https://docs.google.com/document/d/1Yu1bcg9WrqsnNCIWuI38Y9QBFy8oIEYAxgBl2q4FQKM/edit#
Had to make some additional wording changes to make things flow a bit better.