Skip to content

Commit 38f4a79

Browse files
committed
feat(docs): add filters screenshot
1 parent e5afbce commit 38f4a79

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/docs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Whodb is a powerful database management tool designed to simplify and enhance yo
1313
- **Scratchpad**: Perform arbitrary SQL queries with Jupyter notebook like experience.
1414
- **Inline Preview**: Click & hold a cell to preview value (string, JSON, or Markdown)
1515
- **Inline Edit**: Click "Edit" Icon, edit changes easily, and apply right away.
16+
- **Smart filters**: Easily create filters across all databases with the same UX.
1617

1718
## Getting Started
1819

@@ -64,7 +65,8 @@ docker run -it -v ./sample.db:/db/sample.db -p 8080:8080 clidey/whodb:latest
6465
<br /><p align="center"><img src="./images/table-data.png" alt="Table Data" width="400" /></p>
6566
- Change the number of rows per page using the configuration on top.
6667
<br /><p align="center"><img src="./images/table-search-configuration.png" alt="Table Search Configuration" width="400" /></p>
67-
- Apply filters (e.g., `id=10` or `component_name='Name'`) to narrow down your data set.
68+
- Apply filters using the "+" icon to narrow down your data set. The filters will be dynamically generated based on the database used and fields present.
69+
<br /><p align="center"><img src="./images/table-smart-filter.png" alt="Table Smart Filters" width="400" /></p>
6870
- Export the filtered data to CSV using the export option on the right side.
6971
<br /><p align="center"><img src="./images/export-data.png" alt="Export Data" width="400" /></p>
7072
- Use the search feature to quickly find specific data within the table.
@@ -75,7 +77,8 @@ docker run -it -v ./sample.db:/db/sample.db -p 8080:8080 clidey/whodb:latest
7577
<br /><p align="center"><img src="./images/table-cell-inline-edit-action.png" alt="Table cell preview" width="400" /></p>
7678
This should show a popup like below and you can hit "Check" to apply changes. It should reflect in the cell right away if the action is successful! [Note: on the bottom right, "Preview" icon will show for support previews. Click to switch to preview mode]
7779
<br /><p align="center"><img src="./images/table-cell-inline-edit-input.png" alt="Table cell preview" width="400" /></p>
78-
Note: Currently, Redis does not support "set" fields to be inline edited.
80+
81+
**Note:** Currently, Redis does not support "set" fields to be inline edited.
7982
8083
### Graph Visualization
8184

docs/images/table-smart-filter.png

82 KB
Loading

0 commit comments

Comments
 (0)