/TechDispatchBackend

TechDispatch Backend.

Primary LanguageC#

Tech Dispatch (formerly known as Skiffie!) Backend - for dispatching wireless techs for tower based infrastructure, with time and install zones and IP tracking.

How to use:

  1. Upload to ASP.NET compatible server of your choice!
  2. Update web.config for TechDispatchContext
  3. Go!

Example API:

  • /api/login: Log in and retrieve the bearer header. Note that there is no public registration, instead, it has to be done by admin rights.
  • /Customers: Gets a list of current customers
    Optional parameter: Search, searches through Name/Phone Number/Address and returns a list of customers.
  • /Appointments: Get a list of current appointments
    Optional parameters example: To/FromDate: Limits the date selection.

Purpose:

The intent is to create a simple, straightforward tool that allows a user straightforward view of scheduling, and for admins to be able to control everything in one location rather than half a dozen.

More features forthcoming!