hledger/ROADMAP.org

122 lines
2.3 KiB
Org Mode
Raw Normal View History

2020-03-22 04:38:02 +03:00
# hledger ROADMAP
2019-10-08 04:25:01 +03:00
<div class=pagetoc>
<!-- toc -->
</div>
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-06-23 18:18:01 +03:00
## Next Targets
- hledger 1.19, 2020-09-01\
2020-08-30 00:44:38 +03:00
<s>account transactions register</s>,
2020-06-23 18:18:01 +03:00
stricter/more correct handling of unbalanced multicommodity transactions (#1177),
Track & show deposited lots (#1022),
Report unrealized capital gains/losses (#1029)
### Past Targets
- <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,
- <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,
- <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
----
2020-03-22 04:12:13 +03:00
## 2020 Priorities
2019-10-08 04:25:01 +03:00
<table>
<tr valign="top">
<td>
### Documentation
2020-06-23 18:18:01 +03:00
Improve the docs.
2019-10-08 04:25:01 +03:00
<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
- 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
</td>
<td>
2020-06-23 18:18:01 +03:00
### Effectiveness
2019-10-08 04:25:01 +03:00
2020-06-23 21:58:43 +03:00
Improve getting-started experience, just-works quality, practicality, real-world usefulness.
2019-10-08 04:25:01 +03:00
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>
### Investment
2020-06-23 18:18:01 +03:00
Improve suitability for investment tracking
([#1015](https://github.com/simonmichael/hledger/issues/1015))
2019-10-08 04:25:01 +03:00
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>
2020-06-23 18:18:01 +03:00
<td>
2019-10-08 04:25:01 +03:00
2020-06-23 18:18:01 +03:00
### Charts
2019-10-08 04:25:01 +03:00
2020-06-23 18:18:01 +03:00
Add charts and more visual appeal.
<br>
<br>
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
2020-06-23 21:58:43 +03:00
- review/design/add more attractive/colourful output (see eg taskwarrior)
</td>
</tr>
<tr valign="top">
<td>
### Correctness
<!-- added 2020-06: -->
More support for enforcing correctness & accounting rules.
- account names
- commodity symbols
- payees
- notes/descriptions ?
- account lifetimes ?
- account balance conditions ?
- transaction templates ?
2019-10-08 04:25:01 +03:00
2020-06-23 18:18:01 +03:00
</td>
</tr>
</table>
2019-10-23 20:35:15 +03:00
----