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

Use useQuery in place of usePromise for EDA subsetting and visualizations #1228

Merged
merged 30 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1619749
WIP but not working
bobular Oct 11, 2024
6a7f6d0
react-query working now for subsetting
bobular Oct 11, 2024
95aaead
basic approach working but still WIP
bobular Oct 17, 2024
226d775
missing dep
bobular Oct 17, 2024
b3c0f59
another missing dep
bobular Oct 17, 2024
72bac14
Merge remote-tracking branch 'origin/main' into 1103-react-query-retr…
bobular Oct 17, 2024
db8aa66
improve comments
bobular Oct 17, 2024
d5a2c6d
solve userdb PATCH update issue with referential stability
bobular Oct 17, 2024
deca1d9
spinner behaviour hopefully fixed
bobular Oct 17, 2024
cd3e13e
cancel variable works and old data is flushed when appropriate
bobular Oct 17, 2024
1a3ede4
add cacheTime argument to useCachedPromise for the future
bobular Oct 18, 2024
4484b0c
map supporting plots now behave correctly
bobular Oct 18, 2024
a6afabf
rename to dataRequestDeps and document it
bobular Oct 18, 2024
5fd09c8
done barplot
bobular Oct 18, 2024
b782daf
remove commented deps
bobular Oct 18, 2024
a098e43
standardise throw messages
bobular Oct 18, 2024
12d43bd
boxplot
bobular Oct 18, 2024
db32ab4
fix mbio boxplot behaviour
bobular Oct 19, 2024
541b59a
started with lineplot
bobular Oct 21, 2024
b840c6e
fix oopsie with unique vars check
bobular Oct 21, 2024
0e60f89
fixed lineplot incompatible settings banner behaviour and used variab…
bobular Oct 21, 2024
03d39ec
take care of floating plot overlay and remove commented deps
bobular Oct 21, 2024
bf3c641
Merge remote-tracking branch 'origin/main' into 1103-react-query-retr…
bobular Oct 24, 2024
9994ca2
mosaics done
bobular Oct 25, 2024
f66f3c1
scatterplot
bobular Oct 26, 2024
1267fa7
Merge branch 'main' into 1103-react-query-retrofit
bobular Nov 8, 2024
65004b3
fix dependency warnings for histogram
bobular Nov 18, 2024
c29fde8
fix broken dependencies
bobular Nov 19, 2024
deff652
fix multifilter when there is no filter applied to the variable
bobular Nov 19, 2024
0415b50
Merge remote-tracking branch 'origin/main' into 1103-react-query-retr…
bobular Nov 19, 2024
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
Prev Previous commit
Next Next commit
basic approach working but still WIP
  • Loading branch information
bobular committed Oct 17, 2024
commit 95aaead0c4d7bb49c553408953895223eac8742f
Loading
Loading