You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Pull Reference Data - OKAPI Permissions", "Pull Reference Data - Capability Sets", "Pull Reference Data - Capabilities", "Pull Reference Data - OKAPI Permission Sets"
43
44
"Expand Capability Sets", "Compare OKAPI Permissions to Eureka Capabilities", "Compare Current User Permission Sets to Eureka Capabilities",
44
-
"Find Possible Capability Matches to OKAPI Permissions", "Build Web Interface - FOLIO Roles Simulator", "Reprocess the Capability Set Selection File (csv)", "Main Menu"
45
+
"Find Possible Capability Matches to OKAPI Permissions", "Build Web Interface - FOLIO Roles Simulator", "Build Web Interface 2 - FOLIO Roles Simulator w/o comparison", "Reprocess the Capability Set Selection File (csv)", "Main Menu"
45
46
]
46
47
sub_menu_back=False
47
48
sub_menu=TerminalMenu(
@@ -73,6 +74,7 @@ def main():
73
74
print("Building Working CSV and HTML File")
74
75
find_possible_compatibility_sets()
75
76
generate_web_page()
77
+
generate_mock_web_page()
76
78
print("<<<<<<< Process Complete >>>>>>>")
77
79
time.sleep(5)
78
80
elifmain_sel==3:
@@ -120,10 +122,14 @@ def main():
120
122
generate_web_page()
121
123
time.sleep(5)
122
124
elifsub_sel==9:
125
+
print("Build Web Interface - FOLIO Roles Simulator with out comparison >>>>>>>")
126
+
generate_mock_web_page()
127
+
time.sleep(5)
128
+
elifsub_sel==10:
123
129
print("Reprocessing the CSV file to find more capability sets >>>>>>>")
0 commit comments