-
Notifications
You must be signed in to change notification settings - Fork 6
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] VEDA Core Features - Time-Series Analysis Tool (E&A) Discovery #902
Comments
@sandrahoang686 I wonder if this should be a component/feature. My main doubt is that people will use this independent of the rest of the E&A page. Maybe we should just have E&A as a "composite feature" based on the different categories in #1076 But maybe I'm splitting hairs and, even if we tell stakeholders the E&A page is a composite feature, this ticket still makes sense defined as is. What do you think? |
This is the composite E&A component as we discussed during checkin 👍🏼 |
Summary: Feature Branches created and tech-debt identified which will require more time to work on to bring E&A to next instance Following tech-debt tickets created from discovery: |
**Related Ticket:** #902 ### Description of Changes **Related NextJs PR/Branch:** developmentseed/next-veda-ui#4 **GHG Preview** with this branch pulled in generated here => US-GHG-Center/veda-config-ghg#659 **Iteration 1** - Issue #902, changes by @sandrahoang686 * Exposed `ExplorationAndAnalysis` component * Exposed `timelineDatasetsAtom` to be used NextJs side * Exposed & Moved/decoupled `DatasetSelectorModal` out of `ExplorationAndAnalysis`. ExplorationAndAnalysis only needs to know the dataset layers to be displayed. DatasetSelectorModal or whatever layer selection method should be controlled at the parent level above `ExplorationAndAnalysis`. * Commented out certain controls that were breaking `ExplorationAndAnalysis` in NextJs instance * `AnalysisMessageControl` * `CustomAoIControl` ### Notes & Questions About Changes _{Add additonal notes and outstanding questions here related to changes in this pull request}_ ### Validation / Testing * Validate that Datalayer Selection Modal works as expected * Validate that E&A features work as expected - aois, analyzation, adding/removing cards * Validate that all card linking works as expected
Expose E&A component and document all tech-debt we run into into separate issues to break this out. Try to get it working with NextJs instance if possible.
Link tech-debt issues here
The text was updated successfully, but these errors were encountered: