wachunga / omega

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

Added support for multiple issue IDs using commas #13

Closed mlazaric closed 7 years ago

mlazaric commented 10 years ago

The getArgument didn't quite work as I needed it to. What I expected for it was that it would split the arguments string like I did and just return me what I wanted. I tried to stick to the original syntax and comment the parts that needed it and if you want I will put more comments but as a lot of the code didn't have comments I didn't want to overcomment something as simple as this. Another great thing to add would be - and * where - would be from to (1-5) and * would be a wildcard like it always is.

wachunga commented 7 years ago

Thanks for the contribution, and sorry for the enormous delay.

I think there may be a more DRY way to do this but at least the tests are passing. 👍 For next time, please watch out for whitespace changes.