Skip to content

Resolve is a case management software developed to manage cases, which are service requests created by members of an organization, going through an approval workflow.

Notifications You must be signed in to change notification settings

palashjhamnani/Resolve

Repository files navigation

Resolve

Resolve is a case management software developed to manage cases, which are service requests created by members of an organization, going through an approval workflow.

Case Creation

Resolve Case Creation Demo

Updated Screens:

Homepage

Ticket View

Preferences

Assignments

Attachment/Attachments

Before you run the application, you would need to create an "appsettings.json" file in the parent directory of the application with the following contents:

{
  "AzureAd": {
    "Instance": "https://login.microsoftonline.com/",
    "Domain": "",
    "TenantId": "",
    "ClientId": "",
    "CallbackPath": "/signin-oidc",
    "ClientSecret": ""
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "Smtp": {
    "FromAddress": "[email protected]",
    "Server": "smtp.example.com",
    "Password": "",
    "Port": ##
  },
  "Launch": {
    "Host_Name": "localhost or hostname",
    "Host_Port":  443/80/etc
  },
  "AllowedHosts": "*",
  "GraphApiUrl": "https://graph.microsoft.com/beta",
  "ConnectionStrings": {
    "ResolveContext": ""
  }
}

Fill values w.r.t your application for Domain, TenantId, ClientId, ClientSecret & ConnectionStrings for Database

About

Resolve is a case management software developed to manage cases, which are service requests created by members of an organization, going through an approval workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published