git-phlow
git-phlow copied to clipboard
Idea: Support a local to-do list
Since we have a deliver local feature, even supporting running local tests, wouldn't it be cool to also have support for some sort of local/offline task list?
Let's brainstorm on this some day 🍺 or code something at the next code café.
Having your issues as code has been a long discussion @JKrag and I know @lakruzz have spoken about this for some time.. We could look into this and groom this more at the Code Cafe
I believe that GitHub already provided us a relatively easy format to persist this using the JSON of (for instance)
curl -s -i "https://api.github.com/repos/Praqma/ghreport/issues"
We could store and maintain it locally in a .git/issues
folder and then basically mimic (roughly) the features of the GHI
cli, but making them operate on the local issues.
to sync with the remote we would then add a push|pull issues
git-extension.
@JKrag @groenborg
@lakruzz Files located in the .git folder is not synced and can not be added as far as I understand, right?
@groenborg
Right we would have to make that happen - hence the comment:
to sync with the remote we would then add a push|pull issues git-extension.