-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2023-09-29] [Image] Feature Request: Introduce an ability to view workspace picture with a single tap - reported by @chauchausoup #11197
Comments
Triggered auto assignment to @kadiealexander ( |
ProposalI think instead we should show an option to view the image like this To implement this we have to add a new item here App/src/components/AvatarWithImagePicker.js Lines 212 to 217 in 1b4721e
if (!this.props.isUsingDefaultAvatar) {
menuItems.unshift({
icon: Expensicons.Eye,
text: this.props.translate('avatarWithImagePicker.viewPhoto'),
onSelected: () => show(),
});
} If we wanna show this all the time even for default avatar then we can just add this without any condition and if we wanna keep this option at bottom then we just need to push it. We can reuse App/src/components/AvatarWithImagePicker.js Line 243 in 1b4721e
App/src/components/AvatarWithImagePicker.js Line 284 in 1b4721e
We have to wrap it so that we can pass so that we can pass App/src/components/AvatarWithImagePicker.js Line 277 in 1b4721e
like we pass here in the Pressable's onPress Lines 119 to 127 in 1b4721e
we can also make some changes in the In the end we just need to pass needed props to
|
Triggered auto assignment to @Gonals ( |
@Gonals Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Triggered auto assignment to @NicMendonca ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel ( |
Current assignee @Gonals is eligible for the External assigner, not assigning anyone new. |
Setting as external! There are a couple of questions from @Puneet-here, but it looks like a good proposal to me |
Busy with existing work items, also limited availability for next couple weeks So un-assigning this one. Can you reassign this to another C+ by reapplying the Also, Leave a note there is a proposal yet to be reviewed #11197 (comment). Thanks! |
PR is being held for the merge freeze, but we should wrap-up here in a few days melv! |
@trjExpensify, @rushatgabhane, @stitesExpensify, @Puneet-here Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@trjExpensify, @rushatgabhane, @stitesExpensify, @Puneet-here Eep! 4 days overdue now. Issues have feelings too... |
@Puneet-here there are conflicts to resolve, please jump on them and let's get this finished. Thanks! |
Updated! Sorry for the delay from my side, I am out right now. |
Based on my calculations, the pull request did not get merged within 3 working days of assignment. Please, check out my computations here:
On to the next one 🚀 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.72-11 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-09-29. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
Alright, seems like we're ready to make payments here! Old bounty levels of $1,000 apply on this issue because it was created prior to August 30th, but it's still a This PR took longer than 9 days, so a 50% reduction in the bounty applies per here. That makes the payouts by my calculation:
Everyone agree on that? Let me know, and I'll send @Puneet-here an offer in Upwork, and Rushat you can proceed to request. |
@trjExpensify while I was reporting the Feature Request , it was written in FR guideline that FR is viable for a bounty. |
📣 @chauchausoup! 📣
|
Oh hm, fair enough. That policy went into place in Nov 2022 here. This issue was created in Sept 22 originally, so yes, $250 is due for the report. Added that to my post above and sent you an offer. Waiting for confo from @rushatgabhane on the payments above to proceed! |
Thank you @trjExpensify . |
@chauchausoup paid! |
Accepted. |
Paid! |
$500 payment approved for @rushatgabhane based on BZ summary |
Okay great, closing now then! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Problem:
We cannot see a workspace avatar picture in tap and view manner. Once a user uploads a workspace avatar image then there is no way for them to view it by any means.
Solution:
As in profile picture, avatar can be viewed by tapping on it while being on chat. We should implement similar feature with workspace avatar image too. We can make view ability if a user taps in Avatar under general settings. Only if they taps in camera icon then the usual Upload / Remove option should be shown.
##Context:
https://expensify.slack.com/files/U040F2ZTA3G/F040ZBKE2CB/rpreplay_final1662273851.mp4
Platform:
Where is this issue occurring?
Version Number:
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
RPReplay_Final1662273851.MP4
Expensify/Expensify Issue URL:
Issue reported by: @chauchausoup
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1662273908091079
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: