[rotang] Add a generator to generate shifts per member TZ.

This will build shifts with on member from each timezone.

Eg.
  If a rotation have members from UTC and US/Pacific timezones this
  generator will build shifts with one member from the UTC TZ and one
  from the US/Pacific tz.

Change-Id: I89d5a0278ef60ffba43a234c462c5117893cffa9
Reviewed-on: https://chromium-review.googlesource.com/c/1460376
Reviewed-by: Scott Lewis-Kelly <slewiskelly@google.com>
Commit-Queue: Ola Karlsson <olakar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#20536}
7 files changed
tree: 9c21c8f2f4e2c9f984d02fe88cbbccfdadc4a1da
  1. cmd/
  2. pkg/
  3. BROWSE.md
  4. DEVINFO.md
  5. DOCUMENTATION.md
  6. Makefile
  7. OWNERS
  8. README.md
  9. rotang.go
  10. SWITCH.md
README.md

Rota-NG

This is the home of the Rotation Manager-NG Design Doc.

The goal is replace the current Python script generating the Sheriff rota with this Go AppeEngine service. This to have a better base for running/managing the service and future developments

Source structure.

See BROWSE.md

Switch over from the old service to this.

See SWITCH.md