You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,23 +88,19 @@ There is a make task to seed a non-production instance of the service with examp
88
88
89
89
This command wipes the database entirely before populating it with fictitious data. The data is contained in yaml files in the [data directory](/data) and can be amended etc there as required.
90
90
91
-
### Django admin
92
-
93
-
We'll probably remove it before deploying to production, but currently Django admin is enabled.
94
-
95
-
To use it, first create a superuser
91
+
## Design
96
92
97
-
```sh
98
-
poetry run ./manage.py createsuperuser
99
-
```
93
+
The service will be deployed as a web application, backed by a postgres database with authentication provided by NHS CIS2. In addtion to these elements we will deploy a gateway application to each breast screening unit that uses the service that will be responsible for interop with local hospital systems. The gateway will be developed in a future phase of this project and is not currently under active development.
100
94
101
-
Then run the app and navigate to `http://localhost:8000/admin`
The service will be deployed as a web application, backed by a postgres database with authentication provided by NHS CIS2. In addtion to these elements we will deploy a gateway application to each breast screening unit that uses the service that will be responsible for interop with local hospital systems. The gateway will be developed in a future phase of this project and is not currently under active development.
99
+
- Run `make diagrams`
100
+
- Open `http://localhost:8080/` in a browser
101
+
- Select views from the sidebar or double click on diagram elements
106
102
107
-

103
+
Alternatively, [view all static diagrams](docs/diagrams/README.md).
0 commit comments