You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a pattern creates an edge action, every schema that uses them gets that action with the same name. Presumably, they would all be the same implementation so it might make sense if they all shared the same action? But even if we want each action to be duplicated for each schema, their names are always the same. It might be nice to be able to name the action with a token or something to allow for unique names per schema. Something like:
So ShowJumpingEntrySchema would generate an AddHorseEdgeToShowJumpingEntry action, etc. Not a huge deal, but just a thought. Atm I'm manually renaming them anyways.
The text was updated successfully, but these errors were encountered:
When a pattern creates an edge action, every schema that uses them gets that action with the same name. Presumably, they would all be the same implementation so it might make sense if they all shared the same action? But even if we want each action to be duplicated for each schema, their names are always the same. It might be nice to be able to name the action with a token or something to allow for unique names per schema. Something like:
So
ShowJumpingEntrySchema
would generate anAddHorseEdgeToShowJumpingEntry
action, etc. Not a huge deal, but just a thought. Atm I'm manually renaming them anyways.The text was updated successfully, but these errors were encountered: