COSC481W-2024Winter / ResoluteApp

A fitness tracking/logging application with social media aspects. The purpose of Resolute is to encourage users and their friends to be involved in each other's fitness endeavors through non-intrusive mobile notifications.
0 stars 1 forks source link

Feature: Logging an Exercise #24

Closed dubedo580 closed 9 months ago

dubedo580 commented 9 months ago

Update: Added functionality to validate user input data correctly via the isInputValid method. All fields have to be filled out. Updated the Hints on the page so the user knows what text is expected in each field. Removed Activity because we will be handling persistence in a different way. The gradle is updated to handle Java, Kotlin and Anything else. LogExercise grabs all text from the fields and stores them in a map object then writes to the DB in the exercise collection.

Addresses Issue #13