I’m a newbie and 0 basic in coding stuff.
Currently, I want to do an app with a check-in feature.
Problem I face now (and I don’t know where the problem is, even after asking ChatGPT):
- The check-in button doesn’t disappear after I click, and the “Checked in Done” message doesn’t appear. I assume it has a problem with the check-in date. I tried to fix it, but to no avail.
- As this app will be for kids, they may not remember to check in every day, so I want the streak to continue even if they forget it yesterday, but no more than 4 days, as I still want them to check in at least twice a week. How do I integrate this?
- How do I update the Logged in User, so that when I have checked in for 8/15/22/29 days, the image (along with the check-in button) page will change according to the stage?
- I also want a message content to be displayed once they check in, as an encouragement. And the message has 3 categories. 1) Milestone Message, ie, 8/15/22/29 days.2) Returning Message, when the last check-in date is not yesterday. and lastly 3) Random Messages. How do I ensure the correct category’s message appears when they check in?
- As I link to a circular progress bar, using “Current Streak”, the value doesn’t change, even when I have checked in 2 times.
- Is there any possibility that I can have specific diagram markings on the calendar when they have checked in for that day? For example, a leaf instead of a dot?
Thanks!!!