update readme and physical_db
Browse files- .gitignore +2 -1
- README.md +2 -2
.gitignore
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
/.venv
|
3 |
/__pycache__
|
4 |
__pycache__
|
5 |
-
/data2
|
|
|
|
2 |
/.venv
|
3 |
/__pycache__
|
4 |
__pycache__
|
5 |
+
/data2
|
6 |
+
/physical_db
|
README.md
CHANGED
@@ -37,8 +37,8 @@ You can access the hosted version of the app at [https://davmelchi-db-query.hf.s
|
|
37 |
- [x] check if required sheets exist in the dump file
|
38 |
- [x] Add a download button for all databases
|
39 |
- [x] Add option to download Neighbors database
|
|
|
|
|
40 |
- [ ] Add dashboards for each database (Count of NE)
|
41 |
- [ ] Add the ability to select columns
|
42 |
- [ ] Error handling
|
43 |
-
- [x] Add page to update physical db
|
44 |
-
- [x] Add Core dump checking App
|
|
|
37 |
- [x] check if required sheets exist in the dump file
|
38 |
- [x] Add a download button for all databases
|
39 |
- [x] Add option to download Neighbors database
|
40 |
+
- [x] Add page to update physical db
|
41 |
+
- [x] Add Core dump checking App
|
42 |
- [ ] Add dashboards for each database (Count of NE)
|
43 |
- [ ] Add the ability to select columns
|
44 |
- [ ] Error handling
|
|
|
|