Skip to content

Instantly share code, notes, and snippets.

@maiha
Created August 18, 2009 06:32
Show Gist options
  • Save maiha/169575 to your computer and use it in GitHub Desktop.
Save maiha/169575 to your computer and use it in GitHub Desktop.
フィーチャ: 入稿管理ビルダの認証権限
シナリオアウトライン: メソッドレベルの権限
前提 DUの入稿管理ビルダがあり
かつ AMSに"<ユーザ>"でログインしている
ならば "save"ビルダコマンドの実行は"<save>"
かつ "abandon!"ビルダコマンドの実行は"<abandon!>"
かつ "reset"ビルダコマンドの実行は"<reset>"
例:
| ユーザ | save | commit | abandon! | reset |
| (なし) | × | × | × | ◯ |
| 業推MGR | ◯ | ◯ | ◯ | ◯ |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment