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
{{ message }}
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
def previous_calculation_result():
send_params_used_for_calc_check()
result = previous_calculation_result()
if not result:
calculate_at_client_side()
send_params_and_result_to_server()
show_result_at_client_side()
Utilize something like <Lazy> for better UX because more prints = more time needed for calculation
Ideally have a progress bar for showing the current calculation process
The text was updated successfully, but these errors were encountered:
Blocked by #166. (or else allow manually input the parameters first)
This should be similar to https://github.com/RaenonX-DL/dragalia-print-optimizer in terms of API. Check what is exposed in
script_find_print.py
.Calculation Workflow Pseudo Code
<Lazy>
for better UX because more prints = more time needed for calculationThe text was updated successfully, but these errors were encountered: