We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 doer, I want a habit title to be up to 20 characters, a habit reason to be up to 30 characters.
Rationale - Keeps the details short and sweet. Makes sure that they're always fully visible when viewing.
Story Points - 2
Risk Level - Low
Details - Input validation before confirming the creation. Should add error messages if the user enters an invalid value.
Habit
if (input >= REQUIRED_LENGTH) { // invalid length }
EditText
view
view.setError(errorMessage); view.requestFocus();
To be released at halfway checkpoint.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As a doer, I want a habit title to be up to 20 characters, a habit reason to be up to 30 characters.
Rationale - Keeps the details short and sweet. Makes sure that they're always fully visible when viewing.
Story Points - 2
Risk Level - Low
Details - Input validation before confirming the creation. Should add error messages if the user enters an invalid value.
Habit
.EditText
calledview
when its input is invalid:To be released at halfway checkpoint.
The text was updated successfully, but these errors were encountered: