This PR contains UC39, which allows the admin and tester to view previous transaction logs, either in list or graph form
To test in iTrust:
Other
menu tab, and click on View Transaction Logs
To run the tests, do the following:
mvn install -DskipTests
to build and deploy the website (this will ensure that the selenium tests work as expected)mvn test -Dtest=LogTransactionTest
and mvn test -Dtest=TransactionWithRoleBeanTest
to run the unit testsmvn test -Dtest=ViewTransactionLogsTest
to run the selenium tests