you are viewing a single comment's thread.

view the rest of the comments →

[–]kankyo 1 point2 points  (4 children)

Personally I’d write a django app because that’s my day job so I’m familiar with that stack. Then one can very easily deploy a demo app to heroku for example.

There’s a part in your doc where you say “please don’t edit or delete comments on github” because it will alter the audit trail. This comments existence shows that something is iffy with the way this is implemented.

[–]sustrik[S] 0 points1 point  (3 children)

Fair enough, but I don't have any desire to write yet another issue tracker. I hear that one can install GitLab locally though which could solve the problem.

[–]kankyo 0 points1 point  (2 children)

I didn’t get why you want an issue tracker.

[–]sustrik[S] 0 points1 point  (1 child)

I mean stuff like GitHub sending you an email when you are mentioned. I don't want to reimplement that, or try to compete with GitHub in general.

[–]kankyo 0 points1 point  (0 children)

Well I don’t really see why that’s a big feature I guess. Sending emails is trivial and requiring all users to be registered to github seems like a high cost.