Skip to content

Conversation

@sverhoeven
Copy link
Collaborator

@sverhoeven sverhoeven commented Jul 24, 2025

TODO

  • block form until pyscript is ready, with loading... modal
  • less pyscript
    • use native file input
    • use @when decorator + FormData instead of listeners and getElementById
  • use web worker to unblock main UI thread during computation
  • show progress, by calling progress func defined in main script in worker.py
  • render solutions.out as table
  • render fitted model and target density map with molstar, see protein detective visualization notebook

@codacy-production
Copy link

codacy-production bot commented Jul 24, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (96d0e75) 1887 629 33.33%
Head commit (78ed883) 1887 (+0) 629 (+0) 33.33% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#59) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@sverhoeven
Copy link
Collaborator Author

Tried some things in https://github.com/haddocking/powerfit/tree/app-web-worker but got stuck calling web worker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants