You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
@VEDA2-REFACTOR-WORK
Acceptance Criteria:
General
Specific
{TO BE UPDATED}
Related to: #801
Resources:
The text was updated successfully, but these errors were encountered: