Draft: Dashboards config DB storage prototype
What does this MR do and why?
Prototyped using Duo to test the idea of having dashboard configs in DB
Definitely not mergeable!
References
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
You can generate data using:
rails c
user = User.find(1)
project = Project.find(1)
FactoryBot.create(:analytics_dashboard_configuration, project: project, created_by: user, updated_by: user)
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.