framework
framework copied to clipboard
Allow users to add a description to a report or dashboard
Allow users to add a description to a report or dashboard. This will provide context and details to the report/dashboard.
Steps would include:
- [ ] Update WS Models with
description
field - [ ] Update liquibase schema with
description
field - [ ] Update UI Models with
description
field - [ ] UI Design
- [ ] UI Implementation
- [ ] Tests