An open API service indexing awesome lists of open source software.

https://github.com/nhs-transformation-unit/dev_diag_simple

Repository for a simple diagnostic waiting list simulation
https://github.com/nhs-transformation-unit/dev_diag_simple

Last synced: about 1 year ago
JSON representation

Repository for a simple diagnostic waiting list simulation

Awesome Lists containing this project

README

          

TU logo

# Diagnostic Waiting List Simulation

This repository contains the codebase for creating a simple diagnostic waiting list simulation shiny app.

## Repository Structure

The structure of the repository is detailed below:

``` plaintext

├───app.R
├───README.md
├───LICENSE
├───.gitignore
├───src
├───server.R
└───ui.R
└───www
├───config
└───images

```

- `app.R`: Runs the shiny app.
- `README.md`: This file containing an overview and instructions for using the repository.
- `LICENSE`: License information for the repository.
- `.gitignore`: Specifies the files and folders that are ignored (not tracked) in the repository.
- `src`: All source code used for the `ui.R` and `server.R` files.
- `www`: Contains images and files to be included in the app for deployment.
- `config`: Contains the css file for formatting the app.
- `images`: Contains the relevant TU logo.


## Contributors
This repository has been created and developed by:

- [Andy Wilson](https://github.com/ASW-Analyst)

## License
This project is licensed under the **GPL-3.0 license** - see the `LICENSE` file for details.