Keeping track of your employees and members is one of the hardest tasks in having a business. So, we wanted to try to make a member registry to keep track of how many people are registered per branch and the total database. This will help the business to make sure of the information of the members from each branch. This will also allow the owner to also check on whether they need to move an employee or a member to another branch. This simple program is targeted at business owners or small start-ups as it is still a small application.

The program is going to feature multiple MySQL tables with some tables similar to each other. Each branch will have a data table that stores the amount of members and employees in the global database, including the ID as the foreign key. Another table is the main table. The main table will be the table that will be focused on. Members and employees will be connected from the branch table to the main table and can be displayed back at the branch table.

The UI will be simplistic but informative. The app will be able to check the branch’s member data, the global database, and to check the member’s rank. There will also be the main page as a directive page to inform the user of the features we just listed above.

To conclude, the program will help small businesses and start-ups with their registered members and employees from each branch from a global database. The project will be made by Jayson M, Nathanael S, and Bernard W.