Taichi Nakashima

Results 12 issues of Taichi Nakashima

This PR adds experimental support of [API blueprint](https://apiblueprint.org/) format output. From `.apib` and https://github.com/subosito/snowboard, you can generate the following html documentation, ![screen shot 2017-06-07 at 22 51 19](https://user-images.githubusercontent.com/1256183/26914445-1f7f0aec-4bd6-11e7-9f31-c21754b1158d.png)

This template is the [Production Readiness Checklist](https://github.com/mercari/production-readiness-checklist/blob/master/docs/references/production-readiness-checklist.md) (PRC) for [Level A](https://github.com/mercari/production-readiness-checklist/blob/master/docs/references/production-readiness-level.md#star2-level-a) microservices. Please make sure you have read the [PRC guidelines](https://github.com/mercari/production-readiness-checklist/blob/master/docs/guides/check-production-readiness.md). Production Readiness Review has the following 2 phases: -...

The followings are the list of TODOs which I want to finish before making this public: - [ ] Return proper errors - [ ] When calling `Create` to the...

image uploading

Clean `~/.dutyme.json` file (Check override exists or not)

Nice to have a notification to messaging service when overriding

enhancement

This is a just idea now. It maybe useful to embed this on some golang operation tool. ``` golang override, err := dutymeAssign(userID, serviceID) defer func() { dutyme.Done(override.ID) } ```

enhancement

Add `-team` option to init `dutyme` as team. Find assigner from list of team member. This is useful when `dutyme` is used in operation server.