Open andrewtpham opened 2 years ago
Here is 2 things to do to make it possible:
Portfolio
to itself to indicate if a Portfolio
does have a "parent" Portfolio
, or notProject
from a Portfolio
to another in a single callAnd an additional question:
@TAnas0 thanks for comment.
On your question:
Portfolios that have "children" portfolios, can they have Projects (as direct descendants)? Is this much like a directory structure, with Portfolios being directories and Projects being files? The Answer to the above question would require some additional considerations and implementations.
I think the main purpose of children
portfolios is to have another subset of projects for organization purposes making it easy to see how they can be grouped. But I could see the appeal of having the directory structure in place to maintain a clean logic. But I think it's more important to have the ability to organize and add projects to multiple portfolios
Is your feature request related to a problem? Please describe.
Functionality
h-table editable
component to be able to have a draggable row feature where a user can click on a row and drag it into a position of their choice.This could be used in dots-fe on the
table list page
(not the import table page) or the metricsproject
andconfiguration
pages as well as the new metrics table: https://github.com/hikaya-io/hakawati/issues/286Additional context Here are some references in a draggable row that I found:
tree component
in element with a draggable feature: https://element.eleme.io/#/en-US/component/tree#draggableIn this gif below, a
project
record could be an item that is nested:portfolio
is a group of projectsportfolio
can be nested inside anotherportfolio
project
can be on its own or inside aportfolio
Screenshots from the above GIF: