What is it?
Company Directory is a web app that allows a user to manipulate a database of personnel, departments, and locations through it's interface.
It supports all of the CRUD (create, read, update, and delete) functionality for each table in the database that you would expect from this type of app.
How to use it
Use the three buttons located at the top right of the screen to load all of the entries for each table.
Once a dataset is loaded, you use the search bar to quick search through the data. Any text that is visible in the list will be searchable.
If using from a mobile, the filter button in the bottom left of the screen can be used to search for employees based on either department OR by location. The plus button in the bottom centre can be used to create a new entry to any of the tables.
If using from a desktop, the menu button next to the searchbar will open a popover that has options to either create an entry, or search the personnel table by the same options (either department or location).