-
Notifications
You must be signed in to change notification settings - Fork 5
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
Project Folders in User Workspace (Nov.) #716
Comments
Goal for sprint Jelly Beans
|
Goal for sprint Pastel de Nata
|
Implementation Notes (Proposal)These implementation notes discuss the design of osparc user workspace. A new feature that should introduce folder structure to osparc main dashboard. Currently, all projects live on the same level. Users would like to group projects together in a folder like structure and potentially share this folder with other users (User or Group of users!). Diagramgraph TD
User_A-->Folder_1;
User_A-->Folder_2;
User_A-->study_X;
User_A-->study_Y;
Folder_1-->study_Z;
Folder_1-->study_W;
Folder_2-->Folder_3;
Folder_3--> study_H;
graph TD
User_B-->Folder_4;
User_B-->study_K;
Folder_4-->study_J;
Data Model with examples
Get the home folder (id=1) Fetch Folder 2 (id=4) Share study Z with primary group B (user B)
Share study H with standard group D (where user B belongs)
Notes:
Share folder 1 with primary group B (user B)
Share folder 3 with standard group D (where user B belongs)
|
|
|
Describe the user role
At the moment, users that do not properly define sharing options fill other users's pages with their studies. I do not like to have a mess on my study page, therefore, at least, I'd like to have a separation between my own studies, studies specifically shared with me, and external studies. As well, I'd like to organize my studies according to my own work: CR projects, tests, etc. It would be also great if the user could also decide to hide some projects, for any reasons.
Describe the goal
A bit of organization in the mess
Describe the benefit
Improved mental health and cleaner work organization
More info from #977
Easy UI improvements
From meeting with users on May 3rd, #1403
MartinKippenbeger
Tasks
Tom Bombadil
folders
,folders_access_rights
,folders_to_projects
tables #1556access_rights
column inprojects
to a separate table #1547Eisbock
The text was updated successfully, but these errors were encountered: