-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Communication
: Show profile picture
#111
Communication
: Show profile picture
#111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great feature, the results look really nice.
I didn't experience any issues in connection with these changes.
I found some minor things, which might be worth discussing, see below.
Overall good, approved from my side.
.../informatics/www1/artemis/native_app/feature/metis/conversation/ui/chatlist/MetisChatList.kt
Outdated
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePicture.kt
Show resolved
Hide resolved
...tum/informatics/www1/artemis/native_app/core/ui/remote_images/ProfilePictureImageProvider.kt
Outdated
Show resolved
Hide resolved
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/post/PostItem.kt
Outdated
Show resolved
Hide resolved
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/post/PostItem.kt
Show resolved
Hide resolved
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/post/PostItem.kt
Outdated
Show resolved
Hide resolved
...in/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/post/PostItem.kt
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePicture.kt
Outdated
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePicture.kt
Outdated
Show resolved
Hide resolved
...nformatics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePicture.kt
Outdated
Show resolved
Hide resolved
...matics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePictureData.kt
Show resolved
Hide resolved
...matics/www1/artemis/native_app/feature/metis/shared/ui/profile_picture/ProfilePictureData.kt
Show resolved
Hide resolved
…ion/show-profile-picture # Conflicts: # feature/metis/conversation/src/test/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/service/storage/impl/MetisStorageServiceImplTestUpgradeLocalAnswerPost.kt
…ion/show-profile-picture # Conflicts: # core/ui/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/core/ui/remote_images/CourseImageProvider.kt # feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/ConversationViewModel.kt # feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/ui/chatlist/MetisChatList.kt # feature/quiz/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/quiz/question/draganddrop/body/work_area/DragAndDropWorkArea.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good funtionality-wise :)
Problem
Currently profile pictures are not visible in the android app (see #63). This is the first of two planned PRs for this feature. This PR solely focusses on the minimal functionality by adding the profile pictures to the chat.
Changes
authorImageUrl
to post entitiesProfilePictureImageProvider
ProfilePicture
instead ofAuthorRoleIcon
AuthorRoleIcon
in front of the nameScreenshots
Followup
Add Profile pictures 2:
Adjust the message view to iOS: