io-app
io-app copied to clipboard
[IOCOM-1370, IOCOM-1371] Selectable service name in message details (both standard and SEND), new DS
Short description
This PR makes the service name selectable on the message details' screen, with the new DS on both standard and SEND messages (selection leads to service details' screen).
Standard message | SEND message |
---|---|
List of changes proposed in this pull request
-
OrganizationHeader
implements theonPress
event on the service name, leading to the service details' screen -
MessageDetailsHeader
adds theserviceId
parameter toOrganizationHeader
component
How to test
Using the io-dev-api-server, check that both standard and SEND messages have a selectable service name that leads to the service details' screen
Warnings | |
---|---|
:warning: | Please include a Jira ticket at the beginning of the PR title |
Example of PR titles that include Jira tickets:
- single story:
[PROJID-123] my PR title
- multiple stories:
[PROJID-1,PROJID-2,PROJID-3] my PR title
Generated by :no_entry_sign: dangerJS against 5d15842b2a6a4c9ec437409ce24a3dd48b2c8720
Codecov Report
Attention: Patch coverage is 80.00000%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 49.54%. Comparing base (
4f204b4
) to head (5d15842
). Report is 82 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #5757 +/- ##
==========================================
+ Coverage 48.42% 49.54% +1.12%
==========================================
Files 1488 1604 +116
Lines 31617 31879 +262
Branches 7669 7656 -13
==========================================
+ Hits 15311 15795 +484
+ Misses 16238 16030 -208
+ Partials 68 54 -14
Files | Coverage Δ | |
---|---|---|
.../components/MessageDetail/MessageDetailsHeader.tsx | 100.00% <ø> (ø) |
|
...es/components/MessageDetail/OrganizationHeader.tsx | 88.88% <80.00%> (-11.12%) |
:arrow_down: |
... and 436 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 55fa198...5d15842. Read the comment docs.