Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. Often these interfaces are known as Content Management Systems. In this homework assignment, my challenge was to architect and build a solution for managing a company's employees using node, inquirer, and MySQL.
-
Clone the repo:
git clone https://github.com/jallan07/roger-roger-employee-tracker.git
-
Install NPM packages:
npm i
N/A
Distributed under the MIT License.
Current Contributors:
Josh Allan
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the Project
-
Create your Feature Branch (git checkout -b feature/AmazingFeature)
-
Commit your Changes (git commit -m 'Add some AmazingFeature')
-
Push to the Branch (git push origin feature/AmazingFeature)
-
Open a Pull Request
This application has been tested in a countless number of different environments to ensure peak performance. However, bugs may exist, especially when used in combination with additional packages. Please be sure to test the application after an initial download.
To test run the code after installing on your local device, use the following code:
N/A
The following questions exist on our end, and are currently trying to be solved:
- Why does the update employee function require the position question to be asked first and then the employee name question second?
- How can I use async/await functions to clean up the code and prevent query nesting? How can I create and properly use methods to dry out the code more?
Below is a list of known bugs that currently exist within the app:
- The updateEmployeePosition() function only works if the position question is asked first and then the employee name question second
- Methods for displaying answer choices work properly for some questions, but not for others.
For a comprehensive walkthrough of the app, refer to this video
Below is contact information for the author of this application. Please feel free to reach out directly if additional questions exist.
- Name: Josh Allan
- Email: allan.josh07@gmail.com
- LinkedIn: https://www.linkedin.com/in/joshuamallan/