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

Added maps mock view, Created calendar viewmodel, created calendar vi… #58

Merged
merged 7 commits into from
Jul 8, 2024

Conversation

RamziJabali
Copy link
Owner

@RamziJabali RamziJabali commented Jul 8, 2024

PR Description

This PR is meant to add full functionality to the calendar, by adding color coding to the dates jogged, allowing for those dates jogged to be clicked on, and for those jogs to be viewed within a map.

Changes Made

  • Calendar date coloring added. Dates jogged are in light blue, and date not jogged are in red
  • Calendar on dates jogged when clicked displays row of jogs done by the user for that day. Contains basic information about those jogs
  • When user clicks on MAP button within the date clicked jog view, user is taken to a map of where they had jogged with a line showing the jog path
  • Hiding the bottom navigation when entering a composable not contained within the bottom navigation items and then showing it when in composable contained in the bottom navigation items

Fixes Made

List the bugs that you have come across and how you addressed them

  • Bug observed when clicking jog FAB
    - Resolution: Unable to recreate bug, bug is not occurring.

Bugs Found

1. Bug observed when clicking jog FAB.

- Jog starts then is stopped and restarted.
	- Jog is then not updating timer, remains at "00:00"
- Jog is still added to Data base  	 	 	

Show case work

Screen.Recording.2024-07-07.at.8.55.18.PM.mov

@RamziJabali RamziJabali self-assigned this Jul 8, 2024
@RamziJabali RamziJabali added the enhancement New feature or request label Jul 8, 2024
@RamziJabali RamziJabali linked an issue Jul 8, 2024 that may be closed by this pull request
@RamziJabali RamziJabali merged commit 49e2d24 into main Jul 8, 2024
1 check passed
@RamziJabali RamziJabali deleted the JJ-18-Calendar-View-Showcases-Jog branch July 8, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JJ-18] Let user be able to see days jogged in calendar
1 participant