hledger/ROADMAP.org

72 lines
2.0 KiB
Org Mode
Raw Normal View History

2021-09-19 19:23:12 +03:00
* hledger ROADMAP
2019-10-08 04:25:01 +03:00
2021-09-19 20:36:27 +03:00
ROADMAP.org: ideas about where the hledger project should be going next.
2021-09-19 21:13:33 +03:00
Being listed here suggests a bit of commitment, perhaps even a schedule.
2019-10-08 04:25:01 +03:00
2021-09-19 19:23:12 +03:00
** Targets
*** Next Targets
*** Past Targets
**** hledger 1.19, 2020-09-01
account transactions register, stricter/more correct handling of
unbalanced multicommodity transactions (#1177), Track & show deposited
lots (#1022), Report unrealized capital gains/losses (#1029)
**** hledger 1.18, 2020-06-01
more effective CI setup, updated home page, quickstart, tutorials
etc., negative matching in CSV rules,
**** hledger 1.17, 2020-03-01
field matching in CSV rules, reduce install hassles with terminfo C
lib (?), more import/export options, simple console charts, refreshed
home page, faq, tutorials, manuals,
**** hledger 1.16, 2019-12-01
ghc 8.8 support, more powerful CSV conversion, updated home page, faq,
manuals, reduce install hassles with terminfo C lib
** 2020 Priorities
*** Documentation
2020-06-23 18:18:01 +03:00
Improve the docs.
2019-10-08 04:25:01 +03:00
2021-09-19 19:23:12 +03:00
- home & faq
- manuals (more discoverable structure of web manuals)
2019-10-08 04:25:01 +03:00
- cookbook docs (survey, plan, update)
2020-06-23 18:18:01 +03:00
- contrib guide (update, build from readmes)
2019-10-08 04:25:01 +03:00
2021-09-19 19:23:12 +03:00
*** Effectiveness
Improve getting-started experience, just-works quality, practicality,
real-world usefulness.
2019-10-08 04:25:01 +03:00
2021-09-19 19:23:12 +03:00
- ghc 8.8, get back in stackage nightly
2019-10-08 04:25:01 +03:00
- install issues (C libs..)
2021-09-19 19:23:12 +03:00
- more powerful CSV conversion
2019-10-08 04:25:01 +03:00
- fill out holes in feature matrix
2021-09-19 19:23:12 +03:00
*** Investment
2020-06-23 18:18:01 +03:00
Improve suitability for investment tracking
2021-09-19 19:23:12 +03:00
([[https://github.com/simonmichael/hledger/issues/1015][#1015]])
2019-10-08 04:25:01 +03:00
2021-09-19 19:23:12 +03:00
- market price inference from transactions
2020-06-23 18:12:39 +03:00
- easy market price fetching
- lot tracking
- capital gains reporting
2019-10-08 04:25:01 +03:00
2021-09-19 19:23:12 +03:00
*** Charts
2020-06-23 18:18:01 +03:00
Add charts and more visual appeal.
2020-06-23 17:30:56 +03:00
2020-06-23 18:18:01 +03:00
- console charts, basic bar charts
- clarify architecture/UI for charts
- graphical charts using Chart/matplotlib/hvega
2021-09-19 19:23:12 +03:00
- review/design/add more attractive/colourful output (see eg
taskwarrior)
2020-06-23 21:58:43 +03:00
2021-09-19 19:23:12 +03:00
*** Correctness
2020-06-23 21:58:43 +03:00
More support for enforcing correctness & accounting rules.
- account names
- commodity symbols
- payees
- notes/descriptions ?
- account lifetimes ?
- account balance conditions ?
- transaction templates ?