Closes #34 (closed) by adding a RequestType to a Request, and having the Labs set which RequestTypes they want to allow. Right now, the SQL convert script adds two requets types: Submission and Question. This can be changed in DB, or, preferably, later through an admin dashboard.
This moves application.properties from version control and adds a file application.properties.template. (Make sure local changes are saved prior)
Same for log4j.properties
Closes #63 (closed): Split participants page for Students and Staff, for TAs the feedback count is shown.
Closes #35 (closed) Forward to any, by adding a RequestForwardedToAnyEvent and setting the request to pending. When the assistant who forwards the request clicks Get next again, a check is added if the request is not already assigned to them in the past, if so, it skips that request.