2020-03-22 04:38:02 +03:00
# hledger ROADMAP
2019-10-08 04:25:01 +03:00
2020-03-22 04:12:13 +03:00
Current ideas about where the hledger project should be going next.
2019-10-08 04:25:01 +03:00
2020-03-22 04:12:13 +03:00
## 2020 Priorities
2019-10-08 04:25:01 +03:00
< table >
< tr valign = "top" >
< td >
### Documentation
Improving the docs.
< br >
< br >
2020-03-22 04:12:13 +03:00
- < s > home</ s > & faq
- < s > manuals (more discoverable structure of web manuals)</ s >
2019-10-08 04:25:01 +03:00
- contrib guide (include readmes, update)
- cookbook docs (survey, plan, update)
< / td >
< td >
### "Effectiveness"
Improving approachability, just-works quality, practicality, real-world usefulness.
2020-03-22 04:12:13 +03:00
- < s > ghc 8.8, get back in stackage nightly</ s >
2019-10-08 04:25:01 +03:00
- install issues (C libs..)
2020-03-22 04:12:13 +03:00
- < s > more powerful CSV conversion</ s >
2019-10-08 04:25:01 +03:00
- fill out holes in feature matrix
< / td >
< / tr >
< tr valign = "top" >
< td >
### Charts
Adding charts and more visual appeal.
< br >
< br >
- console charts, basic bar charts
- clarify architecture/UI for charts
- graphical charts using Chart and/or Vega
- review/design/add more attractive default output (see taskwarrior)
< / td >
< td >
### Investment
Improving suitability for investment tracking.
[#1015 ](https://github.com/simonmichael/hledger/issues/1015 )
2020-06-23 18:12:39 +03:00
- < s > market price inference from transactions</ s >
- easy market price fetching
- lot tracking
- capital gains reporting
2019-10-08 04:25:01 +03:00
< / td >
< / tr >
< / table >
----
2020-06-23 17:30:56 +03:00
## 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)
2020-03-22 04:12:13 +03:00
2019-10-08 04:25:01 +03:00
2020-03-22 04:12:13 +03:00
### Past Targets
2019-10-08 04:25:01 +03:00
2020-06-23 17:30:56 +03:00
- < s > hledger 1.18</ s > , 2020-06-01\
< s > more effective CI setup< / s > ,
< s > updated home page, quickstart, tutorials etc.< / s > ,
negative matching in CSV rules,
2020-03-22 04:12:13 +03:00
- < s > hledger 1.17, 2020-03-01</ s > \
< s > field matching in CSV rules< / s > ,
reduce install hassles with terminfo C lib (?),
more import/export options,
simple console charts,
refreshed home page, faq, tutorials, manuals,
2019-10-08 04:25:01 +03:00
2020-03-22 04:12:13 +03:00
- < s > hledger 1.16, 2019-12-01</ s > \
< s > ghc 8.8 support< / s > ,
< s > more powerful CSV conversion< / s > ,
updated home page, faq, manuals,
reduce install hassles with terminfo C lib
2019-10-23 20:35:15 +03:00
----
2020-06-23 17:30:56 +03:00
## Achievements
2019-10-23 20:35:15 +03:00
2020-06-23 17:30:56 +03:00
Some project achievements to unlock.
This is for fun.
("being a software maintainer means unending toil in mostly-obscurity, so you've got to seek out the fun where you can!" --[me](https://www.reddit.com/r/haskell/comments/eddwbu/top_nonprogrammingrelated_haskell_apps/))
2019-10-23 20:35:15 +03:00
- < s > **1.0 release**</ s >
2019-10-23 22:25:39 +03:00
- < s > **packaged in major distros, binaries available**</ s >
2019-10-27 18:06:50 +03:00
- < s > **pretty good reference docs**</ s >
2019-10-23 20:35:15 +03:00
- < s > 100 committers</ s >
- < s > 1k github stars</ s >
2019-12-18 21:38:32 +03:00
- < s > among top 50 starred haskell projects on github</ s >
2019-10-23 20:35:15 +03:00
- < s > discussed on Hacker News</ s >
2019-12-18 21:38:32 +03:00
- < s > match ledger IRC channel size</ s >
- < s > **mentioned in "what good Haskell software exists" discussions**</ s >
2019-12-20 21:40:59 +03:00
- < s > among top 40 starred haskell projects on github</ s >
2020-04-01 18:18:45 +03:00
- < s > multiple people providing support</ s >
2019-10-27 18:06:50 +03:00
- **pretty good tutorial docs**
- **pretty good cookbook docs**
2019-10-23 20:35:15 +03:00
- 100 IRC chatters
- 2k github stars
2019-12-20 21:40:59 +03:00
- in top 30 github starred haskell projects
2019-10-23 20:35:15 +03:00
- **match ledger speed**
2019-10-23 22:25:39 +03:00
- match ledger committers
2019-10-23 20:35:15 +03:00
- 200 committers
2019-12-18 21:51:41 +03:00
- [best in class for investment tracking ](https://github.com/simonmichael/hledger/issues/1015 )
2019-10-23 20:35:15 +03:00
- 2.0 release
2019-12-20 21:40:59 +03:00
- in top 20 github starred haskell projects
2019-10-23 20:35:15 +03:00
- match ledger stars
- match beancount mail list
- match ledger mail list
2019-12-20 21:40:59 +03:00
- in top 10 github starred haskell projects