-
Notifications
You must be signed in to change notification settings - Fork 1
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
ES6+ Syntax & API Separation #1
Conversation
…to es6-rewrite
Fixed callback submission
Manual Checks to test:
|
@matthew1232 let me know what is left to test, I'll run through a code review of this right now in it's current state. |
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.
First pass done.
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.
Some general observations. Not sure at what stage the PR is at, most comments are w.r.t the code being made more DRY and a few small other observations.
Login credential status/general request errors
Implementing error handling from utils and changed checkStatus to submitCallback
Removed unnecessary error bubbling
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Include 304 as accepted status code
Import error handling into utils
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Updated error handling, removed unnecessary error bubbling, adding re…
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
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.
Opened remaining separate issues and resolved. Should re-validate manual checks before merging!
Co-Authored-By: Matthew Wall <matthew.wallt@gmail.com>
Added deleting bids, implemented checking status from utils
Allowed objects from products.search, fixed error handling and removed error bubbling that was unneeded.
Add error handling from utils
Remove renamed variables (fatal)
No description provided.