Skip to content

Latest commit

 

History

History
105 lines (62 loc) · 2.95 KB

README.md

File metadata and controls

105 lines (62 loc) · 2.95 KB

Roger Roger | Employee Tracker


Description

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.


Table of Contents

  1. Installation
  2. Usage
  3. License
  4. Contributions
  5. Tests
  6. Questions
  7. Bugs
  8. Video
  9. Author

Installation

  1. Clone the repo: git clone https://github.com/jallan07/roger-roger-employee-tracker.git

  2. Install NPM packages: npm i


Usage

N/A


License

Distributed under the MIT License.

License: MIT


Contributions

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.

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request


Tests

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


Questions

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?

Bugs

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.

Video

For a comprehensive walkthrough of the app, refer to this video


Author

Below is contact information for the author of this application. Please feel free to reach out directly if additional questions exist.


Thank you for using Roger Roger | Employee Tracker!