application_quality_checker

class ApplicationQualityChecker(quality_checkers.quality_checker.QualityChecker):
def fields(self):

The fields that this checker can check. Used for rendering the reports and quality reminder e-mails.

def check(self, fs):

The checker logic. Calculates and returns the quality metrics for an utils.fact_sheet_types.Application fact sheet.

def preload(self):

In case you want to preload some fact sheet types to improve processing speed, please do it here. Note that if you don't do this, all related FS types will be requested individually, which can take some time.