A bug report system based on Google Sheets.
The easiest way to manage bugs in test versions of your web projects.
- Copy this sheet (recommended to open in a new tab)
- Extensions > Apps Script
- Deploy > New deployment
- Put any text in the description field > Deploy
- Give the application read and write permissions: Advanced > Go to bugbox
- Copy the second link
web app url
- Copy and paste this script into your site source and insert your app url into the script to
googleSheetsLink
parameter replacing 'YOUR_GOOGLE_SHEET' - 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>
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 |
- 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
- add new colomns
- delete colomns
- rename colomns
- change column order
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.