Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wizard To-Do List #57

Open
9 of 18 tasks
dwhswenson opened this issue Oct 26, 2021 · 2 comments
Open
9 of 18 tasks

Wizard To-Do List #57

dwhswenson opened this issue Oct 26, 2021 · 2 comments

Comments

@dwhswenson
Copy link
Member

dwhswenson commented Oct 26, 2021

This is a list of known issues/things to improve in the Wizard. As of current writing (Oct 2021), I'm working on the things listed as "before release of v0.3." For things listed as "after v0.3", I'd happily accept PRs!

Before release of v0.3

  • Add help for n_frames_max (#58)
  • Add help for volume category (#58)
  • Add help for Union, Intersection, and Complement volumes (#58)
  • Add LoadFromOPSFile to volumes (#58)
  • Use Helper to parse input when selecting objects from OPS file (allow commands) (#58)
  • Add support for catching the quit exception when the wizard is running (#63)
  • Ensure that plugin load order is preserved (create an OrderedSet to handle this) (#60)
  • Add pauses at various points to give better UX (#62)
    • creating subvolumes
    • after naming an object
  • Write wizard usage docs (probably in core OPS)
  • flake8/pylint pass over wizard subdirectory (#66)

After v0.3

  • Fix error when bad filename given while loading topology from PDB (should give file not found error):

    🧙 Where is a PDB file describing your system? foo.pdb
    
    👺 Sorry, I couldn't understand the input 'foo.pdb'.
       Here's the error I got:
       RuntimeError: No CategoryCompiler registered for 'engine'
    
  • Add ?? functionality to get help about help (what additional options are allowed for help -- e.g., for category help, you can give either number or name)

  • Add ?repeat (and !repeat, perhaps?) to repeat a question -- especially in the case of ask_enumerate_dict type of things.

  • Add !ls command (should this call the system version to match user prefs on output (color, etc)?)

  • Enable history with up-arrow (should be at the level of the console, see Python stdlib module readline)

  • Add help when selecting from existing objects (must come from context, I think)

  • Remove ask_enumerate, replace all with ask_enumerate_dict

  • Add summary for after using LoadFromOPSFile (it feels too abrupt going to the next thing now)

... and, obviously, add we need to extend support to add more options from the tools in OPS!

@sroet
Copy link
Member

sroet commented Oct 27, 2021

I would also prefer a flake8 or pylint sweep and look for unused code before v0.3

@dwhswenson
Copy link
Member Author

dwhswenson commented Oct 27, 2021

I would also prefer a flake8 or pylint sweep and look for unused code before v0.3

Good point (the whole codebase probably needs a pass of this). I think I finally got my in-editor linting tool working again yesterday -- it had been broken for quite a while, and I usually rely on it for things like counting blank lines.

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

No branches or pull requests

2 participants