Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 871 Bytes

TODO.md

File metadata and controls

33 lines (25 loc) · 871 Bytes

TO-DO

Features and improvements

  • automatically position tools in flow
  • automatic tool naming
    • and also checking for invalid names
  • add user control pages
  • add more enums for easy input setting
    • some FuIDs
    • user control icons
    • tool ids
  • pysion.shorcuts
    • basic_comp() for jumpstarting projects
    • default_comp() that uses configurable settings?
    • quick titles or something
  • implement _contains_ method to avoid bugs when self.tools haven't been initialized

Issues

  • Adding Macro inside Macro seems to break stuff

Docs

  • add feature highlights and short examples
  • add changelog
  • docstring everything

Examples

  • create example that uses loops and "classic programming" features to make comps
  • macro example with user controls
  • FuPlot example