Use short assessment labels on the ward board.
Deploy Ladill Care / deploy (push) Successful in 1m5s

Full template names blew out headers and action buttons; show NEWS2/Braden/Morse/Pain with the full name on hover.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-20 16:53:43 +00:00
co-authored by Cursor
parent 4c0dbc22d8
commit 5fd402c043
3 changed files with 28 additions and 10 deletions
@@ -146,8 +146,8 @@ class CareNursingAssessmentsAndPerformanceTest extends TestCase
->get(route('care.care-units.assessments', $this->unit))
->assertOk()
->assertSee('Ama')
->assertSee('NEWS2 (Nursing early warning)')
->assertSee('Pain NRS (010)')
->assertSee('NEWS2')
->assertSee('>Pain<', false)
->assertDontSee('PAIN_NRS');
}