By Elena Herzinger
This week I continued working on my challenge card functionality ticket. I have made some progress. I got my answer on where the data for where the ending date is. The reason I wasn’t able to find the data was because it wasn’t added yet, but there is a way to call it, but for the time being I’ve just hardcoded a date for testing purposes.
Another thing I was able to do was get things like the progress bar and join button to appear on the challenge card’s thumbnail. This took a while to do because I was quite overcomplicating it. I first tried to get the photo to appear in the same function where the rest of the challenge card display was at but due to how that function was already being used, I couldn’t get it to work like that. My fix was to change the background color of the series box in the challenge card function to transparent so the picture underneath can show through.
The next thing I am working on is getting the challenge description text to display below the card’s thumbnail. I’m honestly a little stumped at why it’s not displaying. At first, I thought that the text was hidden behind the picture, but I’ve tried several times to get it lower, and at this point, I don’t think that’s the issue. I’m going to try looking at some more things tomorrow, and if I can’t figure out anything, I will ask for some help.
Leave a comment