ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/Evidox/EvidenceItemLogCreator/Notes.txt
Revision: 702
Committed: Thu May 21 21:41:31 2020 UTC (5 years, 10 months ago) by nino.borges
Content type: text/plain
File size: 974 byte(s)
Log Message:
updating the notes to show that I finished an item but one other (arrows) is not working.

File Contents

# User Rev Content
1 nino.borges 681
2 nino.borges 684 * can the note at the bottom of the evidence log output start in column A rather than B?
3     * can we add 'Evidence Item Log' as a suffix to the file name output?
4     * can the font of the note at the bottom be in size 10 instead of 11 font?
5 nino.borges 689 * is it possible to auto-fit the width of the columns with this program?
6     * shortening some of the header names would save some space as well: "File Quantity" = "File Count", "Size Unit" = "Unit"
7 nino.borges 702 ? can we turn off the filtering option?
8 nino.borges 681 - can we have the "size" round to the hundredths? 2 decimal places?
9     - I think on GB that will work but if it's a converted number, that might jam us. Remember, if we received 500MB, it will show .5GB. That's okay but if it's lower than that we need to show .005GB
10     - I can add some logic to make that call though. if over x size, do the rounding
11 nino.borges 684 * Add a busy modal dialog
12 nino.borges 702 * Consider changing to analyze the column names and not column numbers, like the JS live report program does.