webapp
webapp copied to clipboard
🖥 Web application for hosting Android applications and educational content
See https://github.com/elimu-ai/wiki/projects/1 - [x] Allophones - [x] Letters - [ ] Storybooks (100) - [ ] Words (2,000) - [ ] Numbers (1,000) - [ ] Syllables - [ ]...
Remove drop-down from UI. --- Depends on #1075
When upgrading to 7.0.0.Final, the @NotEmpty and @NotNull annotations stop working. Find a solution.
Replace two consecutive `‘` characters with double quotes. See http://hin.elimu.ai/content/storybook/edit/66#ch-id-901
Make it impossible to store StoryBooks in the database without providing its `readingLevel`. How to handle this during automatic import from ePUB files? --- - Relates to #1534 - Relates...
Make it possible to transcribe audio files using a _SubRip subtitle_ (`.srt`) format.
Download ePUB files from https://storyweaver.org.in/stories?language=isiXhosa&query=&sort=Ratings Then import them at http://xho.elimu.ai
Download PDFs from https://bookdash.org/books?s=&languages%5B%5D=xh Then add them at http://xho.elimu.ai
Delete log files older than 30 days. See https://stackoverflow.com/a/34972577 ```bash ls ~/.elimu-ai/lang-HIN/logs/ webapp.log webapp.log.2024-07-12 webapp.log.2024-07-16 webapp.log.2024-07-20 webapp.log.2024-07-25 webapp.log.2024-07-09 webapp.log.2024-07-13 webapp.log.2024-07-17 webapp.log.2024-07-21 webapp.log.2024-07-26 webapp.log.2024-07-10 webapp.log.2024-07-14 webapp.log.2024-07-18 webapp.log.2024-07-22 webapp.log.2024-07-27 webapp.log.2024-07-11 webapp.log.2024-07-15 webapp.log.2024-07-19...
Depends on #1134