diff --git a/app/assets/sass/components/_participant-table.scss b/app/assets/sass/components/_participant-table.scss index fb7f1a4..9080899 100644 --- a/app/assets/sass/components/_participant-table.scss +++ b/app/assets/sass/components/_participant-table.scss @@ -1,16 +1,12 @@ .app-participant-table { - /*thead tr { - position: sticky; - top: 0; - background-color: #f0f4f5; - }*/ - - tbody tr:nth-child(odd) { - background-color: #f8fafa; - } - tbody tr:nth-child(even) { - background-color: #f0f4f5; + .nhsuk-table__body { + tr:nth-child(odd) { + background-color: #f8fafa; + } + tr:nth-child(even) { + background-color: #f0f4f5; + } } th:first-child, diff --git a/app/views/index.html b/app/views/index.html index ac0a368..29f084a 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -89,7 +89,8 @@
Users upload a csv containing the participants they wish to book into a prearranged single day clinic.
@@ -97,6 +98,18 @@Defunct work on finding and grouping participants. Components to be reused elsewhere.
+Error states- Is an empty submission an error or a "no results" return? -
-- Bad formatting on NHS number. Non-numeric entry on NHS number. Anything else? -
-- Missing date element (day, month or year). Non-numeric entry on dates. DOB mnust be in the past. Anything else? -
-You are booking 48 participants from Test Clinic group into:
+ +
+ Waverley Breast Unit
+ Waverley Hospital
+
48 slots available
+ +Participants will be booked in random order
- or - cancel and go back -
| - | - NHS Number - | -- Name - | -- Date of birth - | -
|---|---|---|---|
|
-
-
-
-
- |
- 531 676 9974 | -Xena Holt | -11 December 1960 | -
|
-
-
-
-
- |
- 420 565 8865 | -Yasmin Noor | -28 August 1961 | -
|
-
-
-
-
- |
- 319 454 7756 | -Zara Moon | -6 May 1973 | -
|
-
-
-
-
- |
- 208 343 6647 | -Abigail Stone | -14 October 1959 | -
| + | + NHS Number + | ++ Name + | ++ Date of birth + | +
|---|---|---|---|
|
+
+
+
+
+ |
+ 531 676 9974 | +Xena Holt | +11 December 1960 | +
|
+
+
+
+
+ |
+ 420 565 8865 | +Yasmin Noor | +28 August 1961 | +
|
+
+
+
+
+ |
+ 319 454 7756 | +Zara Moon | +6 May 1973 | +
|
+
+
+
+
+ |
+ 208 343 6647 | +Abigail Stone | +14 October 1959 | +