webapp icon indicating copy to clipboard operation
webapp copied to clipboard

๐Ÿ–ฅ Web application for hosting Android applications and educational content

Results 187 webapp issues
Sort by recently updated
recently updated
newest added

Fixes #1996 Increase the `@Size` and `@Column` annotation limits for the `text` field in `Letter.java` to 3 characters. * Update `@Size` annotation for the `text` field to 3 characters. *...

## Description In the class `WordLearningEventCsvExportController`, there's an inefficient implementation where `csvPrinter.flush()` is called inside a loop that processes word learning events. Calling flush inside the loop causes unnecessary I/O...

good first issue

## Description Add `wordId` to the `WordLearningEvent` entity. Also replace `wordLearningEvent.getWord().getId()` with `wordLearningEvent.getId()` in the `WordLearningEventCsvExportController`. ## Why? To facilitate data collection from 3rd-party apps that do not get their...

analytics

## Description Add `NumberLearningEvents` and `NumberAssessmentEvents` to `/analytics`. ## Why? We also want to include numbers in learning analytics. --- > elimu.ai's mission is to build innovative learning software that...

analytics

## Description Replace letter events with letter-sound events on `/analytics`. ## Why? We are using letter-sound correspondences when teaching letters. --- > elimu.ai's mission is to build innovative learning software...

good first issue
analytics

## Description Replace Android ID with Student ID in UI and CSV exports. - [x] Redact Android IDs - [ ] Generate Student ID during data collection (`*ImportScheduler.java`) - [...

analytics

## Description In a future release of the Analytics app, the `time` property will be renamed to `timestamp` for all learning events: https://github.com/elimu-ai/analytics/issues/161 ## Why? The REST API needs to...

analytics

## Description Write documentation for each type of content that can be added to the webapp. Add the information to https://github.com/elimu-ai/webapp/blob/main/LOCALIZE.md - [ ] Letters - [ ] Sounds -...

documentation

## Description In the Thai language (and Hindi?), a vowel can be located before (to the left of) a consonant, but be sounded out after the consonant. In this situation...

ux/ui

Adding the letter diacritic `โ—Œเธงโ—Œ` for Thai language fails: ![Image](https://github.com/user-attachments/assets/8b6c692f-f72f-48a5-9f67-1f96577bf76c) Improve the input validation so that this letter can be added as well. URL: http://tha.elimu.ai/content/letter/create More details here: https://en.wikipedia.org/wiki/Help:IPA/Thai

bug
good first issue