Browse Source

Readme API link (#698)

* Use correct repo name in README

* README Markdown tweaks
pull/699/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
96d8e89b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      README.md

11
README.md

@ -1,7 +1,7 @@
# Submit social housing lettings and sales data (CORE) # Submit social housing lettings and sales data (CORE)
[![Production CI/CD Pipeline](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/production_pipeline.yml/badge.svg)](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/production_pipeline.yml) [![Production CI/CD Pipeline](https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data/actions/workflows/production_pipeline.yml/badge.svg)](https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data/actions/workflows/production_pipeline.yml)
[![Staging CI/CD Pipeline](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/staging_pipeline.yml/badge.svg)](https://github.com/communitiesuk/mhclg-data-collection-beta/actions/workflows/staging_pipeline.yml) [![Staging CI/CD Pipeline](https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data/actions/workflows/staging_pipeline.yml/badge.svg)](https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data/actions/workflows/staging_pipeline.yml)
Ruby on Rails app that handles the submission of lettings and sales of social housing data in England. Currently in private beta. Ruby on Rails app that handles the submission of lettings and sales of social housing data in England. Currently in private beta.
@ -25,11 +25,12 @@ Ruby on Rails app that handles the submission of lettings and sales of social ho
## API documentation ## API documentation
API documentation can be found here: <https://communitiesuk.github.io/mhclg-data-collection-beta>. This is driven by [OpenAPI docs](docs/api/DLUHC-CORE-Data.v1.json) API documentation can be found here: <https://communitiesuk.github.io/submit-social-housing-lettings-and-sales-data>. This is driven by [OpenAPI docs](docs/api/DLUHC-CORE-Data.v1.json)
## System architecture ## System architecture
![View of system architecture](docs/images/architecture.png) ![View of system architecture](docs/images/architecture.png)
## UI: ## User interface
![View of the logs list](docs/images/logs_list.png) ![View of the logs list](docs/images/logs_list.png)

Loading…
Cancel
Save