-
Notifications
You must be signed in to change notification settings - Fork 69
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
document and refactor the handlers #183
Conversation
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.
This looks great! This makes such a big difference! Wieeeeeeeee!!!
I had some tweak requests if i recall correctly, but this looks great!
I relabelled this as documentation/maintenace rather than documentation/enhancement -- which i consisder would be a feature that matters to the end user. |
Co-authored-by: Erik Sundell <[email protected]>
I have resolved everything sans the slug debate. There, I have included some code comments as well, see if this is sufficient in your opinion. |
Beautiful @lambdaTotoro! I think this is crucial work for someone like me who aren't that familiar with the code base or that haven't tried all the features, such as email-authorization. |
I did a thorough pass on the handlers and did some documenting and refactoring in a few places (for example, we now no longer have "AuthorizeHandler", "AuthorizationHandler", and "ChangeAuthorizationHandler" that all do vastly different things).
Also simplified the logic on error reporting in a few places.
Ideally, I would hope that this closes #177.