webapp
webapp copied to clipboard
🖥 Web application for hosting Android applications and educational content
At `/content/multimedia/image/edit/`, add a list of storybooks in the sidebar that contain the image in any of its chapters. This will make it easier for content creators to understand if...
Example: http://swa.elimu.ai/content/storybook/edit/67#ch-id-181 --- Relates to #1142
There is duplicated code in - controllers - schedulers - helpers For example: in ai.elimu.web.content.multimedia.video.VideoEditController#handleRemoveContentLabelRequest there are 3 pieces of identical code that can be extracted in a separate method....
When running unit tests for controllers, the validation constraints are not triggering. For example, a validation error is expected when trying to store a word in the database that contains...
This version of the hibernate-validator will result in validation to _stop working_, so we need to handle this before bumping the version. - [ ] Find a way to upgrade...
**Describe the bug** It does not work to sign on at https://eng.test.elimu.ai/sign-on/web3 when using the browser in MetaMask's Android app. Note that it works fine when using a MetaMask browser...
Add unit test for extracting `StoryBookGson` 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 `Emoji` content from the CSV files that happens on application launch. By having unit tests for this, a developer will be notified sooner when introducing...