Skip to content

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. In this homework assignment, my challenge was to architect and build a solution for managing a company's employees using node, inquirer, and MySQL.

License

Notifications You must be signed in to change notification settings

jallan07/roger-roger-employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. In this homework assignment, my challenge was to architect and build a solution for managing a company's employees using node, inquirer, and MySQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published