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

FRQ2 - Classes #2

Open
5 tasks done
mnarayan1 opened this issue Nov 24, 2022 · 0 comments
Open
5 tasks done

FRQ2 - Classes #2

mnarayan1 opened this issue Nov 24, 2022 · 0 comments

Comments

@mnarayan1
Copy link
Owner

mnarayan1 commented Nov 24, 2022

  • Build tester method for Person POJO. Test zero argument and all argument constructor
    image

  • Build toString method to display attributes of the class
    image

  • Build other attributes into POJO that were mentioned in project dialog

  • Added height, weight, gender, steps, days exercised, and average calories burned per day to Person POJO. These are useful in the StepTracker API's functionality.
    image

  • Add 1 or more APIs
    StepTracker POJO
    StepTracker API Controller

  • Added StepTracker API to calculate fitness information based on stats in Person object.
    image
    image
    image
    image
    image
    image

  • Correct the bug in setStats
    Made sure that previous stats were not erased by adding a new one
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant