charlottebrf / DoctorsWhoCode

My Time Manager: Your helpful time manager app created for CF: G Ruby course AW 2016 course competition project.
https://evening-lowlands-39707.herokuapp.com/
0 stars 0 forks source link

Prevent user from entering , in activity logging text input #40

Closed melikecode closed 7 years ago

melikecode commented 7 years ago

To delete a target time for an activity, we use the character , to parse the values from the chosen target so that we can search the target.json file to delete the entry. So, we want to make sure the activity name doesn't have a , in order not to break this functionality.

melikecode commented 7 years ago

complete