Daily Weblog 1/20/17

Today, I planned the database architecture that I will be using for the Attendance project. I set up the MySQL server, made it available over the network (Sequel Pro allows me access from my MacBook), and created tables according to this (albeit incomplete) schema:

Next class, I will integrate the database with the recognition program, so that it can pull a user list from the database for each class and match users to their ID numbers without my having to hardcode the numbers in.

Comments