Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data explorer specs #42

Merged
merged 33 commits into from
Jun 23, 2022
Merged
Changes from 4 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fb4595a
add initial draft
ghislaineguerin Mar 14, 2022
fd6bcd4
add starting point details
ghislaineguerin Mar 14, 2022
2b36345
add steps
ghislaineguerin Mar 14, 2022
1245021
add context
ghislaineguerin Mar 15, 2022
a8dce7c
add multi step
ghislaineguerin Mar 15, 2022
7df4495
add step description
ghislaineguerin Mar 15, 2022
2b7f54e
update specs
ghislaineguerin Mar 17, 2022
d744524
add wip sections
ghislaineguerin Mar 17, 2022
553c52c
update text and wireframes
ghislaineguerin Mar 21, 2022
ccad675
update text and wireframes
ghislaineguerin Mar 21, 2022
a2d8be0
update
ghislaineguerin Mar 21, 2022
b77a847
update
ghislaineguerin Mar 21, 2022
a277cc6
Update design/specs/visual-query-builder.md
ghislaineguerin Mar 22, 2022
7307f5d
Update design/specs/visual-query-builder.md
ghislaineguerin Mar 22, 2022
9221aa4
Update design/specs/visual-query-builder.md
ghislaineguerin Mar 22, 2022
14dfc09
update
ghislaineguerin Mar 23, 2022
994e16e
Merge branch 'data-explorer-specs' of https://github.com/centerofci/m…
ghislaineguerin Mar 23, 2022
b6fef09
update
ghislaineguerin Mar 23, 2022
a484a20
update
ghislaineguerin Mar 24, 2022
66815fb
update
ghislaineguerin Mar 24, 2022
f0627c8
update
ghislaineguerin Mar 24, 2022
7edda41
update
ghislaineguerin Mar 28, 2022
639a9eb
update
ghislaineguerin Mar 28, 2022
23877a6
update
ghislaineguerin Mar 28, 2022
628877b
update
ghislaineguerin Mar 28, 2022
09b8c06
update
ghislaineguerin Mar 28, 2022
48b3f10
add source reference
ghislaineguerin Mar 29, 2022
7515935
add delete step
ghislaineguerin Mar 29, 2022
517ddde
update text
ghislaineguerin Mar 29, 2022
6307db0
update text
ghislaineguerin Mar 29, 2022
389cf74
update
ghislaineguerin Mar 31, 2022
942c6c5
update
ghislaineguerin Mar 31, 2022
c63293b
update
ghislaineguerin Jun 23, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions design/specs/visual-query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Once the input table has been created, changing the base table will result in th

### 1.1 Base Table Options

The base table selector will display a list of all available tables in the current schema (Initially, this list will not include views that will be added in later iterations)
The base table selector will display a list of all available tables in the current schema (Initially, this list will not show views. Exploring views will be added in later iterations.)

To select a table, the user will find it on the list and click on the desired table option.

Expand Down Expand Up @@ -139,11 +139,11 @@ Under `Save Options`, the user can name the resulting query and choose to save i

### The result table has no rows

### The are duplicate values
### There are duplicate values

## 7. Alerts and Error Prevention

### User attemps to delete a base table
### User attempts to delete a base table

### User changes the selected formula of a column to one that is incompatible with the source column's data type

Expand Down