You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The introduction of new feature to have list of track records to be display on home screen of the App. This featured will be enhanced by displaying the activity type of each record. This will provide users with additional context about their activities.
Proposed Solution
Implement this feature on the home screen of the app by modifying layout of individual elements of the list of all the track records. Each record element need to be also populated with its corresponding activity type. The layout of the record element will be refactored to add this activity type, providing users with more informative content. Ensure all the track records with their activity types are stored correctly and populated correctly on home screen.
Alternative solution to be consider
If the initial approach proves ineffective, for populating a list of tracks with corresponding activity type from data source, then it can be done by hardcoding the data source.
Additional context
Screenshot of the page where changes will be made
The text was updated successfully, but these errors were encountered:
prachipatel488
changed the title
Display List of Track Records on Start Screen
Display List of Track Records With Corresponding Activity Type on Start Screen
Mar 17, 2024
prachipatel488
added a commit
to gup-abhi/OpenTracks-Winter-SOEN-6431_2024
that referenced
this issue
Apr 7, 2024
…Record Discard - Group #1 (#200)
**Describe the pull request**
This pull request introduces several enhancements aimed at improving the
user experience and functionality of the application. Changes include UI
improvements for recording buttons, addition of pause and stop buttons
during recording, automatic record discard feature, display of activity
type in the list of track records on the start screen, and inclusion of
labels to status icons.
**Link to the issue**
- Default Units and Activities: [Issue
#88](#88)
- Automatically discard records: [Issue
#125](#125)
- Display List of Track Records With Corresponding Activity Type on
Start Screen: [Issue
#118](#118)
- Button UI changes for recording: [Issue
#107](#107)
- Including a label to the status icons at the bottom of the start
screen: [Issue
#115](#115)
**License agreement**
By opening this pull request, you are providing your contribution under
the _Apache License 2.0_ (see [LICENSE.md](LICENSE.md)).
**Note: new dependencies/libraries**
Please refrain from introducing new libraries without consulting the
team.
Description
The introduction of new feature to have list of track records to be display on home screen of the App. This featured will be enhanced by displaying the activity type of each record. This will provide users with additional context about their activities.
Proposed Solution
Implement this feature on the home screen of the app by modifying layout of individual elements of the list of all the track records. Each record element need to be also populated with its corresponding activity type. The layout of the record element will be refactored to add this activity type, providing users with more informative content. Ensure all the track records with their activity types are stored correctly and populated correctly on home screen.
Alternative solution to be consider
If the initial approach proves ineffective, for populating a list of tracks with corresponding activity type from data source, then it can be done by hardcoding the data source.
Additional context
Screenshot of the page where changes will be made
The text was updated successfully, but these errors were encountered: