operatorfabric-core icon indicating copy to clipboard operation
operatorfabric-core copied to clipboard

Add setting to automatically open the first card in list

Open Haigutus opened this issue 3 years ago • 2 comments

At the moment where the user opens UI no card is active. We would like to display to operator hallway the first card already open.

  1. If operator opens the application, automatically the first card by default sorting will be displayed
  2. If real-time time-frame is active, automatically after previous card has expired new first card will be open

This enables to set up operator fabric to large control screens, where no user input is required and allays the sorted list first entry card is displayed, without any user interaction to open it for the display.

Haigutus avatar Sep 16 '22 20:09 Haigutus

Interesting feature , i have already an easy implementation , i propose you to integrate it in next release schedule for next week .

It will be considered as an experimental feature (no documentation , no automatic test ...)

For this first implementation , you will have to define in web-ui.json the user logins that is in this mode called "hallway mode"

  "settings": {
    "usersInHallwayMode":["operator1_fr"],
    "locale": "en",
    "dateTimeFormat": "HH:mm DD/MM/YYYY",

So you could test it , if it suits your needs and works well , we may deliver it as an official feature on a next release.

freddidierRTE avatar Sep 19 '22 14:09 freddidierRTE

@Haigutus : Does this feature suits your needs ?

freddidierRTE avatar Feb 22 '23 07:02 freddidierRTE

@Haigutus : the feature is now accessible via the settings of the user in release 4.5.0 , see migration guide : https://opfab.github.io/documentation/archives/4.5.0.RELEASE/docs/single_page_doc.html#_hallway_mode_setting

freddidierRTE avatar Nov 06 '24 12:11 freddidierRTE