Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 867 Bytes

File metadata and controls

23 lines (15 loc) · 867 Bytes

Technical Dependencies

Root Doc (Start Here)

The services the bot depends on, and the mechanisms that are expected to work.

1. Resonite API

  1. Setting the bot-group cloud variable (in-resonite mentor actions)
  2. OAuth login of users (login)
  3. Getting the user ID of an oauth logged in user (login)

2. Resonite Client

  1. Making a Websocket request to the mentor api (in-resonite mentor and user actions)
  2. Reading a cloud variable from the Resonite API (in-resonite mentor actions)
  3. Making a POST request to the mentor api (in-resonite mentor and user actions)

Other

  1. A database, probably postgres or mysql.
  2. A web browser.
  3. A hosting environment able to run dotnet.