Project

General

Profile

Bug #2787

Add Station Live Toggle in Station Configuration

Added by Piyush Vijay 10 days ago. Updated 7 days ago.

Status:
New
Priority:
Normal
Start date:
06/30/2026
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

Description:
Introduce a new "Station Live" toggle at the Station level to indicate whether a station is live and operational. This toggle will be used to identify stations that are still under site development or not yet ready for production.

Requirements:

Add a boolean toggle in the Station configuration:
Station Live: Yes / No
Default value should be No (False) for newly created stations.
Behavior:
Station Live = Yes
The station is considered live and available for normal operations.
Station Live = No
The station is considered under site development and should be treated as a non-live station.
Display an "Under Development" or "Coming Soon" indicator wherever applicable.
Any business logic that requires a live station should respect this flag.
Store the value in the database.
Expose the field in:
Station Create API
Station Update API
Station Details API
Station Listing API
Only authorized users (Admin/Manager as per permission matrix) can modify this toggle.

Acceptance Criteria:

A new "Station Live" toggle is available in the Station configuration.
Default value is No (False) for new stations.
When enabled, the station is treated as a live station.
When disabled, the station is treated as under development.
The toggle value is persisted in the database and returned by all relevant APIs.
Appropriate UI indicators are shown based on the station's live status.
Existing functionality remains unaffected for live stations.

Also available in: Atom PDF