@extends('master') @section('header') @endsection @section('content')

🧠 Core Features

@php $dashboardFeatures = [ [ 'title' => 'Conversational AI', 'points' => [ 'Accepts user queries via voice or text', 'Returns instant AI-generated responses tailored to regional agriculture', 'Continuously improves with adaptive learning models on AWS', ], ], [ 'title' => '🧱 Technology Stack', 'points' => [ 'Frontend: Flutter (Dart)', 'Backend: .NET Core/.NET 6', 'Database: Microsoft SQL Server', 'Notification: Firebase Cloud Messaging (FCM)', 'Authentication: Token-based login (JWT/OAuth2)', ], ], [ 'title' => 'πŸ” Authentication & Role Management', 'points' => [ 'Dean Dashboard', 'HR Dashboard', 'Employee Home', ], ], [ 'title' => 'πŸ‘€ User Roles - Dean', 'points' => [ 'Master authority in the app', 'Assign tasks, review submissions, rate work', 'Reassign tasks', 'View all employees\' attendance and stats', 'Send broadcast messages', ], ], [ 'title' => 'πŸ‘€ User Roles - HR', 'points' => [ 'Assign tasks to employees', 'View progress and status', 'Send broadcast notifications', 'Escalate or report issues to Dean', ], ], [ 'title' => 'πŸ‘€ User Roles - Employee', 'points' => [ 'Receives tasks via push notifications', 'Changes task status (In Progress, To Review)', 'Submits documentation for review', 'Gets rated and sees completed tasks', 'Marks daily attendance', 'Sends daily work stats', 'Can message Dean/HR for support', ], ], [ 'title' => 'πŸ“‹ Task Management Workflow', 'points' => [ 'HR/Dean assigns task β†’ Employee gets notification', 'Employee updates status (In Progress / To Review)', 'Dean reviews task β†’ rates performance', 'Task moves to Completed list', 'Task Reassignment requires both parties’ consent', ], ], [ 'title' => '⏱ Types of Tasks', 'points' => [ 'Daily', 'Weekly', 'Monthly', ], ], [ 'title' => 'πŸ”” Notifications', 'points' => [ 'Task assignment', 'Task review request', 'Broadcast messages', 'Task reassignment', ], ], [ 'title' => 'πŸ—ƒ Task Statuses', 'points' => [ 'In Progress: Employee is currently working on the task', 'To Review: Task submitted for review with documentation', 'Completed: Task reviewed and rated, archived in history', ], ], [ 'title' => 'πŸ… Rating System', 'points' => [ 'Rating is done by Dean based on:', 'β€’ Timeliness', 'β€’ Quality of documentation', 'β€’ Task adherence', 'Helps in performance analysis and feedback', ], ], [ 'title' => 'πŸ“ Daily Updates & Attendance', 'points' => [ 'Employees mark attendance each day in the app', 'Submit daily stats or summaries', 'Attendance and stats visible to Dean/HR in reports', ], ], [ 'title' => 'πŸ“£ Broadcast Messages', 'points' => [ 'Dean or HR can send:', 'β€’ Text announcements', 'β€’ Updates with images', 'Appear as push notifications and in broadcast section', ], ], [ 'title' => 'πŸ’¬ Direct Communication', 'points' => [ 'Employees can message Dean/HR', 'Used for emergencies, task clarifications, or leave requests', 'In-app messaging ensures secure and direct communication', ], ], [ 'title' => 'πŸ“ˆ Optional Future Enhancements', 'points' => [ 'In-app calendar for scheduled tasks', 'Performance analytics dashboard', 'Leave request & approval system', 'Export task reports in PDF', 'Role-based app themes (visual indicators for roles)', ], ], ]; @endphp
@foreach($dashboardFeatures as $feature)
{{ $feature['title'] }}
    @foreach($feature['points'] as $point)
  • {{ $point }}
  • @endforeach
@endforeach

Frequently Asked Questions




Yes, the app offers condition-specific diet plans, including for diabetes, thyroid, PCOS, and heart health.

Absolutely. Our food database includes regional Indian dishes with detailed nutritional data.

Yes. You can manually add meals, recipes, ingredients, and adjust portion sizes.

The basic version is free. Premium features like dietitian connect and advanced analytics are available via subscription.

Yes, basic tracking and logging work offline. Syncs automatically once reconnected.

How the Diet Planner App Works

Your Smart Companion to Healthy Living

Our Diet Planner App follows a structured, intelligent process to provide users with personalized nutrition guidance and continuous support.

Step 1: Profile Setup
  • Age, gender, height, weight
  • Health goals (weight loss, muscle gain)
  • Lifestyle and daily routine
  • Dietary preferences (vegan, keto, etc.)
  • Medical conditions or allergies
Step 2: Personalized Plan Generation
  • Daily calorie requirement
  • Macro split (carbs, protein, fats)
  • Custom meal plans
  • Weekly diet schedule & portion sizes
Step 3: Meal Logging & Tracking
  • Search food database
  • Scan barcodes
  • Log meals or choose from plans
  • Real-time nutritional tracking
Step 4: Activity & Health Integration
  • Sync with Fitbit, Apple Health, Google Fit
  • Log activities like gym, yoga, walking
  • Record weight, BP, sugar, hydration
Step 5: Real-Time Recommendations
  • Alternate meal suggestions
  • Meal/hydration reminders
  • Nutritional gap highlights
Step 6: Progress Tracking & Reports
  • β€’ Visual graphs (weight, macros)
  • Weekly/monthly summaries
  • Achievement badges & expert tips
@include('components.servicecommon') @endsection