Mess Master is a mobile application designed to revolutionize food mess management in hostels, hotels, colleges, and similar institutions. It streamlines meal preparation, tracks consumption patterns, and elevates the dining experience by leveraging technology and user-centric design.
The project aims to address inefficiencies in conventional food mess management systems by automating administrative tasks, providing real-time insights, and enhancing accountability. Mess Master seeks to improve resource utilization, user satisfaction, and operational efficiency.
- Efficient Mess Management: Optimize resources and minimize wastage through automation.
- Enhanced User Experience: Offer personalized meal planning and real-time insights.
- Streamlined Administration: Automate tasks like user management and meal planning.
- Improved Accountability: Provide insights into user preferences and operational performance.
- Customizable Settings: Adapt app preferences to different organizational needs.
- Administrators and Managers: Those overseeing food mess systems in hostels, hotels, and colleges.
- Educational Institutions: College administrators managing on-campus dining services.
- Efficient Mess Management: Automate meal planning, inventory management, and resource allocation.
- Enhanced User Experience: Provide personalized meal plans and nutritional information.
- Streamlined Administration: Automate workflows for user management and system settings.
- Improved Accountability: Track user preferences, consumption patterns, and operational metrics.
- User Management: Manage customer accounts, preferences, and meal plans.
- Meal Planning: Estimate meal quantities based on anticipated attendance.
- Dashboard: Monitor key metrics like customer enrollment and consumption trends.
- Settings: Customize notifications, data management, and other app preferences.
- Plan Management: Add, delete, and update meal plan details.
To integrate Firebase Authentication and Firestore with your Mess Master Kotlin application using Android Studio's Firebase Assistant, follow these steps:
- Create Firebase Project:
- Go to the Firebase Console and create a new project.
-
Open Firebase Assistant:
- In Android Studio, navigate to
Tools
>Firebase
to open the Firebase Assistant panel.
- In Android Studio, navigate to
-
Add Firebase Authentication:
- In the Firebase Assistant panel, expand
Authentication
and click onEmail and password authentication
. - Click on
Connect to Firebase
to link your project with Firebase. - Follow the prompts to select your Firebase project and complete the setup.
- In the Firebase Assistant panel, expand
-
Add Cloud Firestore:
- In the Firebase Assistant panel, expand
Firestore
and click onSet up Firestore
. - Choose
Start in test mode
for simplicity (you can adjust security rules later). - Click
Next
and thenConnect Firestore to your app
to complete the setup.
- In the Firebase Assistant panel, expand
By following these steps, you can connect Firebase Authentication and Firestore to your Mess Master Kotlin application using Android Studio's Firebase Assistant.
To enable email functionality in the Mess Master application for sending OTPs or notifications, follow these steps to configure your Gmail credentials:
-
Open
ChangePassword.kt
:- Navigate to the file
app/src/main/java/com/example/messmaster/ChangePassword.kt
in your Kotlin codebase.
- Navigate to the file
-
Provide Gmail Credentials:
-
Locate the
sendOTPEmail
function withinChangePassword.kt
.private fun sendOTPEmail(receiverEmail: String, otp: String) { val senderEmail = "your_email@gmail.com" // Replace with your Gmail address val password = "your_app_password" // Replace with your Gmail app-specific password // Existing code for sending email... }
-
-
Replace Placeholder Values:
- Replace
"your_email@gmail.com"
with your Gmail account email address. - Replace
"your_app_password"
with your Gmail app-specific password.
- Replace
Click here to view the prototype of Mess Master.
- Download: Get Mess Master apk file from the github repository.
- Install: Follow on-screen instructions to install the app.
- Open: Launch Mess Master from your app drawer or home screen.
- Open the app and navigate to the login screen.
- Enter your registered email address and password in the respective input fields.
- Tap the "Login" button to access the app.
- New users can sign up by selecting the "Signup" option and providing their name, email, and a password of their choice.
- If you're a new user, select the "Signup" option from the login screen.
- Enter your name, email address, and a secure password in the provided input fields.
- Tap the "Signup" button to create a new account.
- Upon successful signup, you'll be navigated to the home screen.
- After logging in, you'll be directed to the home screen.
- The home dashboard provides insights such as total customers, active and inactive customers, and the number of students for breakfast, lunch, and dinner.
- Additionally, the dashboard displays a list of customers whose plans are expiring today.
- In the customer management section, you'll find a list of all customers.
- Clicking on the floating action button in the bottom right corner provides options for adding, removing, and editing customers.
- To add a new customer, click on "Add Customer" and enter the customer's name, mobile number, and select a plan.
- To edit a customer's details, enter the mobile number, and fetch the data. Then, update the name and plan as needed.
- To remove a customer, enter the mobile number, fetch the data, and click on the remove button to delete the customer from the database.
- The plan management section displays a list of all plans.
- Clicking on the floating action button provides options for adding, removing, and editing plans.
- When adding a new plan, enter the plan name, price, and select the validity period. Plan names should start with either BLD -, BL -, BD -, or LD -.
- To edit a plan, select the plan from the drop-down menu, update the price and validity as required.
- To remove a plan, select the plan, fetch the plan data, and click on the remove button to delete the plan.
- Access the settings menu by tapping on the settings icon or navigating to the settings screen.
- Toggle the notifications switch to enable or disable notifications as per your preference.
- Use the toggle button to switch between data saver mode for the app.
- If you wish to reset the app data, locate the "Reset App Data" option, and tap on it to initiate the reset process.
- To change your password, navigate to the change password screen within the settings menu.
- Tap the "Generate OTP" button to receive a one-time password (OTP) on your registered email address.
- Enter the OTP in the designated input field.
- Enter your new password and confirm the new password. Finally, tap the "Change Password" button.
Developing Mess Master provided valuable lessons in software development, project management, and technical skill enhancement. The project emphasized the importance of adaptability, collaboration, and continuous learning, preparing the team for future challenges with confidence and agility.