nilfoer/mangadb

Be able to set permanent sort.

Closed this issue · 8 comments

I want to Sort as Ascending with English titles but I want them to be permanent. Also showing number of how much manga you read and you are reading currently would be nice.

The webGUI now remembers your sorting preferences until the session cookie runs out. That's not permanent, but the session cookie stays valid for 10 days then you have to log-in again anyway.

I couldn't really think of a good place to display the reading information, instead I made it so you can search for books that you've read, are currently reading or are still unread. Let me know if that works for you.

When I did click to any manga my preferences were gone, I am using standalone windows version with instance folder that comes default.

Searching reading status is really good, it works thanks.

Now, there are no bug like that but can we left it as open I would like to let you know if that happens again.

I have figured it out, If you do Ascending with English id therefore click any manga and search something search bar while manga's detail page, it becomes same as default settings.

About count of status you could add them left of where my cursor is but just the count of searched status. If you would think that Reading=50 would seem bad you could just write 50 with small fonts.
image

It only saves your sorting preferences when you perform a new search or refresh the current one (using the 'Refresh search' button).

I experimented with adding the count of read books etc. or just the number of matched books for the current search query, but I didn't like how it looked. I'd rather keep the current solution of searching for the read_status. (From the programming side, displaying a total number of matched items for a given query is also very inefficient, since the DB has to iterate over all the resulting rows.)

Showing number of matched books:
grafik

Showing reading status:
grafik

If you say so, it is okay. Thanks for your hardworking.

Oh okay then. Thanks for everything!