12products / 12products/poke-backend
Don't require exact string for response
Open
Beginner friendly
good first issue
help wanted
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Right now a user must react with their emoji and their emoji only.
eg.
We send: ` respond with 🦄`
They **have** to send `🦄`
Instead, we should let them send **any** text that contains `🦄`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for the code that processes user responses to reminders, likely in a service file handling message parsing. The change is to check if the response string contains the required emoji rather than requiring an exact match. Test by sending a reminder and verifying a response containing the emoji is accepted.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100