Hi everyone,
I need help with implementing a feature in Bubble.io to automatically detect missed check-ins and display a message to users in our application, … Here’s a detailed description of what I’m trying to achieve:
About Our Application:
It is a time management and tracking application designed to help users efficiently manage their work hours. Users log their clock-in and clock-out times, which are stored in our database.
Requirements
Database Structure:
• Timesheet: Contains fields user, clock_in, clock_out.
- Feature Description:
• If a user does not check in by a specific time (e.g., 12:00 PM), the system should create a record indicating a missed check-in.
• The next time the user logs in, a message should be displayed saying “You missed to check-in on [Date].”
• This process should repeat daily.