Giter VIP home page Giter VIP logo

employee-tracker's People

Contributors

bluesatyr avatar

Watchers

 avatar

employee-tracker's Issues

Create database

Create Schema file for:

  • employee table
  • role table
  • department table

Create seed file to populate tables

  • Make sure foreign key references are working
  • test a few queries in the command line

Extras

  • Update employee managers
  • View employees by manager
  • View employees by department
  • Delete departments, roles, and employees
  • View the total utilized budget of a department ( ie the combined salaries of all employees in that department)

Connect to database with server.js

  • Create function to connect to database
  • Create scripts in package.json to migrate and seed the database
  • Test basic sql calls from node server.js

Create functions for each action needed

  • view all departments,
  • view all roles,
  • view all employees,
  • add a department,
  • add a role,
  • add an employee,
  • and update an employee role

Render results to the console in table format

Add Inquirer to prompt user

Create Prompts for the following flow:

  • view all departments
  • view all roles
  • view all employees
  • add a department
    • enter the name of the department
    • and department is added to the database
  • add a role
    • enter the name
    • salary
    • department for the role
    • and that role is added to the database
  • add an employee
    • enter the employee’s first name
    • last name
    • role
    • manager
    • and that employee is added to the database
  • update an employee role
    • select an employee to update
    • their new role
    • and information is updated in the database

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.