You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a registered user,
I want to upload banner and logo images for my company/startup's profile,
so that it is more recognizable using logo,
and the profile representation is more attractive.
Acceptance Criteria
Upload the image
Given I am editing the profile
When I review "Загальна інформація" tab
Then there are "Зображення для банера" and "Логотип"
And there is a button to upload the image next to each of them.
When I press on the Upload button
Then the File Explorer/Finder window is opened
And the user can select only files with the following criteria:
When the user selects the file and it is valid
Then the system should save it without cropping
And the image should be displayed in the small size with the ratio taken from other places:
for banner: 2 small pictures: one with "New members" card ratio, another with "View profile" page ratio
for logo: 1 small picture with round shape
the appropriate text is shown
Delete the file
When the file is already uploaded
Then the user should be able to delete the uploaded image.
When the file is deleted,
Then the new file can be uploaded
And the appropriate text is shown
As a registered user,
I want to upload banner and logo images for my company/startup's profile,
so that it is more recognizable using logo,
and the profile representation is more attractive.
Acceptance Criteria
Given I am editing the profile
When I review "Загальна інформація" tab
Then there are "Зображення для банера" and "Логотип"
And there is a button to upload the image next to each of them.
When I press on the Upload button
Then the File Explorer/Finder window is opened
And the user can select only files with the following criteria:
Design - when images are not uploaded
When the user selects the file and it is valid
Then the system should save it without cropping
And the image should be displayed in the small size with the ratio taken from other places:
When the file is already uploaded
Then the user should be able to delete the uploaded image.
When the file is deleted,
Then the new file can be uploaded
And the appropriate text is shown
linked epic: #6
Technical note
apply CSS property
object-fit: cover;
The text was updated successfully, but these errors were encountered: