Please enable JavaScript.
Coggle requires JavaScript to display documents.
dashboard gen tool - Coggle Diagram
dashboard gen tool
-
Use case
Prompts
- Create a dashboard with name 'sapphire'
- Add a question 'total-vendors' to the dashboard 'sapphire' which will display the count of vendors created in the system grouped by the month in which they were created as a bar graph
- Add an sql dataset to the dashboard question 'total-vendors' which will get the count of vendors created in the system grouped by the month in which they were created
Dashboard creation
- Returns a json with the dashboard config :check:
Dashboard question addition
- Returns a json containing the dashboard question json, with probably a dashboardUserKey with the dashboard name :check:
Dashboard question dataset addition
- Return a json containing the dataset json, with a dashboard question userKey (to identify the question) :check:
Applying tool responses
dashboard json :check:
- convert json to a dto
- save the dto in the db
-
-
-
-