Utils/constants.py (52 lines of code) (raw):
repo_to_complexity = {
# JS
'ReactNavbar': 'low_low',
'AngularCosmoAdmin': 'low_avg',
'ReactBookmarks': 'low_high',
'ReactPodcastItem': 'avg_low',
'AngularCosmoMenu': 'avg_avg',
'AngularCosmoPage': 'avg_high',
'ReactSignUp': 'high_low',
'ToDoApp_AngularJS': 'avg_avg_2',
'ToDoApp_ReactJS': 'high_avg',
'AngularCalendar': 'high_high',
'Piano_NativeJS': 'high_low',
'ReactSelect': 'extra_high_high',
'ToDoApp_jQuery': 'high_low',
'ReactFetchAPI': 'avg_low',
# JAVA ...
'GenerateLogAspOnServ': 'low_avg',
'GenerateServiceDaoOnDto': 'avg_high',
'GenerateSpringBootApp': 'high_high',
'AddEntityUserToApp': 'high_avg',
'BankApplication': 'high_high',
'FuzzyCompare': 'high_avg',
'Monitoring': 'low_low',
'BankApplicationWriteTest': 'high_high',
'LogmetricsWriteTest': 'high_high',
'ObfuscatorWriteTest': 'low_low',
'Obfuscator': 'low_low',
'SpringBootWriteTest': 'avg_avg',
'JSFToSpringBoot': 'high_extra_high',
'SpringXMLToBoot': 'high_avg',
'SpringDirtyToSpring': 'high_high',
'BankAppToSB': 'high_high',
'JSFToSpringLow': 'low_low',
'Insurance': 'high_high',
'AutoInsurance': 'high_avg',
'LibrarySensitiveLogs': 'avg_avg'
}
repo_to_technology = {
'ReactSelect': 'React',
'AngularCalendar': 'Angular',
'ToDoApp_ReactJS': 'React',
'ReactSignUp': 'React',
'AngularCosmoPage': 'Angular',
'AngularCosmoMenu': 'Angular',
'ReactPodcastItem': 'React',
'ReactBookmarks': 'React',
'AngularCosmoAdmin': 'Angular',
'ReactNavbar': 'React',
'ReactFetchAPI': 'React',
'ToDoApp_AngularJS': 'Angular',
'ToDoApp_jQuery': 'jQuery',
'Piano_NativeJS': 'NativeJS'
}