-
Notifications
You must be signed in to change notification settings - Fork 34
Admin can add a link to a page where someone sells this series #198
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
Comments
@cssru I've updated description with my current vision. |
Ok. But I can't see the way to add buyers and sellers to transactions_participants table. Console? |
We we'll implement it later. |
Explain, please. I thought "John Smith" and "100 USD" anyway are different. |
Good catch! See updated. It was a typo, I mean "buyer and seller". |
Wanna check it on backend level only or on front-end level too? |
We need to create (re-use?) JSR303 validator, so, yes, backend only. |
When admin opens page with series info, he should see the form with the header "Add info about selling" and the following fields/labels:
<select>
field, the values are populated from thetransaction_participants
table<input type="url">
. Let's try to use special validation annotation from thehibernate-validator
<select>
field.Additional validation:
Things to not forget:
The text was updated successfully, but these errors were encountered: