Open k-lombard opened 2 years ago
As a user, I want to upload pictures to my profile so that other users can see who I am and create a better connection.
Scenario 1
Given a new user without a profile picture;
When the user wants to create their profile;
Then they are prompted to add an image of themself to their profile.
Scenario 2
Given a user with a profile picture;
When the user wants to change their profile picture;
Then they can go to the profile editing page and upload a new picture.
Scenario 3
When the user wants to remove their profile picture;
Then they can go to the profile editing page and remove their current picture from their profile and replace it with the default.
Future Work: Upload Documents (III)
As a user, I want to upload documents so that I can display them on my profile.
In Scope: Upload Images (II)
As a user, I want to upload pictures to my profile so that other users can see who I am and create a better connection.
Scenario 1
Given a new user without a profile picture;
When the user wants to create their profile;
Then they are prompted to add an image of themself to their profile.
Scenario 2
Given a user with a profile picture;
When the user wants to change their profile picture;
Then they can go to the profile editing page and upload a new picture.
Scenario 3
Given a user with a profile picture;
When the user wants to remove their profile picture;
Then they can go to the profile editing page and remove their current picture from their profile and replace it with the default.
(This will require GCP buckets to be integrated and setup (or S3 buckets)
Future Work: Upload Documents (III)
As a user, I want to upload documents so that I can display them on my profile.