Show requirements info in Frameworks report and Drawer
What does this MR do and why?
This MR adds display of requirememnts info in frameworks report and drawer
References
Show requirements info in Frameworks report and... (#478213 - closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
How to set up and validate locally
- Enable feature flag via
Feature.enable(:enable_standards_adherence_dashboard_v2) - Seed data by switching to
xanf-improve-seederand runningFILTER=compliance_report_data SEED_COMPLIANCE_REPORT_DATA=1 bundle exec rake db:seed_fu
The seeder will output link to the seeded group, open it (for example http://gdk.test:3000/p-compliance-group-1736209976)
- Switch back to this branch
- In
Frameworkstab ensure you see for one of the two seeded frameworks list of requirements and when you open framework via drawer - the full list is there via accordion
Related to #478213 (closed)
Edited by Illya Klymov
