Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -21,3 +21,11 @@ npm i -g pnpm
|
|
21 |
pnpm i
|
22 |
pnpm run dev
|
23 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
pnpm i
|
22 |
pnpm run dev
|
23 |
```
|
24 |
+
## To-do
|
25 |
+
|
26 |
+
- [ ] Implement [content-visibility](https://web.dev/articles/content-visibility#skipping_rendering_work_with_content-visibility) to virtualize large result tables
|
27 |
+
- [ ] Integrate webllm for in browser text to sql capability
|
28 |
+
- [ ] Actually design the app. Tabs, tooltips, data hierarchy, better table
|
29 |
+
- [ ] Add more example datasets in a dropdown
|
30 |
+
- [ ] Dataset history
|
31 |
+
- [ ] pwa
|