FightPandemics / FightPandemics-iOS-SwiftUI

Fight Pandemics iOS App: A place to offer and request help. Pandemics will happen. We help communities prepare and respond.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile UI - View Profile

doheekim93 opened this issue · comments

Zeplin link: https://zpl.io/VQwZZM9

Profile page is accessed by the Profile tab (right most option) in the nav bar.

As a user
Given that the user is on Profile screen (from clicking on the Profile tab in nav bar)
When the user clicks on the down arrow next to the text Profile on the top of the screen
Then the Select drawer appears from the bottom

Select drawer allows the user to choose which profile they want to view: either individual profile, or any of their existing organisation profiles. The default profile page is the individual profile.

Given that the user has the Select drawer open
When they select a different profile (e.g. an organisation profile)
Then the profile page switches to show the organisation profile

  • Will add more details later!