All Projects → redknitin → Helpdesk

redknitin / Helpdesk

Licence: MIT License
Helpdesk web application built with Ruby, Sinatra, Bootstrap and jQuery

Programming Languages

HTML
75241 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Helpdesk

tiket
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
Stars: ✭ 59 (+321.43%)
Mutual labels:  helpdesk, issue-tracker
serverless-rack
Serverless plugin to deploy Ruby Rack applications (Sinatra/Rails/Padrino/Cuba etc.) and bundle gems
Stars: ✭ 58 (+314.29%)
Mutual labels:  sinatra
help
The help website/knowledgebase (bitwarden.com/help).
Stars: ✭ 121 (+764.29%)
Mutual labels:  helpdesk
gitlab task manager
Microsoft Todo inspired task manager leveraging Gitlab's Issue Tracker as the backend
Stars: ✭ 22 (+57.14%)
Mutual labels:  issue-tracker
ika-shot
スプラトゥーンの勝敗記録を閲覧するWebアプリケーション
Stars: ✭ 12 (-14.29%)
Mutual labels:  sinatra
rack-simple user agent
Rack::SimpleUserAgent is stupidly simple UA detector
Stars: ✭ 13 (-7.14%)
Mutual labels:  sinatra
operations
OSMF Operations Working Group issue tracking
Stars: ✭ 79 (+464.29%)
Mutual labels:  issue-tracker
helpdesk
Yet another helpdesk based on multiple providers
Stars: ✭ 14 (+0%)
Mutual labels:  helpdesk
mailanes
Smart E-mail Delivery System
Stars: ✭ 33 (+135.71%)
Mutual labels:  sinatra
timber-ruby
🌲 Great Ruby logging made easy.
Stars: ✭ 155 (+1007.14%)
Mutual labels:  sinatra
helpdesk-validator
Community discussion forum for INSPIRE validation issues
Stars: ✭ 31 (+121.43%)
Mutual labels:  helpdesk
ADefHelpDesk
ADefHelpDesk.com Help Desk
Stars: ✭ 28 (+100%)
Mutual labels:  helpdesk
reporter-for-kirby
Gather feedback directly out of the Panel!
Stars: ✭ 27 (+92.86%)
Mutual labels:  issue-tracker
gitarena
Software development platform with built-in vcs, issue tracking and code review
Stars: ✭ 26 (+85.71%)
Mutual labels:  issue-tracker
twiml template
TwiML templates for Rails and Tilt.
Stars: ✭ 16 (+14.29%)
Mutual labels:  sinatra
React-Help-Desk
Help desk style live chat with administrative control panel in React, Node.js and Websockets
Stars: ✭ 29 (+107.14%)
Mutual labels:  helpdesk
books
List of all Ruby books
Stars: ✭ 49 (+250%)
Mutual labels:  sinatra
hoboken
Sinatra project generator and templates.
Stars: ✭ 82 (+485.71%)
Mutual labels:  sinatra
tiny
Framework agnostic markup builder, useful for defining view helpers or as a micro templating dsl, plays nice with erb and haml
Stars: ✭ 13 (-7.14%)
Mutual labels:  sinatra
raygun4ruby
The Ruby & Ruby on Rails provider for Raygun
Stars: ✭ 37 (+164.29%)
Mutual labels:  sinatra

Helpdesk

Helpdesk is a web application built with Ruby, Sinatra, MongoDB, Bootstrap and jQuery

Please visit our website for project news and other updates. Our current build status can be found on Travis CI on this page.

Feel free to join the discussions at our Slack workspace.

License

Screenshots

Home Screen

Home Screen

The home screen contains shortcuts to common functions and would be the landing page for all users, both logged in and unauthenticated. The shortcuts would differ based on the role of the user logging in.

Tickets List

Tickets List

The tickets list screen displays all of the helpdesk tickets that were raised; filters can be applied to view specific tickets. Clicking on the ticket ID opens that ticket.

Ticket Comments

Ticket Comments

The ticket comments feature enables users to discuss about a specific ticket.

Contacts Filter

Contacts Filter

The list view pages have filters to enable users to search by values from one or more columns.

Getting Started

Option 1

Install Oracle Virtual Box 5.1, install Vagrant, clone the Git repo, run "vagrant up", and go to http://localhost:8000

Option 2

Install Docker, run "docker-compose up", and go to http://localhost:8000

Option 3

Get a local install of MongoDB.

Then, install Ruby and Bundler, and run a "bundle install", followed by running app.rb with the Ruby interpreter.

Notes

The default username is "admin" and the default password is "admin".

Instructions here will get you a copy of the project up and running on your local machine for development and testing purposes. Deployment notes will explain how to deploy the project on a live system.

Prerequisites

If you are on Debian or Ubuntu Linux, look at bootstrap.sh - it will get you setup in a jiffy (it's used for shell provisioning with Vagrant and the Ubuntu box image).

Installing

Example 1: Running with Vagrant

git clone https://github.com/redknitin/Helpdesk.git
vagrant up

Example 2: Running with Docker

git clone https://github.com/redknitin/Helpdesk.git
docker-compose up

The default scripts will get the application running on port 8000 ( http://localhost:8000 )

Running the tests

The tests are written using RSpec. To run the tests, execute the following:

rspec spec\app_spec.rb --color --format documentation

Break down into end to end tests

TODO: Explain what these tests test and why

TODO: Example

TODO: And coding style tests

TODO: Explain what these tests test and why

TODO: Example

Deployment

TODO: Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contributors

The following individuals contributed code to this project:

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Hat tip to anyone whose code was not directly used in this project

The inspiration for this project is from Bugzilla, MantisBT and Trac. They were the first of the successful open-source software bug-tracking systems.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].