Redesign Care patient-flow board and remove Queue from nurses.
Deploy Ladill Care / deploy (push) Successful in 39s
Deploy Ladill Care / deploy (push) Successful in 39s
Shared queue-board is now a Waiting/Called/In care/Done stage board with prominent tickets and Call next; nurses lose queue.manage and canAccessPatientQueue so /queue and queue nav are gated while specialty workspaces stay available. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -89,7 +89,10 @@ class CareNaturalQueueTest extends TestCase
|
||||
->get(route('care.queue.index'))
|
||||
->assertOk()
|
||||
->assertDontSee('Service counter')
|
||||
->assertSee('Call next');
|
||||
->assertSee('Call next')
|
||||
->assertSee('Patient flow')
|
||||
->assertSee('Called')
|
||||
->assertSee('Done');
|
||||
}
|
||||
|
||||
public function test_pharmacist_sees_call_next_on_pharmacy_page(): void
|
||||
|
||||
Reference in New Issue
Block a user