Skip to content

aehtatsirk/FullStackEngineerChallenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Full Stack Developer Challenge

Design a web application that allows employees to submit feedback toward each other's performance review. Code Challenge

Technology Stack

/client/

/server/

Assumptions

  • A user can login or create an account
  • Every employee has one performance review
  • Each performance review has many employee feedbacks
  • Admin can assign a reviewer other than the employee him/herself to a performance review
  • Employee can only view feedback requests, and submit a feedback to other performance review

Finished Tasks

/client/

  1. Login and authentication
  2. Create Account
  3. View Employee
  4. View Performance
  5. View Feedback Requests

/server/

  1. CRUD employee
  2. CRU performance
  3. CRU feedback
  4. login and authentication

#Pending Tasks

  1. Authentication of API and UI screen
  2. ADMIN and Employee View
  3. Unimplemented APIS to UI
  4. Tests

#Data Design

  • Employee has one performance and many Feedback Requests
  • Performance has many Feedbacks
  • Feedback has Reviewer (Employee) and Performance Review

Available Scripts

In the project directory, you can run:

npm install

Installs the node modules.

npm run start

Runs the app in the development mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • HTML 10.4%
  • CSS 0.3%