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

Refactor Collections into a separate class #78

Closed
Tracked by #52
ShrimpCryptid opened this issue Aug 30, 2023 · 1 comment
Closed
Tracked by #52

Refactor Collections into a separate class #78

ShrimpCryptid opened this issue Aug 30, 2023 · 1 comment
Labels
internals Tech debt, refactoring, dependencies, etc.

Comments

@ShrimpCryptid
Copy link
Contributor

ShrimpCryptid commented Aug 30, 2023

Acceptance Criteria

  • Make a new file + data class for Collections.
  • Move code related to loading datasets out of url_utils.ts and App.tsx.
    • Also, update App so that there is always a collection present (for single-URL datasets, create a new dummy collection object with only that dataset in it).
    • Opportunity to simplify how datasets are handled?
  • Require all datasets to be accessed by HTTP GET only (simplify code)
@ShrimpCryptid ShrimpCryptid added the internals Tech debt, refactoring, dependencies, etc. label Aug 30, 2023
@ShrimpCryptid ShrimpCryptid changed the title Refactor Collections into a separate class. Refactor Collections into a separate class Aug 30, 2023
@toloudis toloudis mentioned this issue Aug 30, 2023
11 tasks
ShrimpCryptid added a commit that referenced this issue Sep 15, 2023
feat: UI Update 2 - Collections and Color Ramp Selection

Resolves #75, #49, and #78.

Adds a new component, ColorRampSelector.tsx.
Refactors Collections into a new class; these changes simplify handling datasets and collections.
Adds a modal button, LoadDatasetButton.tsx, for opening new datasets or collections from the UI.
@ShrimpCryptid
Copy link
Contributor Author

Closed with #97!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Tech debt, refactoring, dependencies, etc.
Projects
None yet
Development

No branches or pull requests

1 participant