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

Fix/734/external dataset loading #1071

Merged
merged 5 commits into from
Jan 4, 2024
Merged

Conversation

cohansen
Copy link
Contributor

@cohansen cohansen commented Jan 2, 2024

Closes #734.

This PR fixes behavior around loading external datasets that aren't attached to a simulation, and also only loads the name for the timeline editor so it doesn't hang while trying to load all the profiles.

@cohansen cohansen requested a review from a team as a code owner January 2, 2024 23:33
@AaronPlave
Copy link
Contributor

Can we also filter out duplicate entries in the timeline editor resources list? Though I'm fine with that being a separate PR too.

@cohansen
Copy link
Contributor Author

cohansen commented Jan 3, 2024

Can we also filter out duplicate entries in the timeline editor resources list? Though I'm fine with that being a separate PR too.

Done!

src/utilities/effects.ts Outdated Show resolved Hide resolved
src/utilities/effects.ts Outdated Show resolved Hide resolved
@cohansen cohansen self-assigned this Jan 4, 2024
@cohansen cohansen merged commit d1c5e3f into develop Jan 4, 2024
4 checks passed
@cohansen cohansen deleted the fix/734/external-dataset-loading branch January 4, 2024 23:04
JosephVolosin pushed a commit that referenced this pull request Aug 20, 2024
* Fix external resource fetching sim dataset id argument.

* Added a query just to get external dataset names to populate view modification

* Remove duplicate resource names

* Added a type for our external dataset query and modified the query to use its own flag

* Removed fetchingResourcesExternalNames for now

---------

Co-authored-by: Aaron Plave <[email protected]>
JosephVolosin pushed a commit that referenced this pull request Oct 21, 2024
* Fix external resource fetching sim dataset id argument.

* Added a query just to get external dataset names to populate view modification

* Remove duplicate resource names

* Added a type for our external dataset query and modified the query to use its own flag

* Removed fetchingResourcesExternalNames for now

---------

Co-authored-by: Aaron Plave <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External datasets do not show up in timeline editor resource list
2 participants