Nya Ξlimu

Results 56 comments of Nya Ξlimu

> Hey wanted to know more about this issue, like where does this screen come and can you give more info about it @codingmickey Hi, Kartik 🙂 The issue has...

> Ok thank you now it's easy to understand, so can I use any shades of orange and blue? or any specific shades? @codingmickey Yes, feel free to pick any...

@codingmickey Yes, it is being continued, and your help is highly appreciated 🙂 We're focusing on making it work with Hindi and Tagalog languages. You are welcome to join the...

@watr-sheep Would you be interested in having a look at this issue? 🙂 It relates to #420, which you implemented earlier.

@jacobmass A quick way to test this functionality on `localhost` would be to go to http://localhost:8080/webapp/content/storybook/list and press the "Upload ePUB file" FAB. You can find some sample ePUB files...

> @nya-elimuai I upgraded the version locally but don't see any test errors. Is there a test that should fail to demonstrate the issue with upgrading? @macdude357 Apologies for lack...

As a related topic, also note that Hibernate validation is currently not working in our `MockMvc` unit tests: https://github.com/elimu-ai/webapp/blob/main/src/test/java/ai/elimu/web/content/word/WordCreateControllerTest.java#L53 ```java @Test public void testHandleSubmit_emptyText() throws Exception { RequestBuilder requestBuilder =...

> I think first we must add image import to DbContentImportHelper. @tomaszsmy Another option would be to go http://localhost:8080/webapp/content/multimedia/image/list and press the + button (to manually upload an image file).

> I have question about Store contribution event, we can't delete image without delete all contribution event. Should I delete all ImageContributionEvent and then delete image? @tomaszsmy Good observation 🙂...