Skip to content

Commit e70f2df

Browse files
Add more bits of workflow
1 parent e4ae549 commit e70f2df

21 files changed

+428
-58
lines changed
147 KB
Loading
46.1 KB
Loading
59.4 KB
Loading
20 KB
Loading
85.3 KB
Loading
29.6 KB
Loading

app/assets/sass/_misc.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.app-mammogram-image--placeholder {
2+
background-color: black;
3+
width: 150px;
4+
height:200px;
5+
6+
p {
7+
color: white;
8+
margin-left: 5px;
9+
}
10+
}

app/assets/sass/main.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
@import 'components/secondary-navigation';
1010
@import 'components/count';
1111

12+
@import 'misc';
13+
1214

1315
@import 'typography';
1416
@import 'utils';

app/data/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = [
22
{
33
firstName: "Jane",
44
lastName: "Hitchin",
5-
role: "mamographer",
5+
role: "mammographer",
66
77
id: "ae7537b3-aed1-4620-87fd-9dc5b5bdc8cb",
88
breastScreeningUnit: "m5ekcxvu"

app/lib/generators/clinic-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const generateClinic = (date, location, breastScreeningUnit, sessionTimes) => {
117117
slots,
118118
status: determineClinicStatus(date),
119119
staffing: {
120-
mamographers: [],
120+
mammographers: [],
121121
radiologists: [],
122122
support: []
123123
},

0 commit comments

Comments
 (0)