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

Feature/additional components #115

Merged
merged 30 commits into from
Oct 22, 2020

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    389e480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84c9db6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    064fbc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6680e55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a1bc20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a8942a View commit details
    Browse the repository at this point in the history
  7. Add units to graph output

    Tyler-Ward committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    94d6fc9 View commit details
    Browse the repository at this point in the history
  8. Split qty into multiple fields

    There is now a numberic field 'qty' and a multiplier field 
    'qty_multiplier'
    Tyler-Ward committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    bb37b37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    668ee0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e852df5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22e6fb5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    983c322 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e929fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    038938c View commit details
    Browse the repository at this point in the history
  15. remove bom designators for connector extras with show_name=false

    This matches the behaviour of the connectors themselves
    Tyler-Ward committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    3e1e9b7 View commit details
    Browse the repository at this point in the history
  16. Add Bom referenced parts lists for aditional components

    Bom generation has been refactored to add an ID field and remove
    duplicates. This is used to lookup adidiontal components and a lookup
    reference and short description is now included in the graph rather than
    the full details.
    Tyler-Ward committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    c6c54b0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5170631 View commit details
    Browse the repository at this point in the history
  18. Implement suggested code cleanup

    Moved aditional components from dicts to a new dataclass
    Update dict get refrences to class members
    Simplify Connector and Cable bom generation (deduplication is now
    handled with the additional components)
    Other small sugested cleanups
    Tyler-Ward committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    7c67a9e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    abcccbd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3faaff6 View commit details
    Browse the repository at this point in the history
  21. Move qty_multiplier functions into Connector and cable dataclasses

    Also rename long_name to description
    Tyler-Ward committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    20622e0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a450c82 View commit details
    Browse the repository at this point in the history
  23. Deduplicate additional components functions

    Also refine bom variable names and fix a comple of typos
    Tyler-Ward committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    cb3e3f4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b7f184e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    715fe36 View commit details
    Browse the repository at this point in the history
  26. Fix issue with deduplication of connectors.

    unit is set to emptystring which doesen't deduplicate with the none 
    present when unit is not set
    Tyler-Ward committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    e6c21bd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5e0827b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f128ea2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    052348c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eeff65 View commit details
    Browse the repository at this point in the history