Skip to content

Conversation

@mygibbs
Copy link

@mygibbs mygibbs commented Apr 22, 2019

Reference to #65.

  • Lesson Prompt Entry Textbox now will truncate input text to textbox width (20 characters).
  • Included other possible solutions and recommended my suggested implementation.

coreyrop and others added 6 commits April 9, 2019 22:46
Implemented Lesson Creation, Lessons Page, and other functionalities. For more information view Sprint02 Stories on our ZenHub board: https://app.zenhub.com/workspaces/smip-5c5dd5323547567638dbb48a/board?repos=169785349
When doing last minute testing found a bug in the way we validate inputs on the lesson creation form. Would not catch cases where invalid characters followed numbers. Changed implementation to check that all characters are numbers. This bug managed to get through all previous tests we did and that is why the fix is happening here.
When doing last minute testing found a bug in the way we validate inputs on the lesson creation form. Would not catch cases where invalid characters followed numbers. Changed implementation to check that all characters are numbers. This bug managed to get through all previous tests we did and that is why the fix is happening here.
I updated the README so that another group can fork this repo, and run our acceptance tests.
…ncluded notes on how to make a more effective solution. The best solution that I've included is making a custom ValidationEntry and MaxLengthValidation class that will perform validation depending on developer/client needs. All of the other textboxes require similar changes which is why this option is the best (will require the least changes and result in the least duplication of code. Please let me know if you have any questions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants