Project

General

Profile

Idea #14343

Updated by Lucas Di Pentima over 5 years ago

Write It is desirable to have a wiki page cluster-wide library of references which are available to all users and it *may* also be desirable to have additional libraries which are associated with groups. One possible mechanism would be to extend the per-user "Favorites" mechanism to also support group Favorites (and by extension the "All Users" group). 

 We would like to offer projects / workflows which are of common interest (e.g. reference studies, curated studies, official default workflows etc) to our scientist.  

 Some possible desirable behaviors: 

 * Selection of projects as “public favorite” should be done by a proposal on how curator group (or alternatively by an admin) 
 * Selection or un-selection of a project as “public favorite” cannot be done by a standard user 
 * “Public favorite” projects should be visible to implement all users as public favorite (via workbench) 
 * API offers listing of “public favorite” projects listings using the existing APIs. (via REST) 
 The proposed implementation includes using 'star' class links * Grouping / flagging of project / data collections search results based on project status (public favorite, private favorite, own, shared with @owner_uuid@ being the 'all users' group's UUID (@{prefix}-j7d0g-fffffffffffffff@). This will be managed by admin users. me) 
 Provide examples using the @arv@ tool and also @curl@ for creating/listing favorites. * Workflows should know if they are in a “(public) favorite” project 
 * Grouping / flagging of workflow search results based on project status (public favorite, private favorite, own, shared with me) 

Back