stream-chat-swift icon indicating copy to clipboard operation
stream-chat-swift copied to clipboard

Expose the reason parameter in the flag endpoint

Open testableapple opened this issue 9 months ago โ€ข 1 comments

๐Ÿ”— Issue Links

Resolve https://github.com/GetStream/ios-issues-tracking/issues/801

๐ŸŽฏ Goal

Expose the reason parameter in the flag endpoint

๐Ÿงช Manual Testing Notes

N/A

โ˜‘๏ธ Contributor Checklist

  • [x] I have signed the Stream CLA (required)
  • [x] This change follows zero โš ๏ธ policy (required)
  • [x] This change should be manually QAed
  • [x] Changelog is updated with client-facing changes
  • [ ] New code is covered by unit tests
  • [ ] Comparison screenshots added for visual changes
  • [ ] Affected documentation updated (docusaurus, tutorial, CMS)

๐ŸŽ Meme

gif

testableapple avatar May 01 '24 14:05 testableapple

StreamChat XCMetrics

target metric benchmark branch performance status
MessageList Hitches total duration 10 ms 5.01 ms 49.9% ๐Ÿ”ผ ๐ŸŸข
Duration 2.6 s 2.56 s 1.54% ๐Ÿ”ผ ๐ŸŸข
Hitch time ratio 4 ms per s 1.96 ms per s 51.0% ๐Ÿ”ผ ๐ŸŸข
Frame rate 79 fps 77.88 fps 1.42% ๐Ÿ”ผ ๐ŸŸข
Number of hitches 1 0.6 40.0% ๐Ÿ”ผ ๐ŸŸข
ChannelList Hitches total duration 12.5 ms 1.67 ms 86.64% ๐Ÿ”ผ ๐ŸŸข
Duration 2.6 s 0.98 s 62.31% ๐Ÿ”ผ ๐ŸŸข
Hitch time ratio 5 ms per s 1.72 ms per s 65.6% ๐Ÿ”ผ ๐ŸŸข
Frame rate 76 fps 72.34 fps 4.82% ๐Ÿ”ผ ๐ŸŸข
Number of hitches 1.2 0.2 83.33% ๐Ÿ”ผ ๐ŸŸข

Stream-SDK-Bot avatar May 01 '24 15:05 Stream-SDK-Bot

@martinmitrevski,

  • whether the reason indeed appears in the moderation dashboard

Fair point. Let's add something to the DemoApp so we can test it.

testableapple avatar May 02 '24 08:05 testableapple

@martinmitrevski,

  • whether the reason indeed appears in the moderation dashboard

Fair point. Let's add something to the DemoApp so we can test it.

Wouldn't add UI just for this tbh. Just hardcode a string, and see if it indeed appears in the dashboard.

martinmitrevski avatar May 02 '24 08:05 martinmitrevski