Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display List of Track Records With Corresponding Activity Type on Start Screen #118

Closed
prachipatel488 opened this issue Mar 17, 2024 · 1 comment
Assignees
Labels
Enhancement New feature or request Group 1 Low Priority UI It is a UI feature
Milestone

Comments

@prachipatel488
Copy link
Collaborator

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

image
@prachipatel488 prachipatel488 added Enhancement New feature or request UI It is a UI feature Group 1 Low Priority labels Mar 17, 2024
@prachipatel488 prachipatel488 added this to the Case Study 2 milestone Mar 17, 2024
@prachipatel488 prachipatel488 self-assigned this Mar 17, 2024
@prachipatel488 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
prachipatel488 added a commit to gup-abhi/OpenTracks-Winter-SOEN-6431_2024 that referenced this issue Apr 7, 2024
@prachipatel488
Copy link
Collaborator Author

Completed!!

gup-abhi added a commit that referenced this issue Apr 9, 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Group 1 Low Priority UI It is a UI feature
Projects
None yet
Development

No branches or pull requests

1 participant