DrishtiSharma commited on
Commit
419fe53
Β·
verified Β·
1 Parent(s): 5c60d30

Update to-do.md

Browse files
Files changed (1) hide show
  1. to-do.md +8 -7
to-do.md CHANGED
@@ -1,15 +1,16 @@
1
  1. ~~include graphs/charts~~
2
- 2. Automatically generate the most relevant chart (e.g., bar chart, line graph, pie chart) based on query content (in Tab 1)
3
- 3. include tables
4
- 4. fix prompts + report structure/content
5
- 5. ~~fix viz insights sectio~~
6
- 6. Allow users to download the report as PDF or TXT.
7
- 7. split the code into functional modules:
 
8
  - data_loader.py β†’ Handles dataset loading (CSV, Hugging Face)
9
  - sql_tools.py β†’ Contains SQL-related tools and database setup
10
  - agents.py β†’ Defines agents and their goals
11
  - app.py β†’
12
- 8. tab 1 -- Answer to the query + visualization specific to the query asked; tab 2 -- all the visualizations for the uploaded CSV/dataset.
13
 
14
 
15
  final report should consist of:
 
1
  1. ~~include graphs/charts~~
2
+ 2. Downloadable Visualization Images
3
+ 3. Automatically generate the most relevant chart (e.g., bar chart, line graph, pie chart) based on query content (in Tab 1)
4
+ 4. include tables
5
+ 5. fix prompts + report structure/content
6
+ 6. ~~fix viz insights sectio~~
7
+ 7. Allow users to download the report as PDF or TXT.
8
+ 8. split the code into functional modules:
9
  - data_loader.py β†’ Handles dataset loading (CSV, Hugging Face)
10
  - sql_tools.py β†’ Contains SQL-related tools and database setup
11
  - agents.py β†’ Defines agents and their goals
12
  - app.py β†’
13
+ 9. tab 1 -- Answer to the query + visualization specific to the query asked; tab 2 -- all the visualizations for the uploaded CSV/dataset.
14
 
15
 
16
  final report should consist of: