As an engineer, I want to be able to be able to have a Timer started for everytime I create a new Session. After the timer expires, I need the Session to be saved to the database.
Acceptance Criteria:
The Timer is created when navigating to the Accelerometer Page.
There is a proper UI element showing the Timer's status
The timer starts whenever the Start Session button is clicked.
When the Start Session Button is clicked, the button disappears and is replaced by a Cancel Session Button
When the Cancel Session button is clicked, the Session is saved with its Duration to the SQLite DB
As an engineer, I want to be able to be able to have a Timer started for everytime I create a new Session. After the timer expires, I need the Session to be saved to the database.
Acceptance Criteria: