jeffWelling / ticgit

Git based distributed ticketing system, including a command line client and web viewer
Other
266 stars 33 forks source link

Configurable storage backend #72

Open holtzermann17 opened 12 years ago

holtzermann17 commented 12 years ago

This is also discussed in this ticket, but I am giving it its own home.

I'm experimenting with a dedicated "mob" branch (http://repo.or.cz/h/mob.html) and it would be nice to have ticgit integrated with that. (I know, I could host my own system with fully-anonymous push, but this seems like a cleaner and more useful fix!)

Edit: The idea behind this is to be able to configure how TicGit-ng stores it's information (tickets, state, attachments, etc), it should be able to store it in the branch as it currently does, as well as in the filesystem allowing per-branch instances, and perhaps even via a database.

jeffWelling commented 12 years ago

This sounds like it ties in to the plans to eventually be able to configure TicGit-ng to specify how you want it to store its information, via branch like it does now, or in the filesystem so that it could be tracked per branch, or in a database, et cetera. Reviewing the existing tickets shows that there isn't currently a ticket for that feature, so I'll edit this one accordingly.

Thanks for the feedback :D