goadesign / model

Create your software architecture models and diagrams in Go.
MIT License
331 stars 19 forks source link

Remove External tag and fix potential crashes #706

Closed raphael closed 1 month ago

raphael commented 1 month ago

The External tag does not allow styling because of its position. Also different external systems may need to be styled differently so revert the External tag creation and instead rely on explicit tags in the design.

Fix a few missing nil checks both in both the JS app and the Go code.