Skip to content
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

[NGS Portal] Main Dashboard - Pipeline panel #3781

Open
6 tasks
NShaforostov opened this issue Nov 21, 2024 · 0 comments
Open
6 tasks

[NGS Portal] Main Dashboard - Pipeline panel #3781

NShaforostov opened this issue Nov 21, 2024 · 0 comments
Labels
goal/portal 🔬 Issues related to NGS Portal kind/enhancement New feature or request

Comments

@NShaforostov
Copy link
Collaborator

NShaforostov commented Nov 21, 2024

Pipelines panel on the main dashboard page of the NGS Portal shall display a list with a few projects' pipelines available to user.
This panel should look approximately like this:
image

Panel shall contain:

  • panel header
  • search bar
  • list of pipelines cards

Additionally, panel shall include abilities:

  • to navigate to all pipelines list
  • to navigate to any pipeline from the list
  • to mark favourite pipelines

List of pipelines cards

Panel shall display a list with a few pipelines available to user.
Each pipeline in the list shall be presented as a card.
Pipeline card shall contain:

  • pipeline name - plain text label
  • pipeline owner - plain text label with the pipeline owner name
  • pipeline tags - list of key-value attributes associated with the pipeline:
    • shall be shown as plain text labels
    • shall be shown by pairs, e.g.: image
  • description - plain text pipeline description. In case when description is too long, only its first part shall be shown, other parts shall be hidden by ellipsis

By default, pipelines list shall display only recent N pipelines available to user (e.g. 3-5).

Search bar

Above the pipelines list, there shall be a search bar.
It shall allow to search over the whole list of pipelines (not only over the displayed list):

  • search shall be conducted over pipeline names only
  • search shall be conducted by pressing Enter key after specifying a text into the Search bar
  • search results shall be displayed instead of pipelines list in the Pipelines panel:
    • in this list, only pipelines which names match the search string shall be shown
    • found matches in pipeline names (or their parts) shall be highlighted
    • after clearing the search bar, pipelines list shall return to its previous view

View all pipelines

In the bottom of the pipelines list, there shall be a button to open the full list of pipelines (e.g. View all pipelines).
By click this button, Pipelines page shall be opened.

Open a pipeline

By click any pipeline name in the list or a pipeline card, the Pipeline details page for the selected pipeline shall be opened.

Favourite pipelines

There shall be the ability to mark/unmark any pipeline from the list as "favourite", e.g.:
image

  • user shall be able to mark as favourite any pipeline - as from the displayed list and from search results too (i.e. to mark any pipeline found via the Search bar). To mark a pipeline, user shall:
    • hover over the pipeline card
    • click the favourite icon that shall appear
    • to unmark, user shall perform the same actions again
  • favourite pipelines shall be automatically pinned in the top of the displayed list:
    • if pipeline is marked as favourite from the search results list, it shall remain pinned after clearing the search bar as well
  • favourite pipelines shall be always displayed in the list for the current user - until the favourite mark is not removed:
    • if pipeline becomes unmarked and it refers to recent N pipelines, it shall just "move" to its place in the pipelines list
    • if pipeline becomes unmarked and it does not refer to recent N pipelines (i.e. it was previously added from the search results over all pipelines available to user), it shall be hidden from the pipelines list
@NShaforostov NShaforostov added kind/enhancement New feature or request goal/portal 🔬 Issues related to NGS Portal labels Nov 21, 2024
@NShaforostov NShaforostov changed the title [NGS Portal] Pipelines page [NGS Portal] Main Dashboard - Pipeline panel Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal/portal 🔬 Issues related to NGS Portal kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant