Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • inesbondosocmmp 1 post 21 karma points
    Dec 20, 2023 @ 10:37
    inesbondosocmmp
    0

    System Tickets implementation

    Hello community members,

    How to implement an umbraco ticketing system, e.g. uSupport, in a visual studio project with user synchronisation?

    Thanks, InĂªs Bondoso

  • Brendan Rice 538 posts 1102 karma points
    Dec 20, 2023 @ 14:28
    Brendan Rice
    0

    That is quite a large scope for a forum.

    If it were me, I'd approach it as if it was a normal ticketing system. I think you only need to reference users from Umbraco.

    This is from the Umbraco Docs:

    Authentication for backoffice users and website members in Umbraco uses ASP.NET Core Identity which is a flexible and extendable framework for authentication.

    So really you need to develop a solution that integrates with ASP.NET Core Identity.

    Here's an example database structure for a ticketing system you could use as a starting point, you'd swap out the users table for whatever Umbraco/Identity table represents users.

    enter image description here

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies