webapp
webapp copied to clipboard
🖥 Web application for hosting Android applications and educational content
Add unit test for extracting `Number` content from the CSV files that happens on application launch. By having unit tests for this, a developer will be notified sooner when introducing...
Add unit test for extracting `Word` content from the CSV files that happens on application launch. By having unit tests for this, a developer will be notified sooner when introducing...
Add unit test for extracting `LetterSound` content from the CSV files that happens on application launch. By having unit tests for this, a developer will be notified sooner when introducing...
**Describe the bug** On windows during start application can't load data because file path is invalid. **To Reproduce** Steps to reproduce the behavior: 1. Run application on Windows 2. Login...
Make it impossible to create/edit words that are digits. To prevent numbers from mistakenly being added as words (e.g. `"10"` instead of `10`), display an error message if he content...
Currently, it is not possible to add a word if another word with the same `text` value already exists in the database. Change this, to make it possible to add...
There is not enough space for the Connect Wallet when the browser's screen size is small. As a solution to this, display the "Connect Wallet" in the drawer (above the...
- [ ] Add `AssessmentEvent` (`@MappedSuperclass`) to https://github.com/elimu-ai/webapp/tree/main/src/main/java/ai/elimu/model/analytics - [ ] Add `WordAssessment` (`@Entity`) which extends from `AssessmentEvent` to https://github.com/elimu-ai/webapp/tree/main/src/main/java/ai/elimu/model/analytics Based on https://github.com/elimu-ai/model/blob/main/src/main/java/ai/elimu/model/v2/gson/analytics/WordAssessmentEventGson.java --- Relates to https://github.com/elimu-ai/analytics/issues/82
- [x] Storybooks - [x] Allophones - [x] Letters - [x] Words - [x] Numbers - [ ] Syllables - [x] Emojis - [ ] Images - [ ] Audios...
Bumps maven-scm-provider-gitexe from 1.11.3 to 1.13.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...