Giter Site home page Giter Site logo

angular-ticket's Introduction

Angular-Ticket

--- Depreciate ---

AngualrJS Ticketing Software


Description

AngularJS & Firebase ticketing system with live ticket & wallboard functionality. Currently in development!!. This application utilizes the very latest version of AngularJS & AngularFire.

  • AngularJS 1.2.12
  • AngularFire 8.0


Demo

https://angular-ticket.firebaseapp.com/

demo agent email: [email protected]
demo agent pass: demo


Setup

  • Setup a firebase account
  • Setup agents within the firebase static login section
  • Within firebase data section import the config below (This sets up the groups, modify this how you like)
  • Within the Security rules section add the security rules below
  • Download the repository from GitHub and add the static files to a server (Dont forget to allow this server to connect to firebase within the firebase setup
  • Open app.js and change line 6 to your firebase URL

"config" : { "groups" : [ "Hardware", "Server", "Phones" ] }

{ "rules": { "tickets": { "open": { ".read": "auth !== null", ".write": true, "$ticketID":{ ".read": true } }, "closed": { ".read": "auth !== null", ".write": "auth !== null" } }, "config":{ ".read": true, ".write": "auth !== null" }, "$other": { ".read": false, ".write": false } } }

:)

angular-ticket's People

Contributors

peteringram0 avatar

Watchers

 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.