Re: Screen snippets in a tracker issue
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
In message <MWHPR08MB29416201859F3825ADE713D3CA8B9@MWHPR08MB2941.namprd08.prod.
outlook.com>,
Tom Ekberg writes:
> We have been using roundup trackers for about 12 years now. Currently
> there is a need to create another tracker (we have >10 of them) with
> the ability to store screen snippets in an issue so the user can
> record exactly what is going on. Has anyone given some thought to
> this?
I see a few ways to do this:
1) screenshot is saved to disk and uploaded as an attachment.
Advantage: works with current workflow, no tracker changes
Disadvantage: not a great workflow
2) integrate https://pqina.nl/filepond/ into tracker
Advantages: can copy/paste files and can paste images dependedent on
browser support.
Disadvantage: may require changes on backend to handle the encoded data
as it won't create a standard upload form element that roundup
expects.
In theory you can async upload using rest and save the file id and submit
the new file ids adding them to the files property for the issue
You may be able to post using the standard form as the files are
available and
https://stackoverflow.com/questions/56018046/submit-form-data-to-the-backend-with-filepond-file-uploader-and-another-input-fi. Adding
elements to the form with the name files-1, files-2 files-3
etc. and the contents from the filepond file content using some
additional javascript.
3) implement something along the lines of:
https://stackoverflow.com/questions/50427513/html-paste-clipboard-image-to-file-input
I would be interested in what people come up with. I would like to
integrate pasting of screen captures (and naming of the file) into my
tracker (and make it part of the classic tracker). This was a very
useful feature when using jira.
--
-- rouilj
John Rouillard
===========================================================================
My employers don't acknowledge my existence much less my opinions.