mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
84 lines
1.9 KiB
Markdown
84 lines
1.9 KiB
Markdown
# Roadmap
|
|
|
|
## To implement
|
|
|
|
/settings/
|
|
|
|
- [x] Merge login page with settings page
|
|
- [ ] Persistence
|
|
A JSON file to store values.
|
|
This way, values set by users won't be lost after restarts.
|
|
- [User Settings](user-customization.md)
|
|
|
|
/novel/
|
|
|
|
- [Novel support](novels.md)
|
|
Might need some ideas for the reader's UI.
|
|
Allow options for font size and family?
|
|
Black and white backgrounds?
|
|
Theme support?
|
|
|
|
/series/
|
|
- [ ] Manga series
|
|
Serialized web comics. Example: https://www.pixiv.net/user/13651304/series/171013
|
|
- [ ] Novel series
|
|
|
|
|
|
Independent features
|
|
|
|
- [x] Multiple tokens support
|
|
Now you can do PIXIVFE_TOKEN=TOKEN_A,TOKEN_B
|
|
|
|
- [ ] Pixivision
|
|
https://www.pixivision.net/en/
|
|
Pretty good to discover new artworks n stuff.
|
|
Implement by parsing the webpage.
|
|
|
|
- [ ] RSS support for Pixivision
|
|
|
|
- [ ] Search page
|
|
A page to do more extensive searching.
|
|
Might require JavaScript for search recommendation, if wanted.
|
|
|
|
|
|
|
|
|
|
- [ ] Full landing page
|
|
There are a lot of sections for the landing page. https://www.pixiv.net/ajax/top/illust
|
|
The artwork parsing part has already been implemented flawlessly.
|
|
We only have to write the frontend code for those sections.
|
|
|
|
- [ ] Various interesting pages from Pixiv.net
|
|
- https://www.pixiv.net/idea/
|
|
- https://www.pixiv.net/request
|
|
- https://www.pixiv.net/contest/ (no AJAX endpoints)
|
|
|
|
## To consider
|
|
|
|
- App API support
|
|
May be painful to implement.
|
|
Required to fully replace Pixiv, if user actions won't work universally.
|
|
https://codeberg.org/VnPower/PixivFE/issues/7
|
|
|
|
- Testing
|
|
Do we really need testing? What to test?
|
|
|
|
- User discovery
|
|
For discovery page.
|
|
Pretty useless if user actions (following) doesn't work.
|
|
|
|
- "Popular" artworks
|
|
Check the README of this:
|
|
https://github.com/kokseen1/Mashiro
|
|
|
|
- i18n
|
|
The last thing to work on, probably.
|
|
|
|
## Misc
|
|
|
|
- [x] Ranking page
|
|
A lot of options weren't implemented.
|
|
|
|
- [x] Revisit ranking calendar
|
|
There should be a way to display R18 thumbnails now?
|