Skip to content

vmikh/bugbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is bugbox?

A bug report system based on Google Sheets.
The easiest way to manage bugs in test versions of your web projects.

How to install

  1. Copy this sheet (recommended to open in a new tab)
  2. Extensions > Apps Script
  3. Deploy > New deployment
  4. Put any text in the description field > Deploy
  5. Give the application read and write permissions: Advanced > Go to bugbox
  6. Copy the second link web app url
  7. Copy and paste this script into your site source and insert your app url into the script to googleSheetsLink parameter replacing 'YOUR_GOOGLE_SHEET'
  8. Enjoy!
<script>
    window.bagboxSettings = {
        googleSheetsLink: 'YOUR_GOOGLE_SHEET',
        isHidden: false
    };
    (function(u){var s=document.createElement('script');s.type='text/javascript';s.async=true;s.type="module";s.src=u; var x=document.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x); })('https://vmikh.github.io/bugbox/dist/prod/app-min.js');
</script>

Widget Settings

Param Type Description
googleSheetsLink String Google sheet link
isHidden Bool Enables hidden mode. Three fast clicks in bottom right corner of screen to open widget

Sheet options

You can

  • edit Actual result, Expected result, Priority, Assignee and Status fields
  • edit lists of Priority, Assignee and Status at the 'libraries' sheet
  • hide columns
  • edit row and column size and stile of spreadsheet

Please, do not

  • add new colomns
  • delete colomns
  • rename colomns
  • change column order

Automatic screenshot

In modern desktop browsers you can take an automatic screenshot. To take a screenshot automatically, you need to give your browser permission to record your screen.



Watch Install Manual

Credits

Platform.js v1.3.6

Contacts

bugbox.io
info@bugbox.io

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •