Skip to content
Jason Sylvestre edited this page Jun 15, 2020 · 16 revisions

FAQs and Other info for Sloth

Deployment steps:

  1. Wait for the pipe to build and deploy
  2. Test Web site to make sure it is functioning
  3. Test Api to make sure it is still working

Test: https://sloth-api-test.azurewebsites.net/swagger/index.html

Prod: https://sloth-api-production.azurewebsites.net/swagger/index.html

  1. If everything is good in test, promote to Prod with the pipe

Hooks:

Hooks can call back into the team's application when the web job indicates the money has posted. Currently, only registration test has this functionality. The other teams use web jobs to call into sloth.

Setting Up Custom CyberSource Reports:

https://github.com/ucdavis/Sloth/blob/master/Sloth.Integrations.Cybersource/Clients/ReportClient.cs#L33

Registration Example: https://www.screencast.com/t/Vnsd84nUQ1GJ

Clone this wiki locally