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

use numbered dataflow labels on seq diagram #94

Merged
merged 1 commit into from Sep 10, 2020

Conversation

nineinchnick
Copy link
Collaborator

Use numbered dataflow labels on seq diagram. This makes it easier to read when comparing seq and dfd diagrams.

Please note that changes here are very similar to what's proposed in #80, that is:

  • moving label and color functions to methods of the Element class
  • adding shape and display_name methods
    which makes it even easier to override classes. As a side effect, _dfd() method has been removed from most classes since it's a duplicate now.

This also has the same fix as #93 but that other PR is way simpler and might be merged earlier.

Preview:
seq

@nineinchnick nineinchnick requested a review from izar as a code owner March 26, 2020 17:56
@ghost
Copy link

ghost commented Mar 26, 2020

Congratulations 🎉. DeepCode analyzed your code in 2.742 seconds and we found no issues. Enjoy a moment of no bugs ☀️.

👉 View analysis in DeepCode’s Dashboard | Configure the bot

pytm/pytm.py Outdated Show resolved Hide resolved
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.

None yet

1 participant