Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow editing chapter history info #101

Open
Animeboynz opened this issue Jul 25, 2024 · 2 comments
Open

Allow editing chapter history info #101

Animeboynz opened this issue Jul 25, 2024 · 2 comments
Labels
Feature to Add New feature or request GUI / Visual Relating to GUI or Visual Elements JS / Technical Relating to JS or Technical Elements Low Priority Work on Last

Comments

@Animeboynz
Copy link
Owner

Animeboynz commented Jul 25, 2024

Read - Kinda Pointless

"history": [
    {
      "url": "/chapter/f03bfdcd-aeae-459d-9469-3ea9c6913ea0", //Should not be changed
      "lastRead": "1675498612159", //Editable
      "readDuration": "2042" //Editable
    }
],
@Animeboynz Animeboynz added Feature to Add New feature or request GUI / Visual Relating to GUI or Visual Elements JS / Technical Relating to JS or Technical Elements Low Priority Work on Last labels Jul 25, 2024
@BrutuZ
Copy link
Collaborator

BrutuZ commented Jul 25, 2024

URL can't really be changed as it's the index. The chapter list is repopulated on every refresh and the whole chapter will get dropped if that's not on the response.
Read date was one of my actual edits because of the tablet's faulty touch sensor opening a previously read chapter. I like to keep these accurate-ish in case untracked entries become available on Anilist.
Duration would be the pointless one IMO seeing how messed up and inconsistent those stas are.

@Animeboynz
Copy link
Owner Author

Animeboynz commented Jul 25, 2024

In my actual library like 90% of my read chapters dont have a readDuration because stats wasn't a thing when I read them, so my idea was to maybe have avarage my reading time per page or chapter and then populate them. Not that it matters at all.

EDIT: Updated initial message to reflect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature to Add New feature or request GUI / Visual Relating to GUI or Visual Elements JS / Technical Relating to JS or Technical Elements Low Priority Work on Last
Projects
None yet
Development

No branches or pull requests

2 participants