maityamit / Sleepometer-Android-App

Sleepometer Android App , measure your sleep and track. This will basically measure your sleep, and represent the overall day-wise sleep hours and the last 7 days' average sleep also can measure.
https://play.google.com/store/apps/details?id=sleepometerbyamitmaity.example.sleepometer
MIT License
25 stars 41 forks source link

Feature: sleep score and Avg sleep duration update by fetching the data from backend #47

Closed kuldeepsingh0330 closed 1 year ago

kuldeepsingh0330 commented 1 year ago

Feature description

Screenshot_2022-12-19-16-22-51-781_sleepometerbyamitmaity example sleepometer

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

kuldeepsingh0330 commented 1 year ago

Hiii @maityamit Currently sleep score and avg sleep duration are not update dynamically. This the value which are provided in UI code or static value which is not a good thing. We fetch sleep score and avg sleep duration from the firebase database. by using the already exist method's in our code.

So, review this issue and assign it to me.