FightPandemics / FightPandemics-android

Android app for the FightPandemics platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a Post as Organization

carl05 opened this issue · comments

NOTE: If the user is not logged in, and given that the user is on the feed page, when the user taps on the "+" icon, then the user should be redirected to the Sign Up page.

As a logged in user,
Given that I am on the create a post page,
When I click on the dropdown with my individual profile name (NOTE: By default the individual profile will always be selected),
Then a pop up appears named "Posting as" with option to switch between my individual profile and organizations along with an option to "add an organization account",
When I click on any organization/my individual profile, that particular profile will be selected and the profile name will appear (along with its avatar) on create a post page.
OR
When I click on "add an organization account" then I should be redirected to the create an organization account page.

Important: The pop up which appears with options to switch between individual profile and organization profile, will increase its height as new organizations will be added and reach its max height when there will be seven organizations. As the organizations increase and goes beyond seven then the organizations will be vertically scrollable, keeping the "add an organization account" option and the individual profile name static in the pop up.