Skip to content
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

As a publisher I want type a range if I don't know an exact number of publications that I'm going to publish #36

Closed
petkivim opened this issue Oct 25, 2016 · 2 comments

Comments

@petkivim
Copy link
Owner

Acceptance criteria:

  • registration form fields question1 and question2 must accept a number range, e.g. 0-1
  • application form field publishing_activity_amount must accept a number range, e.g. 0-1
@petkivim
Copy link
Owner Author

petkivim commented Oct 29, 2016

No database schema changes required as question1, question2 and publishing_activity_amount are already varchars.

No need to change html element types as all the fields are already input.

Backend validation rules, and frontend question1 and question2 validation rules are already OK. Only frontend publishing_activity_amount validation rule must be updated.

petkivim added a commit that referenced this issue Oct 29, 2016
ISBN form frontend publishing_activity_amount field validation rule
updated. #36
@petkivim
Copy link
Owner Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant