rilling / OpenTracks-Winter-2024-COMP-354

OpenTracks is a sport tracking application that completely respects your privacy.
https://OpenTracksApp.com
Apache License 2.0
5 stars 27 forks source link

Ali Sprint 3 #173

Closed aliL123 closed 2 months ago

aliL123 commented 2 months ago

DESCRIPTION This pull request includes methods to retrieve full collections as well as filtering the run collection by user ID or more broadly by any given field and value.

EXAMPLE Filtering collection to retrieve all runs by "defaultUser"

Screenshot 2024-04-07 at 8 25 04 PM

ISSUES Currently, there is no way to get the username or unique identifier of a user. This is out of our scope and we are waiting for Group 3's implementation to do so. As a placeholder, I added a user field in the Track object class with a value of "defaultUser"