LinguaLibre
Difference between revisions of "Hackathon"
Line 8: | Line 8: | ||
* Requirements : | * Requirements : | ||
** User can set the target data, per language or per speaker. | ** User can set the target data, per language or per speaker. | ||
− | *** App fetch the list. | + | *** App fetch the list : items in target and without review tags for the given dimension. |
** User can set which aspect to review. | ** User can set which aspect to review. | ||
*** App creates a suitable error tag and approved tag. | *** App creates a suitable error tag and approved tag. |
Revision as of 11:30, 14 December 2021
Ideas
This sections gathers stand-alone project ideas we estimate suitable for Hackathons. The project scope can be smaller (MVP) or larger depending on the participants.
Human review system (Tinder-like)
- Problem: LinguaLibre's near 1,000,000+ audios do have errors in. Review is required but we have no interface to do it conveniently.
- Helpers: Help:SPARQL and Help:APIs provides url queries which allows a programmer to return a list of items to review, per language, speaker or else.
- Requirements :
- User can set the target data, per language or per speaker.
- App fetch the list : items in target and without review tags for the given dimension.
- User can set which aspect to review.
- App creates a suitable error tag and approved tag.
- User can browse per item, like tinder : swipe left = not ok ; swipe right = ok.
- User can browse per list, inaccurate items can be "selected"
- User closes the review.
- App edits the selected items using the API.
- User can set the target data, per language or per speaker.
- Workload and objectives description :
- If 2~3 days, junior web dev : Build a Tinder-like single page application to review. Technologies: HTML, CSS, JS.
- If 5 days, intermediate devs, team work (2) : create a MediaWiki extension. Technologies: HTML, CSS, JS, PHP.