mirror of https://github.com/mingrammer/diagrams
- Analytics - Mixpanel - Hotjar - Customer Data Platform - Rudderstack - Segment - Customer Relationship Managment - Pipedrive - Issues - ZenHub - Product - Productboardpull/359/head
parent
f944a773d4
commit
d8691d489b
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Saas
|
||||
|
||||
|
||||
class _CustomerDataManagement(_Saas):
|
||||
_type = "cdm"
|
||||
_icon_dir = "resources/saas/cdm"
|
||||
|
||||
|
||||
class Segment(_CustomerDataManagement):
|
||||
_icon = "segment.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Saas
|
||||
|
||||
|
||||
class _CustomerRelationshipManagement(_Saas):
|
||||
_type = "crm"
|
||||
_icon_dir = "resources/saas/crm"
|
||||
|
||||
|
||||
class Pipedrive(_CustomerRelationshipManagement):
|
||||
_icon = "pipedrive.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Saas
|
||||
|
||||
|
||||
class _Issues(_Saas):
|
||||
_type = "issues"
|
||||
_icon_dir = "resources/saas/issues"
|
||||
|
||||
|
||||
class ZenHub(_Issues):
|
||||
_icon = "zenhub.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in new issue