Files
PixivFE/doc/dev/roadmap.md
T
2024-09-15 09:49:58 +07:00

3.8 KiB

Roadmap

Planned features.

Table

Upcoming features will be assigned with a release version. A release version will be published when all features assigned with that version have been implemented.

Want to recommend a feature? Create an issue here.

Developers note: Sort features by their release number. Only core developers should be allowed to assign release versions to features.

Features Release
AI/R15/R18/R18-G filtering 2.9 🔁
Pixivision (articles, tags, categories, RSS) 2.9 🔁
Full landing page (recommended users, trending tags, ...) 2.9 🔁
Manga series N/A
Novel series N/A
Complete novel content support (furigana, pages, ...) N/A
Pixiv Sketch N/A
Pixiv Idea (pixiv.net/idea) N/A
Pixiv Request (pixiv.net/request) N/A
User discovery N/A
Semi-popular artworks N/A
Localization (l10n) N/A
App API (mobile API) support N/A
Native Ugoira support N/A
Search page / Search suggestions N/A
Dynamic image gallery N/A
CSS reorganization / Theming N/A
Git version display N/A

To implement

/settings/

  • Merge login page with settings page
  • Persistence (http-only secure cookies)
  • User Settings

/novel/

  • Novel support
    Might need some ideas for the reader's UI.
    Allow options for font size and family?
    Black and white backgrounds?
    Theme support?

/series/

Independent features

To consider

  • Speculative Fetching Fetch images from pixiv and cache them while we send the response page to users. When they ask for those images, we already have those.

  • 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

  • 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

  • Ranking page
    A lot of options weren't implemented.

  • Revisit ranking calendar
    There should be a way to display R18 thumbnails now?