Skip to content

Make adjustments for/to templating MVP

Zoltan Runyo requested to merge adjustments-to-mvp-ICSHWI-9916 into develop

Wizard

  • On first step of wizard, only select between template repository names (remove leading path/directory structure and .git file extension) Configuration repository is automatically selected with matching name to selected template repository (1:1 mapping in DB upon "creating template")
  • On second step of wizard, add links to template and configuration repositories
  • On second step of wizard, only select revision of template and revision of configuration
  • On second step of wizard, allow "select all" for configuration file names (or equivalent option?)

Browse templates (currently "Log")

  • For the browse screen, display one table entry for each template name
    • When clicking that table row, open template details
  • For template details, display link to template repository
  • For template details, display link to config repository
  • For template details, display log of generated IOC instance revisions and links to those repositories
Edited by Zoltan Runyo

Merge request reports