Introduction

This documentation is a combination of:

I have run all of the above through docfx to create a website with all the documentation in one place.

Projects:

Development Guidelines:

Code Should be checked into a the Azure DevOps repository for version tracking.

  • Ideally Commit messages will have the ticket # that prompted the change
  • Try not to check in any API keys, passwords, or protected data, this is just for the code
  • Each Sub Project should have a readme.md file with information about:
    • What it is, link to Service Request
    • Where it is run and when
    • How to run / Debug
  • All changes that are put on servers should be checked into the main branch
    • There should also be notifications turned on the repository to notify the team and allow peer review if needed
    • Ideally we would use pull requests…