Few things left

By Elena Herzinger

I’ve made a lot more progress on this ticket. It’s not done yet, but I only have about two things left to do for it. I got the text to display below the series box. To do it, I had to redo how I was calling the picture, and then I had to expand the constraint layout around the box. I was correct that the text was hidden under something; I was just wrong about what it was under.

Once the text was displayed, I could start working on setting up the epoch time. I was able to do it; it just took a lot of time researching how to do it. In the end I just changed the system’s current time to milliseconds and subtracted the end date and current time and then converted it to days, which luckily has a built-in way to do that. I then had to add 1 to it for some reason, but I believe it is working correctly. The text changes when you get close to the end date, which was easy to set up after getting the base epoch time set up. Also, when there is no time limit, that displays instead of a day count.

The last couple of things I have left in this ticket are figuring out when challenges are set as doesn’t start till user joins and getting the check mark to appear in the bottom right corner when a user has completed a challenge. Once those two things are done, I will be done with the functionality portion of this ticket. The getProgress doesn’t work right now, and I’m not sure if that’s something I can fix or if it’s a data issue.

Leave a comment