bayang
bayang
Added in [0.31.0](https://github.com/bayang/jelu/releases/tag/v0.31.0)
I initially added the export feature for people wanting to leave Jelu but you're right, it should be possible to reimport your books. The Jelu export is goodreads compliant and...
Hi, this is a deliberate behaviour, I chose to make the currently_reading state a transition only state. As soon as you mark a book finished or dropped, the latest currently_reading...
The actual definition of a ReadingEvent is here : https://github.com/bayang/jelu/blob/main/src/main/kotlin/io/github/bayang/jelu/dao/ReadingEventTable.kt Yes, a finished event and a dropped event have to be related to the initial currently reading event. When you...
Hi @jrhbcn I'm currently working on it. The start date will now remain visible and it will be possible to edit the start date end end date. I can't provide...
I'll probably make a release soon @jrhbcn During the upgrade, for all existing events the new startdate will be set to the existing creation date And for for ending events...
Should be fixed in [v0.33.0](https://github.com/bayang/jelu/releases/tag/v0.33.0)
I mentioned spring data as an example of what I would like to do. I actually also use 2 queries, I believe you about spring and I'm not surprised they...
No, I didn't manage to do it in one query. I'm still using two queries at the moment. But I'm not very proficient at sql so somebody else might have...
Glad that it works, * I'll have a look at the duplicate covers problem. * It should be possible to change the date, I'll have a look one day. *...