(no title)
humanfromearth | 5 years ago
I would love something like Reviewable - it uses github as the "DB" and provides a nicer interface for doing code reviews.
humanfromearth | 5 years ago
I would love something like Reviewable - it uses github as the "DB" and provides a nicer interface for doing code reviews.
evaneykelen|5 years ago
We struggled quite a bit with getting this status thing right, finally settling for model where user stories inside TaskSift are based on multiple inbound tickets (each with a different status), and where each story can be published eg to GitHub, QA queue, an l10n tool, etc again each with its own status and completion time.
Once all published tasks are finished the folks who contributed to the inbound tickets can all be notified, and the tickets can be closed, either from within TS or using the tool in which the ticket was created originally (Zendesk etc).
tommoor|5 years ago
Why is that important? You'd be completely hamstrung by the available GitHub API's and speed.
hobofan|5 years ago
Out of all the APIs I've built similar projects on, GitHub has been among the ones that's the easiest to mirror/cache to your own DB, so I wouldn't say that's really a problem in practice.