Business status system

Use a Vertical Arrangement to Create Labels and Make Such a UI Like Google

U Have To Use Call System Time
U Can Use Various Extensions from Community or U Can Use any API and Call Time from Web

TimeTools : The Tools Only For Time (Extension)

After You Get time Set Condition

if sysTime_Hour - Last_Hour > 1 
    Then Set Closing_status = "Closes Soon"
Elseif SysTime > Cosing_Time and SysTime < Opening_Time 
        Then Set Closing_status = "Closed"
Else
        Set Closing_status = "Open"

That’s It

1 Like