-
Notifications
You must be signed in to change notification settings - Fork 3k
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 2024-02-26] HIGH: Show "Workspace description" everywhere (2/2, external) #32955
Comments
ProposalPlease re-state the problem we are trying to solve?Change 'workspace welcome message' to 'workspace description` and implement design What is the root cause of the problem?N/A (New feature) What changes should be made to fix this?
<MenuItemWithTopDescription
shouldShowRightIcon={isPolicyAdmin}
description={translate('common.description')}
title={policy.description}
shouldRenderAsHTML
onPress={() => Navigation.navigate(ROUTES.WORKSPACE_DESCRIPTION.getRoute(policyID))}
/>
{policy.description ? <RenderHTML html={policy.description} /> : ( |
Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Huh... This is 4 days overdue. Who can take care of this? |
Still overdue 6 days?! Let's take care of this! |
10 days overdue. I'm getting more depressed than Marvin. |
12 days overdue. Walking. Toward. The. Light... |
This issue has not been updated in over 14 days. eroding to Weekly issue. |
Job added to Upwork: https://www.upwork.com/jobs/~01172a1898d99f6e20 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @jjcoffee ( |
@esh-g I believe you said you expect to have a PR for this one ready today, is that right? |
Made the PR here: #36058 |
Just double checking, are we all aligned that we shouldn't be removing the "add message" page from the invite flow, per this comment? cc @quinthar @puneetlath |
Yes, sounds good. We can always decide to do that after. It doesn't need to be a blocking decision for this PR for sure. |
PR was merged. Putting this from @jjcoffee here, so we don't forget:
|
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.42-5 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 2024-02-26. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
This comment was marked as resolved.
This comment was marked as resolved.
Regression Test Proposal
Do we agree 👍 or 👎 |
@puneetlath Friendly bump for payment on this 🙇 |
Updated regression test issue here: https://github.com/Expensify/Expensify/issues/374200 |
Sorry for the delay. All paid. Thanks y'all! |
Note: This is held on #32954 to fix a confusing name before we build on it further, as well as on #32615 to provide the foundation for room descriptions and description editing
Problem:
We have a "workspace welcome message" that is confusingly named (and will be renamed to "workspace description") and used unpredictably:
It's a strangely important and yet hidden feature.
Solution:
Let's show this important information in more places:
This description will live in the
description
field on the policy in Onyx and be updated via theUpdateWorkspaceDescription
API commandWe should support the
POLICYCHANGELOG_UPDATE_DESCRIPTION
reportAction for displaying the changelog for the description in the #admins roomLet's remove the "add message" page from the invite flow altogether.
With the workspace description:
In this image:
This should reuse the the new room description feature code, so it'll appear both in the room description, as well as in the header:
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: