Skip to content

Instantly share code, notes, and snippets.

@firedev
Last active February 16, 2023 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firedev/f8c33c1ec911b3b70c6a2f50565e45ca to your computer and use it in GitHub Desktop.
Save firedev/f8c33c1ec911b3b70c6a2f50565e45ca to your computer and use it in GitHub Desktop.
graph
TrackingTime --> ManualTime
TrackingTime --> AutomaticTime
TrackingTime --> MobileTime
graph
T(TrackingTime)
T --> ManualTime
T --> AutomaticTime
T --> MobileTime
graph
T(Tracking Time) --> A(Manual Time)
T --> B(Automatic Time)
T --> C(Mobile Time)
T --> D(Manual Time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment