microsoft / microsoft/BotFramework-WebChat
React Native: Transcript: implement activity status
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 1.6k
- Avg merge
- 22h 58m
- Merged PRs (30d)
- 2
Description
Depends on #3329.
Background
Today, the activity status may show "Send failed, retry".
The string is localized and is in Markdown format, i.e. Send failed, [#retry](retry).
When implementing the activity status, we need to make sure we have a minimal Markdown renderer that can handle hyperlinks in loc strings.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the dependency in #3329 and the React Native transcript activity-status work described here. Confirm that the localized Markdown string renders its retry hyperlink and that the activity status displays correctly; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100