hanhossain / CSE360-project

0 stars 1 forks source link

Bug Compilaton #17

Closed awlew closed 9 years ago

awlew commented 9 years ago

Registration

Can complete registration if any fields are not filled out

Can register as same user (Duplicates username and information)

Can register with same user of different info

Can Add multiple identical patients (I can have 2 Dingus Pingus with the same username of dingus, DOB, etc). Suggestion: for loop to check if it's already been added in the list.

Cannot add a new entry for a patient

Able to submit a null or blank section.

hanhossain commented 9 years ago

All fixed, code pushed.