Edit basic Manga information - #398
Conversation
Author, Artist, and Description are in PR already, or are you asking for other fields beyond those? |
Yeah, just saw it. I’m sleepy and I missed them before. I will delete the reply, my bad! |
|
Commit a745753 has a build error but I still pushed if anyone has an idea of why this is happening. I added a mihon/data/src/main/java/tachiyomi/data/manga/MangaRepositoryImpl.kt:19:66 Type mismatch: inferred type is
KFunction22<Long, Long, String, String?, String?, String?, List<String>?, String, Long, String?, Boolean, Long?, Long?, Boolean, Long, Long, Long, Long, UpdateStrategy, Long, Long, Long?, Manga>
but (Long, String?, String?, String?, String, Long, String, List<String>?, Long, String?, Boolean, Long?, Long?, Boolean, Long, Long, Long, Long, UpdateStrategy, Long, Long, Long?) -> TypeVariable(T) was expected |
|
Its not worth using coalesce since we would have to modify each and every database query. Take a look at how this fork does it(og field, edited field, and the standard field that takes the edited field when its not null). Also don't make it a new table, add the columns to the manga table. since there is only going to be 1 edit row per manga row. |
|
I believe they're using a table because that's what AntsyLich suggested in the server |
|
Its not worth using a table, it will just make it difficult in the long run. Columns are much easier to manage for info that needs to be attached directly to 1 object |
29d562d to
cfcc359
Compare
Co-authored-by: Mitchell Syer <Mitchellptbo@gmail.com>
c1e3cc3 to
925132d
Compare
|
Any update on this? |
|
You are the update @alexandru0-dev , congrats you are the latest comment 🎉 |
Lmao, but I was serious I can rebase this PR if nobody is willing to do it, but I don't know Kotlin, so if there are requested changes I may not be able to solve them as wanted or at all Are there any known blockers (excluding the rebase) ? |
Bruh how do you plan on that, without write access to the authors branch 🤣 |
Just creating a new PR from his patchset (?)
Ah for sure, I more than completely understand, as myself I'm the same shoes, and I don't want to pressure anyone |
|
It has indeed been a while since I contributed there 😄 I'll solve the merge conflicts and check if we can merge the PR |
iirc there were no known blockers, I just pulled all the changes and fixed the conflicts, seems to work well. I think at the time I was waiting for the final review, then I started a new position in a new country, the PR got forgotten, and there we are a year later 😄 |
|
I would like that the custom metadata are on a separate table altogether. |
|
* fix: cover ratio NaN for local source * unused * Update CHANGELOG.md
|
Blocked by #1195 |
* fix: cover ratio NaN for local source * unused * Update CHANGELOG.md
Closes #5