Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Wyrmprint optimizer #286

Open
RaenonX opened this issue Sep 8, 2021 · 0 comments
Open

Wyrmprint optimizer #286

RaenonX opened this issue Sep 8, 2021 · 0 comments
Assignees
Labels

Comments

@RaenonX
Copy link
Member

RaenonX commented Sep 8, 2021

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

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
@RaenonX RaenonX added this to the v2.20.0 milestone Sep 8, 2021
@RaenonX RaenonX self-assigned this Sep 8, 2021
@RaenonX RaenonX removed this from the v2.20.0 milestone Sep 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant