ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/Evidox/EvidenceItemLogCreator/Notes.txt
Revision: 684
Committed: Thu May 7 20:08:21 2020 UTC (5 years, 10 months ago) by nino.borges
Content type: text/plain
File size: 974 byte(s)
Log Message:
First round of changes requested by the team and added a text file to track these.

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 681 - 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     - can we turn off the filtering option?
8     - 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 681 - Consider changing to analyze the column names and not column numbers, like the JS live report program does.