chat-health / chat.android

Android app for the CHAT project
GNU General Public License v3.0
2 stars 3 forks source link

Attendance of clients can be added multiple times to same visit_id #2

Closed mackrauss closed 9 years ago

mackrauss commented 9 years ago

This is relate to issue #1 since the UI bug enables the user to add a client multiple times to the attendance list.

However, the code should check if a client_id is already in the table for the current visit_id before adding the record.

TODO: test if clicking people on and off in the attendance adds the person multiple times