-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Glitch 1 to implement 1 #31
Conversation
Now it is possible to fetch DOM pages again. Because of the invalid header which was set, querying DOM was not possible.
The start of the session always returns the same object structure.
Cookie-utils has been replaced with js-cookie.
The alive checks and the refresh method have been updated.
Now a Apollo response can contain errors.
If a specific authentication related error occurs, steps are taken to maintain the session.
Documentation has been added to the new code parts.
The start of the session always returns the same object structure now. Even though the interfaces had been correctly adjusted before, the structure of the return value was not constant.
The file which contains the task error has been moved to a other location.
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 clean ⚽
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 good after some changes.
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 good after a change.
The code quality has been improved due to a request of @pinterid.
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.
Should be ok to merge after a few changes.
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 good.
The code quality has been improved due to a request of @kleberbaum.
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.
Should be ok to merge.
Checklist:
Type of Changes:
What is the current behavior? (link to any open issues here)
What is the new behavior (if this is a feature change)?
Other information:
As written in the coding guidelines snek-tonic, no more points are set at JSDoc headers. Exceptions include cases in which a comment spans several lines.
Over time, the intel should be adapted to the new coding guide line. #32 #33