Skip to content

Commit be1751c

Browse files
committed
Remove deprecated forms-api from READMEs
1 parent 059fbad commit be1751c

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ We also have:
1616

1717
You can find our code in the following repositories:
1818
- [forms-admin](https://github.com/alphagov/forms-admin) - our application for building forms.
19-
- [forms-api](https://github.com/alphagov/forms-api) - our application for storing and serving form definitions.
2019
- [forms-runner](https://github.com/alphagov/forms-runner) - our application for hosting forms, so that they can be filled in by members of the public.
2120
- [forms-e2e-tests](https://github.com/alphagov/forms-e2e-tests) - end-to-end tests for the service.
2221
- [forms-product-page](https://github.com/alphagov/forms-product-page) - our product pages, as seen at [https://forms.service.gov.uk](https://forms.service.gov.uk)

diagrams/sequence-diagrams/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
The diagrams in this folder (created using [Mermaid](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams#creating-mermaid-diagrams)) show the interactions between users and GOV.UK Forms, including the 3 applications [forms-admin](https://github.com/alphagov/forms-admin), [forms-api](https://github.com/alphagov/forms-api), and [forms-runner](https://github.com/alphagov/forms-runner).
5+
The diagrams in this folder (created using [Mermaid](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams#creating-mermaid-diagrams)) show the interactions between users and GOV.UK Forms, including the two main applications [forms-admin](https://github.com/alphagov/forms-admin) and [forms-runner](https://github.com/alphagov/forms-runner).
66

77
The diagram below is to provide an overview of the different users and systems that interact with each other. For clarity, not all interactions are shown. Please refer to individual sequence diagrams for detailed interactions.
88

@@ -28,15 +28,14 @@ graph TD
2828
2929
subgraph sg1 [GOV.UK Forms]
3030
admin(forms-admin)
31-
api(forms-api)
3231
runner(forms-runner)
3332
end
3433
3534
editor---runner
3635
37-
auth0 --- admin --- api
36+
auth0 --- admin --- runner
3837
filler --- govuk
39-
filler --- runner --- api
38+
filler --- runner --- admin
4039
4140
notify(GOV.UK Notify)
4241

0 commit comments

Comments
 (0)