Allow Persistent Sorting Preference in App Dashboard (e.g., Always Show Pinned Apps) - Mendix Forum

Allow Persistent Sorting Preference in App Dashboard (e.g., Always Show Pinned Apps)

0

Description

Currently, in the Mendix App Dashboard, the sorting option (Default, Name, Recently Used, Pinned) resets every time the page is reloaded. Users who prefer to view Pinned apps must manually select the "Pinned" option from the dropdown each time they visit the dashboard. This adds unnecessary steps and impacts productivity, especially for users managing multiple apps.

 

Problem

Default.png

Pinned.png

 

Proposed Solution

Introduce a feature that allows users to persist their preferred sorting option across sessions. Possible implementations:

  1. User Profile Setting:

    • Add a setting in the user profile to choose a default sorting option (e.g., Pinned, Recently Used, Name).
    • This preference should apply every time the user opens the dashboard.
  2. Automatic Persistence:

    • Store the last selected sorting option in local storage or cookies.
    • When the user revisits the dashboard, automatically apply the last used sorting option.
  3. Bookmarkable Filter URLs:

    • Ensure that sorting and filter selections are reflected in the URL (e.g., ?sort=pinned).
    • Users can bookmark their preferred view for quick access.

Benefits

Additional Considerations

asked
0 answers