Add group dashboard tab
What does this MR do and why?
This MR adds initial version of group dashboard in compliance center
References
Screenshots or screen recordings
https://www.youtube.com/watch?v=vFZiYrmWk90
How to set up and validate locally
- Enable feature via
Feature.enable(:compliance_group_dashboard)
inrails console
- Run
FILTER=compliance_report_data SEED_COMPLIANCE_REPORT_DATA=1 bundle exec rake db:seed_fu
- It will report new group seeded
- Open seeded group, go to
Secure
➡️ Compliance center
and observe new dashboard
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #544654 (closed)
Edited by Illya Klymov