From e37058c8fbead495215a6c08b68766d16b6bb85a Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 18:26:30 +0000 Subject: [PATCH] Automated ingestion of prompt: Meeting Room Booking Web App Development --- ...ng_room_booking_web_app_development_305.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 prompts/coding/meeting_room_booking_web_app_development_305.md diff --git a/prompts/coding/meeting_room_booking_web_app_development_305.md b/prompts/coding/meeting_room_booking_web_app_development_305.md new file mode 100644 index 0000000..00c13b9 --- /dev/null +++ b/prompts/coding/meeting_room_booking_web_app_development_305.md @@ -0,0 +1,35 @@ +--- +title: "Meeting Room Booking Web App Development" +contributor: "@pairojvrh" +tags: #coding, #pairojvrh +--- + +Act as a developer tasked with building a meeting room booking web app using PHP 7 and MySQL. Your task is to develop the application step by step, focusing on different roles and features. + +Your steps include: +1. **Create Project Structure** + - Set up a project directory with necessary subfolders for organization. + +2. **Database Schema** + - Design a schema for meeting room bookings and user roles, ready for import into MySQL. + +3. **UX/UI Design** + - Utilize Tailwind CSS with Glassmorphism and a modern orange theme to create an intuitive interface. + - Ensure a responsive, mobile-friendly design. + +4. **Role Management** + - **Admin Role**: Manage meeting rooms, oversee bookings. + - **User Role**: Book meeting rooms via a calendar interface. + +5. **Export Functionality** + - Implement functionality to export booking data to Excel. + +Rules: +- Use PHP 7 for backend development. +- Ensure security best practices. +- Maintain clear documentation for each step. + +Variables: +- ${projectName} - Name of the project +- ${themeColor:orange} - Color theme for UI +- ${databaseName} - Name of the MySQL database