A user-friendly and customizeable unified web application for coaching, quality assurance, ticketing and monitoring, etc.
Explore the docs »
View Demo (Incomplete)
·
Report Bug
·
Request Feature
Table of Contents
Unified is a user-friendly and customizeable web application build with Rails framework. The goal is to used it as an internal tools for coaching, quality assurance, ticketing and monitoring, calendar, and more.
The following are features completed:
Features
- Coaching framework
- Quality Assurance framework
- Emailing services and notifications
- Ticket and monitoring
- Account management system
- User authentication, and more.
- Ruby on Rails 7.1.3.2
- Ruby 3.3.0
- Tailwind CSS
- Stimulus JS
The following are the prerequisites and guides on how you can use this project:
This project requires:
- Ruby 3.3.0, preferably managed using [rbenv] or [asdf][]
- Chromedriver for Capybara testing
- PostgreSQL must be installed and accepting connections
- [Redis][] must be installed and running on localhost with the default port
On a Mac, you can obtain all of the above packages using [Homebrew][].
If you need help setting up a Ruby development environment, check out this Rails OS X Setup Guide, make sure you check the version of your device.
To get started with the app, clone the repo and then install the needed gems:
$ gem install bundler -v 2.5.6
$ bundle _2.5.6_ config set --local without 'production'
$ bundle _2.5.6_ install
Create the database :
$ rails db:create
Next, migrate the database:
$ rails db:migrate
$ rails db:seed # optional
Finally, run the test suite to verify that everything is working correctly:
$ rails test
If the test suite passes, you'll be ready to run the app in a local server:
$ rails server or bin/dev
You can use and adapt and improve the idea of how we think a more user-friendly and customizeable coaching, quality assurance, ticket and monitoring integrated to a service delivery and account management. I, Dan Ray Rollan belives that the idea and process has benefit and impact on how we can build an efficient internal tools.
Distributed under the MIT License.
MIT License
Copyright (c) 2024 Dan Ray Rollan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Dan Ray Rollan - @instagram/danrayfr - [email protected]
Github Profile: https://github.com/danrayfr/
Many thanks to Supportninja Service Delivery team for allowing me to share the idea and process on how we can improve the tools we're using.