Giter Site home page Giter Site logo

laravelticketsystem's Introduction

About Ticket System

Ticket System is a customer help ticket system built with laravel. Its designed for property system where tenants can follow up with their properties landlords.

Architecture

Please have a look at the system erd-diagram.png ,to get an over view look about the its logic.

users

  • users table contains all the system users and all of them are considered tenant users.
  • landlord table contains reference from users table to demonstrate user who owns properties.
  • landlord can have multiple landlord users attached to his account (like a customer support users) by referencing their parent_landlord_id to his landlord id.

properies

  • A property is owned by one landlord.
  • and can be assigned to one tenant.

tickets

  • A tenant user can create a ticket by choosing only a property assigned to him .The ticket will be automatically assigned to that property landlord , and an email notification is sent to landlord .
  • Only property's landlord owner or the assigned landlord user can comment back on this ticket (Tenant user notified by email).
  • Only landlord owner can assign one of his landlord users to comment on the ticket.
  • Only the property owner can change the ticket status (Tenant user notified by email).

Constants

  • System constants stored under App\Extras\constants.php and config\static_array.php.
  • Constants in the constants.php file are for in line PHP coding.
  • static_array.php contains rendering data for constants defined in constants.php to be used in views (e.g: names and colors for constants).

Installation

clone this repository in your web server directory , and run the following commands on that directory :

  • composer update
  • php artisan migrate ( Create database )
  • php artisan db:seed ( Init database )
  • php artisan passport:install ( For API authentication )
  • php artisan queue:work --timeout=30 ( For queuing emails )

APIs

laravelticketsystem's People

Contributors

najipian avatar

Watchers

James Cloos avatar  avatar

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.