rxtATX / OffNOn

In this application, users will be able to submit tickets (requests for help) with their coding work, technical questions, etc. Tickets will be created to be addressed by technicians. This application models the AskBCS and JIRA ticket systems.
2 stars 2 forks source link

Add client and tech data in homeRoute for dashboard and ticket page - RATED 7 #131

Closed rxtATX closed 1 year ago

rxtATX commented 1 year ago

Note: This change can occur only after the "as" alias has been added to the relationships in models/index.js

The developer will need to add to the handlebars context object the client user object, and tech user object. This will require undo-ing the current user include statement, and replacing it with two others.

Acceptance criteria:

Please note: the Ticket.findByPk method should still also include the Log model, as it currently does.