Implement Interactive Dashboard UI with Configurable Visual Components#154
Open
JyothikaKancharla wants to merge 4 commits intoArgusoftOpen:mainfrom
Open
Implement Interactive Dashboard UI with Configurable Visual Components#154JyothikaKancharla wants to merge 4 commits intoArgusoftOpen:mainfrom
JyothikaKancharla wants to merge 4 commits intoArgusoftOpen:mainfrom
Conversation
- Implement configurable dashboard with drag-and-drop widget management - Add Spring Boot REST API with 37 endpoints for dashboard operations - Implement AI/ML services: anomaly detection, forecasting, trend analysis - Add NLP service for natural language query processing - Implement role-based access control and personalization engine - Create AngularJS frontend with responsive UI components - Add comprehensive database schema with Flyway migrations (9 tables) - Include multi-source data integration (Database, API, CSV, GraphQL, Kafka) - Add insight management with severity tracking and user feedback - Support widget cloning, dashboard export/import, and public sharing
- Add comprehensive dashboard CSS (dashboard-ai.css) with CSS variables, responsive breakpoints, card/toggle/slider/gauge/heatmap styles - Add dashboard-list.html: home page with grid/list views, search/filter, quick-start templates and recommended dashboards - Rewrite ai-dashboard.html: NLP search bar, role-based KPI summary row, AI suggestions bar, drag-drop widget grid (dndLists), slide-in panels for NLP responses and AI insights, widget fullscreen modal - Rewrite dashboard-builder.html: 3-panel layout with widget palette (drag-and-drop from palette), visual canvas with drop zones and resize sliders, config panel with toggle switches, range sliders, chart type selector, and filter condition builder - Rewrite ai-widget.html: loading skeleton, Line/Bar/Pie/KPI/Table/Gauge/ Heatmap/Map rendering, sortable table, SVG gauge arc, AI insight chips, per-widget refresh/export/fullscreen/options menu - Rewrite aiDashboard.controller.js: 4 controllers (AIDashboard, DashboardList, DashboardBuilder, AIInsights, NLPQuery), 4 services, aiDashboardWidget directive; mock-data fallback; role-based KPI rows (ANM/SUPERVISOR/ADMIN); full NLP + AI insights integration - Add 3 new UI routes: aidashboards, aidashboard/:id, aidashboardbuilder/:id - Register ai-dashboard.controller and ai-dashboard.styles in lazyload config - Fix UTF-8 BOM issue in DashboardWidgetDto.java Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.