-
-
Notifications
You must be signed in to change notification settings - Fork 582
add chart data and code endpoints #1149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement
Description
Add chart data and code generation endpoints
Implement SQL-based chart service with LLM integration
Create abstraction layer for chart service providers
Update ECharts template with fullscreen functionality
Diagram Walkthrough
File Walkthrough
13 files
Define chart service interface
Add chart code generation options model
Add chart code result model
Add chart data options model
Add chart data result model
Add chart data and code endpoints
Add chart models global using
Add chart request view models
Add chart response view models
Add chart LLM context output model
Implement SQL-based chart service
Add chart abstractions using statements
Update ECharts template with fullscreen support
2 files
Register chart service in DI
Enable SqlDriver plugin in configuration
1 files
Update project file encoding