sandialabs / slycat

Web-based data science analysis and visualization platform.
http://slycat.readthedocs.org
Other
75 stars 19 forks source link

Add hierarchical structure to both project and model lists (user defined folders) #782

Open pjcross opened 6 years ago

pjcross commented 6 years ago

Currently users are using project structure to group models according to source data. This is inefficient because it requires adding project members over and over. With the new data-centric model, this will be an even bigger problem because data loaded into one project cannot be shared with another. The better solution is to group the data using folders, which all reside in the same project. Discussing this with one of our users, he said that adding even one level of hierarchy would be a huge improvement over the current situation.

Mletter1 commented 4 years ago

@pjcross @alexsielicki is this a copy of #879?

pjcross commented 4 years ago

I think that this one refers to internal data structures and #879 refers to the user interface.