dice-group / dice-group/hawk-ui
Implement feedback --> see description here
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Send a JSON object with information enough to recreate the request:
-- input string
-- feedback on what (type?)
-- message ({Object}) e.g. {"Which": "NN"}
-- correct/wrong e.g. {"isCorrect": "true"}
{
"input": "Which recipients of the Victoria Cross died in the Battle of Arnhem?",
"feedbackType": "Recognized Named Entities",
"message": {
"Victoria Cross": "http://dbpedia.org/resource/Victoria_Cross"
},
"isCorrect": "true"
}
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no file, test, or entry point. Start by locating the feedback request handling in the JavaScript project, then use the JSON example to verify support for input, feedbackType, message, and isCorrect fields; done means a request with this shape is accepted and processed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100