right now i created a project and one of the features is daily-check in. with this I got into some difficulties. The case is - i want the user to do daily check in.That means, after a check in, The user must wait until tomorrow to do the daily check-in again. how should i implements this and how should the validation work?
I already found the solution in google but couldn't get it to work.
I also already tested using a scheduler. It works but i think this is not the best practice i can get here, so if someone has a solution, I'd love to hear.