Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.8 KB

ROADMAP.md

File metadata and controls

25 lines (23 loc) · 1.8 KB

ROADMAP

More like small trail guide than an actual roadmap. This document is used to hold stuff that I want to check out for the next version. I have ideas for Patchfox during my daily life, and if I don't write it down, I forget them and they're never implemented or fixed.

  • Books
    • Bug: images might be an Object instead of an Array. The details view already take that into account but the list view doesn't.
    • Feature: add support for comments to books and reviews.
    • Feature: check if importer from goodreads and the storygraph is possible.
  • Calendar
    • Bug: missing gatherings on future events feature. I guess it is a bug with the validator.
  • Chess
    • Investigate if it is possible to use ssb-chess or even that mithril based client, without using ssb-chess-db.
  • Inbox
    • Create new inbox app to deal with private messages.
  • Documentation
    • Document keyboard shortcuts.
    • Add small user guide.
  • Settings
    • Refactor the filtering by message type. Remove the reliance on core message types and instead reuse the info from the package system to extrapolate messages. This is a major refactors, it affects both ssb.js and the settings package.
  • General
    • History management has a quirk where going to a package sometimes enter the data twice into history, or going back doesn't actually go back but reloads the same package. This has been a tricky bug since the start of Patchfox. Symptom is requiring you to click back multiple times before you're actually on the previous package/view combo. Might need a major refactoring.
    • Add support for the new ssb-uri from Staltz.
  • Licenses report
    • Decide between "license-checker" and "license-report".
    • Use one of them to generate a license report for all direct dependencies, and add them to the documentation.