- Description
- BDD
- Features
- Requirements
- Installation Process
- Live Link
- Technology Used
- Licence
- Authors Info
This software application, also known as a bug tracking system or defect tracking system, is designed to keep track of reported software issues in projects that are in development or test environment
Behaviour | Input | Output |
---|---|---|
Display projects On page load | Get projects | |
Display Clients | on Page Load | list all Clients |
Display Ticket | on Page Load | display Tickets in the Tickets section |
Create Project | on creation of projects | display Added projects in the Projects section |
Create clients | on creation of clients | display Added clients in the clients section |
Create Ticket | on creation of Tickets | display Added Tickets in the tickets section |
Sign in | on sigin access Dasboard | display Dasboard and access everything |
- User can Login
- Admin can create users
- Admin user can create project
- Admin user can create clients
- Admin user can create tickets
- User can view their own Ticket
- User updates Ticket
- Access to a laptop or a phone or a desktop computer
- Access to internet
- have latest version of browser installed
- Install Node js and npm
- Ruby 2.7.4
- Postgresql
- Install ruby version using rvm install 2.7.4 --default then install gem bundler and rails
- Install Node js
- Fork or Download the repository
- clone the repository
- Unzip the downloaded Folder
- open the folder in an editor of choice
- npm install --prefix client to install dependencies
- bundle install
- run rails s to start the application
https://khub-tracker.herokuapp.com/
- React js - which was used to create the user Interface.
- Boostrap - which was used to style the User Interface.
- Ruby on Rails - Used in creating a rails API
- There are currently no know bugs
MIT License
Copyright (c) 2022 Valentine Maiyo
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. Go Back to the top
Email- maiyoj12@gmail.com