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 track distance changes #21

Merged
merged 1 commit into from
Mar 25, 2024
Merged

added track distance changes #21

merged 1 commit into from
Mar 25, 2024

Conversation

ruchika512
Copy link
Collaborator

Added a new field distance for "Track New Exercise" Page

image

Modified below services

  1. Frontend service
  • Added the new field on UI and passed the field to activity-tracking web service

  • Validation to enter distance for running and swimming activities

  • Css changes to add style for distance input field

     modified:   frontend/src/App.css
     modified:   frontend/src/components/trackExercise.js
    
  1. Activity-Tracking service
  • Added the new field distance in the schema

  • Added the new field in POST request & PUT request

      modified:   activity-tracking/models/exercise.model.js
      modified:   activity-tracking/routes/exercises.js
    

Copy link
Owner

@VathsalaAchar VathsalaAchar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@VathsalaAchar VathsalaAchar merged commit 7bbc36e into main Mar 25, 2024
2 checks passed
HarshiSharma pushed a commit that referenced this pull request Mar 25, 2024
Modified below services

Frontend service
Added the new field on UI and passed the field to activity-tracking web service

Validation to enter distance for running and swimming activities

Css changes to add style for distance input field

 modified:   frontend/src/App.css
 modified:   frontend/src/components/trackExercise.js
Activity-Tracking service
Added the new field distance in the schema

Added the new field in POST request & PUT request

  modified:   activity-tracking/models/exercise.model.js
  modified:   activity-tracking/routes/exercises.js
HarshiSharma added a commit that referenced this pull request Mar 25, 2024
* nav change manage ui change colour change and journal icon change

* removing dummy data part oops

* login and signup UI fix

* added track distance changes (#21)

Modified below services

Frontend service
Added the new field on UI and passed the field to activity-tracking web service

Validation to enter distance for running and swimming activities

Css changes to add style for distance input field

 modified:   frontend/src/App.css
 modified:   frontend/src/components/trackExercise.js
Activity-Tracking service
Added the new field distance in the schema

Added the new field in POST request & PUT request

  modified:   activity-tracking/models/exercise.model.js
  modified:   activity-tracking/routes/exercises.js

* login and signup UI fix

* merge

* bracket fix

---------

Co-authored-by: ruchika512 <[email protected]>
@VathsalaAchar VathsalaAchar deleted the feature-track-distance branch March 27, 2024 10:58
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.

5 participants