QcReporter.rb details
From UA Libraries Digital Services Planning and Documentation
(Difference between revisions)
(New page: ==QcReporter Components== # QcReporter.rb # daily_log_of_files_for_qc.txt # daily_scanning_activity.txt # filelist.txt # files_for_qc.txt # readme.txt # todaysfilelist.txt ==QcReporter.rb...) |
m |
||
| Line 1: | Line 1: | ||
| + | '''NOTE: The following page is considered obsolete -- we are no longer using this program -- so the information has been rendered in a gray font''' | ||
| + | |||
| + | <font color="grey"> | ||
==QcReporter Components== | ==QcReporter Components== | ||
# QcReporter.rb | # QcReporter.rb | ||
| Line 39: | Line 42: | ||
# This file contains a list of all of the files that were uploaded to the s: drive inprogress folder the previous day. | # This file contains a list of all of the files that were uploaded to the s: drive inprogress folder the previous day. | ||
# This file is erased each day and can not be used as a log | # This file is erased each day and can not be used as a log | ||
| + | </font> | ||
Current revision
NOTE: The following page is considered obsolete -- we are no longer using this program -- so the information has been rendered in a gray font
Contents |
QcReporter Components
- QcReporter.rb
- daily_log_of_files_for_qc.txt
- daily_scanning_activity.txt
- filelist.txt
- files_for_qc.txt
- readme.txt
- todaysfilelist.txt
QcReporter.rb
This is the Ruby script file itself and requires no intervention on the part of the user because it runs as a scheduled task off of one of the PC's
Daily_log_of_files_for_qc.txt
- Found in directory: S:\Digital Projects\Administrative\Daily_QC_Status_Reports
- This file is a running log of the files and directories that were uploaded the previous day who did not meet our standards for file or directory naming.
- This files contents is separated by the date and can be used as a daily reference for quality control activities and maintainance
Daily_scanning_activity.txt
- Found in directory: S:\Digital Projects\Administrative\Daily_QC_Status_Reports
- This file contains a daily log of all the media files that were deposited on to the s: drive the previous day, effectively showing us a daily productivity count.
Filelist.txt
- Found in directory: S:\Digital Projects\Administrative\Daily_QC_Status_Reports
- This file contains a list of all of the media files that are present on the s: drive inprogress folder.
- This list is a complete cross section of all media files and should only be used as a reference or for troubleshooting
- This file is erased and remade each day and can not be used as a log file
Files_for_qc.txt
- Found in directory: S:\Digital Projects\Administrative\Daily_QC_Status_Reports
- This file contains all of the files and directories that are found in the inprogress directory who do not comply with our file naming or directory naming standards.
- This is a lengthy file and is not as easy to navigate as the Daily_log_of_files_for_qc.txt mentioned above.
Readme.txt
- Found in directory: S:\Digital Projects\Administrative\Daily_QC_Status_Reports
- This file contains helpful information about QcReporter and its components
Todaysfilelist.txt
- Found in directory: S:\Digital Projects\Administrative\Daily_QC_Status_Reports
- This file contains a list of all of the files that were uploaded to the s: drive inprogress folder the previous day.
- This file is erased each day and can not be used as a log
