Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firstinmi/fim-queueing-admin

An administrative interface for clients running the fim-queueing web app and AV Assistant
https://github.com/firstinmi/fim-queueing-admin

Last synced: about 2 months ago
JSON representation

An administrative interface for clients running the fim-queueing web app and AV Assistant

Awesome Lists containing this project

README

        

# fim-queueing-admin

Detailed docs to be created later

## Running Locally

Run the following command with the `gcloud` CLI so the app picks up credentials:

```bash
gcloud auth application-default login
```

## SignalR Messages

### DisplayHub

The DisplayHub is for interfacing with instances of `fim-queueing`.

Server-to-Client

| Method | Param 1 |
|--------------|-----------------|
| SendRefresh | n/a |
| Identify | n/a |
| SendNewRoute | `string`: Route |

Client-to-Server

| Method | Param 1 |
|-------------|----------------------------------------------------------------------------------------------|
| UpdateInfo | `{eventKey: string, eventCode: string, route: string, installationId: string}`: Display Info |
| UpdateRoute | `string`: Route |

### AssistantHub

TODO