Skip to content

Instantly share code, notes, and snippets.

@takezoe
Last active June 11, 2016 00:04
Show Gist options
  • Save takezoe/6732314032966bb65eca92afdc589164 to your computer and use it in GitHub Desktop.
Save takezoe/6732314032966bb65eca92afdc589164 to your computer and use it in GitHub Desktop.

権限の管理構造

  • Organization (= User)
    • Team
      • User
      • Type: Owner | Member
  • Repository
    • Contributors
      • User
      • Role: Admin | Write | Read
    • Teams
      • Team
      • Role: Admin | Write | Read

テーブル設計

COLLABORATORテーブルに以下のカラムを追加

  • PERMISSION
    • VARCHAR(10) NOT NULL
    • 値はREAD | WRITE | ADMIN

グループのリポジトリでもオーナーとなっているグループ以外のグループや個人も登録できるようにする。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment