Guest User

Untitled

a guest
Jul 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # LAB + Homework: Employees App
  2.  
  3. Finish CRUD, using RESTful routes, for Managers, Departments, and Engineers
  4.  
  5. ## Possible Extensions:
  6.  
  7. * Add a `MainController` with the default route `/` with links to the the index route of the other controllers.
  8.  
  9. * In the view for each Department, show the manager and/or engineers
  10.  
  11. * In the view for each Employee, show their manager
  12.  
  13. * In the view for each Manager, show their engineers
  14.  
  15. * Add styling.
  16.  
  17. * Any other extension(s) you wish.
Add Comment
Please, Sign In to add comment