Giter Club home page Giter Club logo

oc-helpdesk's Introduction

oc-helpdesk's People

Contributors

aniket-magadum avatar dependabot[bot] avatar warhorse-pro avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

webjam007

oc-helpdesk's Issues

Add settings to the plugin backend

Plugin should have the following settings

  1. Notify when tickets are assigned to the user and back end user.
  2. Notify when new tickets are created to people having assign_ticket rights.
  3. Notify when there is a comment on the ticket to assignee and user.
  4. Notify when there is a status change on the ticket to assignee and user.
  5. Notify all the users involved to the ticket when the ticket is closed or reopened.
  6. Notify when there is a private comment to all the assignees.
  • Add documentation for the same.

Map permissions to Plugin

The plugin should have the following permissions.

  1. manage_helpdesk
  2. assign_tickets
  • Add this to the documentation

After installation I get error Cannot use object of type Illuminate\Http\Response as array

After install of the plugin on my existing website I get error when clicking helpdesk button:

Cannot use object of type Illuminate\Http\Response as array
/home/steven/domains/flowtech.be/public_html/modules/backend/classes/BackendController.php line 163

? Response::make(View::make('backend::no_database'), 200)
: $this->passToCmsController($url);
}

    $controllerRequest = $this->getRequestedController($url);
    if (!is_null($controllerRequest)) {
        return $controllerRequest['controller']->run(
            $controllerRequest['action'],
            $controllerRequest['params']
        );
    }

Possibility to change requester in the backend

Would be nice if in the backend you can change the requester name when creating a ticket in the backend. If someone for example gives a call for support I want to be able to create a ticket in the name of someone else in the BE.

Make ticket trail visible only to the team members who have been assigned to the ticket

Is your feature request related to a problem? Please describe.
We need to have ticket interactions visible only to the team members who have been assigned to the ticket

Describe the solution you'd like

  1. With a single assignment to one team member, all ticket data is visible only to that team member
  2. In the case of multiple assignment of a single ticket, all team members can see all ticket data.
  3. Team members who are not assigned cannot view any aspect of the ticket

Describe alternatives you've considered
We'd love to stay with this system

Additional context
We feel very lucky for your hard work

Get error when user not log in and go to ticket url

Describe the bug
I get an error but expect a page 404

To Reproduce
Steps to reproduce the behavior:

  1. Be unlogged
  2. Go to 'https://webjam.com.ua/en/ticket/12'
    (12 is a ticket number)
  3. See error (If user log in there are no error)

Expected behavior
If user not log in and go to url like that: https://webjam.com.ua/en/ticket/(ticket number) he must get page 404.

Screenshots
Screenshot_1

System Information (please complete the following information):

  • OS : Windows 10
  • Browser : chrome
  • OctoberCMS Build : 471
  • PHP version : 7.3
  • mysql version : 5.7.16

Additional context
It work well here: https://webjam.com.ua/en/ticket

Broken Layout on October 3

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Helpdesk Menu
  2. Click on any ticket detail
  3. The UI layout is messed

Expected behavior
UI displayed properly.

Screenshots
image

System Information (please complete the following information):

  • OS : MacOS/Linux
  • Browser : Chrome/Safari/Firefox
  • OctoberCMS Build : 3.0.43
  • PHP version : 8.0.2
  • mysql version : 5.7

Comments can be marked as private

There will be a checkbox on the comment so that it will be marked as private and only backend users will be able to see that comment

Create A Ticket Form Component

A component which will display a form to create ticket.
This component will have the following properties.

  1. allowCategorySelection
  2. allowTypeSelection

Comment Page Optimizations

On the Conversation page of the ticket I am planning to create the following options.

  • When the title, status, category, assignment, type, priority of the ticket has been changed by the user or the admin it should be shown in the chatbox.
  • New Ticket Status option should be available for configuration this will be the default status for all tickets.
  • Close Ticket Status option should be available for configuration which will determine if the ticket has been closed.
  • Backend comment page should have options for updating title,status,category,priority,type .
  • Frontend ticket details component should have option for closing the ticket.
  • Front ticket page should have option to reopen ticket.

Dashboards

Plugins should have the following graphs

  1. Tickets open,closed,in_progress (filter by user)
  2. Most tickets closed by users.

Create a frontend list component

A component which will display a list of tickets depending on the logged in user.
This component will have the following properties.

  1. showCategoryFilter
  2. showStatusFilter

Ticket Details Component not working

Hello, Ticket Detail not working:

Trying to get property 'conversation' of non-object

/www/htdocs/w018e2aa/beta.fldesigns.de/plugins/fytinnovations/helpdesk/components/TicketDetails.php line 112

    $this->ticket = Ticket::with('non_private_comments')->where([
        'id' => $id,
        'createable_id' => Auth::getUser()->id,
        'createable_type' => User::class
    ])->first();

    $this->conversation = $this->ticket->conversation;
}


public function onComment()
{
    $comment = $this->ticket->comments()->create([

*** ANY IDEA ***

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.