DrishtiSharma commited on
Commit
ccc6dae
Β·
verified Β·
1 Parent(s): ae6f04a

Update to-do.md

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