Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (32 loc) · 1.19 KB

MEDLIFE_APP

Application allows one to track the day to day activities of the Student Organization


App Demo:

MEDLIFE_App.mp4

Currently implemented features include:

  • Login Page:
    • Executive Members can login
  • Events Tab:
    • Executives can see upcoming events hosted by the club
    • Designated executives can publish events in the app for others to see
  • Task Tab
    • Executives can see tasks assigned to them
    • They can mark tasks as completed and upload screenshots as proof of task completion
  • Executives Tab
    • Presidents can add or delete executives from the app
    • Presidents can assign or modify tasks assigned to other executive members
  • Settings tab
    • Executives can change their password and sign out

Running the App:

  • Clone the repository
  • Open project in xCode
  • Hit Run

Features to be implemented

  • Member Login
  • Enable in-app purchases to enable event ticket sales through tge app for members
  • Enable task approval by presidents once an executive uploads task completion proof
  • Fix some navigation bugs