✍️
Team FitBob
  • Introduction and Foreword
  • Motivation
  • Features
  • Tech Stack
  • Software Engineering Practices
    • Requirements
    • Software Design Patterns
      • Model View Controller (MVC)
      • Abstraction Occurrence Pattern
  • Deployments
    • Trying Our App
  • Activity diagram
  • Frontend
    • Login
    • User Registration
    • Client Screens
      • Client Dashboard
      • Client Profile
      • Eating History
      • Meals
    • Personal Trainer screens
      • Personal Trainer Profile
      • Personal Trainer Dashboard
        • Clients
        • Meal plans
        • Meals
    • Recipe screens
    • Search screen
    • Searching for Restaurants
    • Notes on BeautifulSoup and Flask
    • Request/Success/Failure Cycle
  • Backend
    • Notes on Django
    • API
    • Entity relationship diagram
  • Testing
    • User Testing
    • Backend
  • Project Limitations and Constraints
  • Closing Thoughts.
  • Project log
  • Poster
Powered by GitBook
On this page

Was this helpful?

  1. Frontend
  2. Personal Trainer screens

Personal Trainer Dashboard

This screen contains 3 tabs where the personal trainer can view his clients, meal plans, and meals that he has created.

PreviousPersonal Trainer ProfileNextClients

Last updated 3 years ago

Was this helpful?

As displayed in the gif below, the personal trainer can create meals and meal plans using the floating action button at the bottom right of the screen. We have also decided on a different theme as compared to the client's dashboard page as we feel it is more appropriate and professional.

Personal trainer Dashboard