(reports, blocked)
| 172 | } |
| 173 | |
| 174 | function statusForStack(reports, blocked) { |
| 175 | if (reports.length === 0) return 'no-stack'; |
| 176 | if (blocked.length > 0) return 'blocked'; |
| 177 | return 'approval-needed'; |
| 178 | } |
| 179 | |
| 180 | function buildNextAction(status, ordered) { |
| 181 | if (status === 'no-stack') { |