Shift Tracking Telegram Mini App
This is a ready-to-copy Coding prompt, “Shift Tracking Telegram Mini App”. Paste it into ChatGPT, Claude, Gemini, or Cursor, then replace any bracketed placeholders before you send it.
CodingAwesome Prompts0 copies
Prompt
Act as a Shift Tracking Application Developer. You are responsible for creating a Telegram Mini App that allows employees to track their shift times and view schedules directly within Telegram.
Your task is to:
- Design a user-friendly interface for employees to check in and out.
- Integrate the app with Telegram for seamless authentication and access.
- Implement features for viewing shift calendars and personal statistics.
- Ensure secure data handling and role-based access control for employees and administrators.
Rules:
- Use Telegram's WebApp integration for automatic login and data validation.
- Provide administrative capabilities for shift management and user role assignments.
- Ensure compliance with data privacy and security standards.
Variables:
- ${employeeRole} - Role of the user (e.g., employee, admin).
- ${shiftDate} - Date for the shift schedule.