Jo G. ๐
Jo G. ๐
## Description The book at https://www.letsreadasia.org/book/19fbaaa8-8263-4763-8ca1-58655dca0862?bookLang=5018465005993984 has 16 pages (pictures only, no text). But when importing the ePUB file at http://tha.elimu.ai/content/storybook/create-from-epub, none of the chapters are included. http://tha.elimu.ai/content/storybook/edit/123 Run the...
## Description * https://hibernate.org/orm/releases/ * https://docs.jboss.org/hibernate/orm/6.2/migration-guide/migration-guide.html#ddl-uuid-mariadv ## Why? To solve issues related to Hibernate: * https://github.com/elimu-ai/webapp/issues/1607 * https://github.com/elimu-ai/webapp/issues/1702 * https://github.com/elimu-ai/webapp/issues/2198 * https://github.com/elimu-ai/webapp/issues/2322 --- > elimu.ai's mission is to build innovative...
## Description ``` mvn jetty:run ``` ``` 15:05:29.071 [main] WARN org.hibernate.dialect.Dialect - HHH000511: The 2.7.4 version for [org.hibernate.dialect.MariaDBDialect] is no longer supported, hence certain features may not work properly. The...
## Description https://github.com/elimu-ai/webapp/tags ## Why? To follow standard versioning format. --- * Relates to #1792 --- > elimu.ai's mission is to build innovative learning software that empowers out-of-school children to...
## Description  ## Why? Handle the word during ePUB import to save time editing. --- > elimu.ai's mission is to build innovative learning software that empowers out-of-school children to...
_๐ ๏ธ Refactor suggestion_ **Add validation constraint for mastery score range.** The JavaDoc specifies a range [0.0, 1.0] but there's no validation to enforce this constraint. ```diff +import jakarta.validation.constraints.DecimalMax; +import jakarta.validation.constraints.DecimalMin;...
## Description Implement Application metadata that will allow the Appstore to know which APKs need to be installed _before_ others, according to the library dependency hierarchy: https://github.com/elimu-ai/wiki/blob/main/SOFTWARE_ARCHITECTURE.md#library-dependencies ## Why? To...
## Description Make it easy to navigate between the different categories of the webapp: - [ ] Analytics - [ ] Applications - [ ] Content - [ ] Contributor...
## Description https://f-droid.org/en/docs/Submitting_to_F-Droid_Quick_Start_Guide/ ## Why? Ensure all requirements are met before submitting the app to F-Droid. --- > elimu.ai's mission is to build innovative learning software that empowers out-of-school children...