-
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
Feature/issue vouchers #16
Conversation
681556f
to
2d458b0
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.
First batch of comments away
686ac63
to
a2128a6
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.
lgtm
@marfavi will you review at least my last commit, as I have implemented your two UX suggestions as discussed: A counter showing how many letters I have written´ |
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.
Accepting. If any usability issues arise in the future, I will make sure to create a separate issue :)
Closes #4
This PR adds a UI for generating vouchers.
This uses a repository pattern to abstract the data layer.
Uses Snackbars to indicate errors
Uses info from logged-in account as requester and voucher-prefix.
Adds validation to the MudForm element to enable/disable submit button.
To-do list: