Intro
In Utopian similar and duplicated posts aren't allowed, so Moderators need to check if new Contributions are original or not, for that we only have the search tool, which is not working very well, and if you search for some words in a Category the results will be for all the projects and this is not ok. Also if we search for a specific project and then check the category we want, we need to check all the posts there but we can load all the results - Reported bug
Development
What I did here is just a Search tool for Utopian Posts with the feature to search some keywords by Category and Project manually or paste the Permlink and the tool check automatically the project, category and common keywords of the contribution to review
Screenshots
Manually Search
Automatically Search
Results
Results are links which open on the default browser.
The app use:
- TextBlob: to find common words in Contributions body
- The Utopian's Api
- Kivy Framework: for a simple UI
You can check the code here
Disclaimer: the current UI is ugly and might has bugs. The tool, in general, and the automatically checker are not optimized yet
To-Do List:
- Improve the UI
- Optimize the automatically checker
Posted on Utopian.io - Rewarding Open Source Contributors