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] Composite Features - Time-Series Analysis Tool (E&A) #900

Closed
4 tasks
sandrahoang686 opened this issue Mar 21, 2024 · 1 comment
Closed
4 tasks
Labels
veda v2 VEDA Refactor Epic Work

Comments

@sandrahoang686
Copy link
Collaborator

sandrahoang686 commented Mar 21, 2024

Context

This tickets is to create a composite feature within veda-ui. Composite features are the core of VEDA and often combine different components to make a specialized tool for the dashboard.

These are view containers that deliver a core part of the VEDA dashboard product and these containers are composed of resuseable components - so when breaking this out, think about pieces that can be reuseable and start to modularize the stateless/presentational components as well.

Notes:

  • Mark new files for VEDA2 refactor with @VEDA2-REFACTOR-WORK

Acceptance Criteria:
General

  • Reusability => modularize stateless/presentational features to be as reuseable as possible within the core feature view containers
  • Composite Feature should be entirely data agnostic => Separate out the data logic from this feature component into the data layer. Note: Data will now have to be passed in as props so we will need to update the page views to supply this
    • Composite Features should have stricter typed interfaces
  • This feature should still support current instances and be backwards compatible

Specific
{TO BE UPDATED}

Related to: #801

Resources:

@sandrahoang686 sandrahoang686 added tech debt veda v2 VEDA Refactor Epic Work labels Mar 21, 2024
@sandrahoang686 sandrahoang686 changed the title [VEDA2 Refactor] - Analysis Chart Component Core Feature Breakout [VEDA2 Refactor] - E&A Component Core Feature Breakout Aug 21, 2024
@aboydnw aboydnw changed the title [VEDA2 Refactor] - E&A Component Core Feature Breakout [Refactor] Composite Features - E&A Aug 28, 2024
@aboydnw aboydnw changed the title [Refactor] Composite Features - E&A [Refactor] Composite Features - Time-Series Analysis Tool (E&A) Aug 28, 2024
@aboydnw
Copy link
Contributor

aboydnw commented Aug 29, 2024

Closing as duplicate of #902

@aboydnw aboydnw closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
veda v2 VEDA Refactor Epic Work
Projects
None yet
Development

No branches or pull requests

2 participants