We have a simple placeholder algorithm for this for now: average the score for each age month, pick the first month with an average score of 3/4 or greater.
Once the website has been populated with the existing data from previous surveys (and possibly some new user data), we should revisit this algorithm and implement the final algorithm to be used in production.
We have a simple placeholder algorithm for this for now: average the score for each age month, pick the first month with an average score of 3/4 or greater.
https://github.com/ssciwr/mondey/blob/85aadd41eb2e9205140c470d9e872a3a3c74029b/mondey_backend/src/mondey_backend/routers/utils.py#L180-L223
Once the website has been populated with the existing data from previous surveys (and possibly some new user data), we should revisit this algorithm and implement the final algorithm to be used in production.