Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • F framework
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 479
    • Issues 479
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 14
    • Merge requests 14
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • cdlicdli
  • framework
  • Merge requests
  • !355

Added Controller & Templates for Images Table

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daksh Paleria requested to merge phoenix/feature/images-controller into phoenix/develop Jul 13, 2021
  • Overview 156
  • Commits 17
  • Pipelines 0
  • Changes 38

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

  1. Import the images.sql given in this PR description.
  2. Spin up the framework. Sign in with the admin credentials.
  3. Visit http://localhost:2354/images. This page is the index of the images table.
  4. Visit http://localhost:2354/images/31 to view the images related to one specific artifact. Make sure that the images are displaying properly.
  5. Visit http://localhost:2354/images/42 to check if the SVGs are displayed properly.
  6. Visit http://localhost:2354/images/27 to check if the PDF link displayed works properly or not.
Edited Aug 12, 2021 by Daksh Paleria
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: phoenix/feature/images-controller