Module: routes/transcript

transcript router module This module displays transcripts for logged in users
Source:

Methods

(async, private, static) routerGETTranscipt(req, res, next)

GET and display all transcript entries for the logged in user. Display all transcript entries for the logged in user using the "transcript" view.
Parameters:
Name Type Description
req Object request object
Properties
Name Type Description
user Object the currently logged in user
Properties
Name Type Description
memberID String the memberID of the logged in user
councilID String the councilID of the logged in user
query.return String when set to "csv", return CSV output
res Object response object
next function function call to next middleware
Source: