Skip to content

Draft: Updated SET terminology reference in product categories

Abhinaba Ghosh requested to merge chore/update-set-ref into master

This MR addresses an issue where the role of Software Engineers in Test was incorrectly displayed as Software Engineers in certain sections of the configuration tables.

The stage.sets seems to be mapping the engineers in test, but it was failing to properly map their titles or correctly pluralize depending on the data structure. That’s why "Software Engineer" might be printed without "in Test."

This change -

  • Make sure stage.sets contains the correct data and that the mapping operation works as expected.
  • The .map{ |test_er| "[#{test_er}]" } ensures that the names or IDs are properly wrapped and displayed.

Edited by Abhinaba Ghosh

Merge request reports