Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use starts_at instead of created_at for session reservation & el…
…apsed time (#2584) <!-- Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes, and how it affects the users and other developers. --> ### This PR resolves [#2582 ](#2582) issue ### TL;DR This PR resolves issue that session reservation time and session elapsed time were incorrectly displayed ### Why make this change? session reservation time should mean session start time, not session creation time session elapsed time should be caculated by session start time, not session creation time ### What changed? session reservation time means session start time session elapsed time is calculated based on the session start time and session terminate time session elapsed time is displayed only after the session starts ### How to test? 1. set a session start time 2. start a session 3. check that reservation time is displayed correctly 4. check that elapsed time is displayed after the session starts and elapsed time is calculated correctly
- Loading branch information