-
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
Ticket sending #127
Ticket sending #127
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.
Only the sanitation is actually mandatory, my other suggestions mostly are for code quality
186d8a3
to
4c5965a
Compare
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.
AFAIK my concerns have been resolved, good job!
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.
Just one nitpick, but it could be fixed in #128 .
This PR :
/get/{username}/{token}
to/get/{id}/{token}
The ticket generation use reportlab. This is pretty hard to maintains imo but no serious alternatives were available. I tried a bunch of tools to convert html to pdf so we could had only a html template but they were all not supporting CSS3 or based on webdrivers hard to maintains.