Added Controller & Templates for Images Table
Fixes
Partially addresses #87 (closed) no by @dakshp07
Description Added the standard controllers, templates for the Images Table.
Table (Updated 11 August) images.sql
Testing
- Import the
images.sql
given in this PR description. - Spin up the framework. Sign in with the admin credentials.
- Visit
http://localhost:2354/images
. This page is the index of the images table. - Visit
http://localhost:2354/images/31
to view the images related to one specific artifact. Make sure that the images are displaying properly. - Visit
http://localhost:2354/images/42
to check if the SVGs are displayed properly. - Visit
http://localhost:2354/images/27
to check if the PDF link displayed works properly or not.
Edited by Daksh Paleria