Bug #2708
Show station setup tracking history on station setup page.
Description
Show station setup tracking history on station setup page.
Updated by Yashaditya Singh about 2 months ago
implemented the logging functionality by creating the required log table and developing APIs for storing and retrieving log records. I integrated the backend logic to capture application activities and save them into the database, and performed testing to verify that log entries are being recorded and fetched correctly.
Updated by Yashaditya Singh about 1 month ago
worked on the Station Setup module and implemented the functionality to remove stations that have already been submitted from the active Station Setup list and move them to the History section. I also enhanced the user interface by adding a progress bar to display the completion status of each station setup step, providing better visibility into the overall progress. Additionally, I tested the station movement between active and history sections and validated the progress tracking behavior to ensure accurate and consistent data display across the application.
Updated by Yashaditya Singh about 1 month ago
Worked on the Station Setup History module by redesigning the history table UI, improving column alignment, spacing, and overall presentation. I implemented grouping of history logs by setup step, allowing related status changes to be viewed together in an expandable format. I also added color-coded status chips for better visualization of old and new statuses. Backend pagination support was integrated into the history logs API, and the frontend was updated to consume the new paginated response structure and handle page navigation.