wachunga / omega

Real-time issue tracker optimized for small teams
http://omegatracker.herokuapp.com
MIT License
114 stars 26 forks source link

git integration and issue discussion #7

Open vicary opened 11 years ago

vicary commented 11 years ago

This is actually very neat to use, love it.

We have a few projects versioning on private git servers, do you guys have plans that kinda integrates git commits / logs in it?

This also implies comment-like stack for each issues, which is also very handy when working with a team.

wachunga commented 11 years ago

I would like to add the ability to comment on issues as a core feature. Most likely this would take the form of issue mentions, so any chat message that mentions an issue by id can be seen within the context of an issue (perhaps by clicking "details" or something).

I'm more reluctant about git integration as a core feature. Would be great as a plugin or optional module, though.

trusktr commented 11 years ago

Yeah, issue discussion would be great.

trusktr commented 11 years ago

Git integration would be freackin' nice too (even as a plugin or module).

wachunga commented 11 years ago

The next major release will have better support for plugins like this. We're planning to rewrite a lot of the internals. Unfortunately, no eta.

vicary commented 11 years ago

I guess I should hold the codings on my local fork until then.