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

feat: Add support for hiding empty plays and plays without roles #177

Merged
merged 14 commits into from Mar 25, 2024

Commits on Mar 23, 2024

  1. feat: Add support for hiding empty plays

    Add a new flag `--hide-empty-plays` to not show in the graphs plays that end up being empty after applying the filters.
    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    22047f1 View commit details
    Browse the repository at this point in the history
  2. faster is_empty

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    f316db1 View commit details
    Browse the repository at this point in the history
  3. implement hiding

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    abe776a View commit details
    Browse the repository at this point in the history
  4. add new test case

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5f7be1e View commit details
    Browse the repository at this point in the history
  5. Autoformat code using black

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    dac8ff1 View commit details
    Browse the repository at this point in the history
  6. rename get_nodes

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    01218fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    226341a View commit details
    Browse the repository at this point in the history
  8. minor changes

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ffac1e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf2de10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12f6840 View commit details
    Browse the repository at this point in the history
  11. Autoformat code using black

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    f57959d View commit details
    Browse the repository at this point in the history
  12. update readme

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8d8d56c View commit details
    Browse the repository at this point in the history
  13. fix mermaid

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e4bfb78 View commit details
    Browse the repository at this point in the history
  14. Autoformat code using black

    haidaraM committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6b946a7 View commit details
    Browse the repository at this point in the history