Indomet / WioPlay

1 stars 1 forks source link

Improving the profile picture functionality - [merged] #140

Closed Indomet closed 1 year ago

Indomet commented 1 year ago

In GitLab by @jacniy on May 20, 2023, 09:42

Merges savePicture -> main

Refactoring

the picture needs still be in its designated place when the user reopens the app. ## Goals The goal is to have the same profile picture when the user reopens the app [Related to: #60 ] [Closes issue #60 ] ## Acceptance criteria - [x] add the picture to its designated place - [x] have the picture stay after the user reopens the app
Indomet commented 1 year ago

In GitLab by @jacniy on May 20, 2023, 09:42

requested review from @zepei

Indomet commented 1 year ago

In GitLab by @zepei on May 20, 2023, 10:14

Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 149

Good use of File.separator here to make sure the syntax is applicable for all devices.

Indomet commented 1 year ago

In GitLab by @zepei on May 20, 2023, 10:16

Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 154

Adding comments to these two lines of code would be helpful for other developers to understand why this is needed.

Indomet commented 1 year ago

In GitLab by @zepei on May 20, 2023, 10:44

Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 170

Why is the profile picture functionality being handled in the MusicFragment class? Consider refactoring to Util or SettingsFragment for example as this as it violates the single responsibily principle.

Indomet commented 1 year ago

In GitLab by @mohamadk on May 21, 2023, 17:03

added 31 commits

Compare with previous version

Indomet commented 1 year ago

In GitLab by @zepei on May 21, 2023, 17:10

Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 136

Delete commented method

Indomet commented 1 year ago

In GitLab by @mohamadk on May 21, 2023, 17:11

Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 136

changed this line in version 3 of the diff

Indomet commented 1 year ago

In GitLab by @mohamadk on May 21, 2023, 17:11

added 1 commit

Compare with previous version

Indomet commented 1 year ago

In GitLab by @zepei on May 21, 2023, 17:13

approved this merge request

Indomet commented 1 year ago

In GitLab by @zepei on May 21, 2023, 17:13

marked the checklist item add the picture to its designated place as completed

Indomet commented 1 year ago

In GitLab by @zepei on May 21, 2023, 17:13

marked the checklist item have the picture stay after the user reopens the app as completed

Indomet commented 1 year ago

In GitLab by @zepei on May 21, 2023, 17:15

All acceptance criteria passed

Indomet commented 1 year ago

In GitLab by @zepei on May 21, 2023, 17:15

enabled an automatic merge when the pipeline for 61356660c41c76f36afcb8e7cf06529dbac193b9 succeeds

Indomet commented 1 year ago

In GitLab by @zepei on May 21, 2023, 17:16

mentioned in commit 7bbde4b2f0b7ba9fce4f9e9b91ff28b62adec794