Skip to content

Commit

Permalink
Fix roles in state diagram
Browse files Browse the repository at this point in the history
- @admin, @studio, @it can initiate a repair
- transition to Structured is usually done via ABACUS except for
  repairs and commercial audio books (where @admin, @it, @studio have
  permission)
  • Loading branch information
egli committed Apr 12, 2023
1 parent 70ddb20 commit d6f5c2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/state_diagram.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ Cataloged: ds number assigned
Archived: production archived,\n all files removed
Repairing: asynchronous, while files are\n retrieved from the archive

[*] --> New : @abacus
[*] --> Structured : @admin, @studio, @it\n via repair
[*] --> New : via ABACUS
[*] --> Structured : @admin, @it\n via import

New --> Structured : @admin, @it
Structured --> Recorded : @abacus
Structured --> Recorded : via ABACUS\n except @admin, @it, @studio for\n repairs and commercial audio books
Recorded --> Encoded
Encoded --> Cataloged : @catalog, @it
Cataloged --> Archived
Split --> Encoded
Recorded --> PendingVolumeSplit
PendingVolumeSplit --> Split : @admin, @it

Archived --> Repairing
Archived --> Repairing : @admin, @studio, @it
Repairing --> Structured

Recorded --> Failed
Expand Down

0 comments on commit d6f5c2c

Please sign in to comment.