Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move some of Backend and DAO requests to a DOTNET server #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

paulhands
Copy link

  • Still a WIP so should be merged to a different branch but would like it to be on the main repo so someone else can pick up when I get off the bench
  • Need to sort out heroku / docker image issues.
  • Need to sort out config variables like slack token etc.
  • Need to investigate capacity for slack integration (websockets) and LUIS dialog integration

Paul Hands and others added 10 commits April 20, 2018 16:32
- Client side requests now route through the dotnet server (ran locally)
- Will need to change heroku access port in future PR
- Current plan is to have dotnet server be the only way of accessing DB
- Slackbot tools on client can probably stay but need tidying up
- Server tests need adding
Added new dotnet server to integrate with the database
- after PR comments removed usings that were around from debugging
- Also explicitly declared types where possible
- .NET core does not support websockets. So current plan is to move as
  much logic into the server as possible (for writing/posting messages,
  receiving queries etc.) but keeping the listeners on the client side of
  the server
Further modifications to server, remove database dependency from client
- these will need adding as heroku variables and the files tweaking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant