-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Reorganizing project packages (#320)
- Loading branch information
1 parent
46d54a1
commit 60fa1ed
Showing
104 changed files
with
480 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
export enum ActionRoutes { | ||
WIDGET_DATA_SOURCE = 'fb.exchange.action.widget.data-source', | ||
} | ||
|
||
export enum RoutingKeys { | ||
// Dashboards | ||
DASHBOARD_DOCUMENT_REPORTED = 'fb.exchange.module.document.reported.dashboard', | ||
DASHBOARD_DOCUMENT_CREATED = 'fb.exchange.module.document.created.dashboard', | ||
DASHBOARD_DOCUMENT_UPDATED = 'fb.exchange.module.document.updated.dashboard', | ||
DASHBOARD_DOCUMENT_DELETED = 'fb.exchange.module.document.deleted.dashboard', | ||
|
||
// Tabs | ||
TAB_DOCUMENT_REPORTED = 'fb.exchange.module.document.reported.tab', | ||
TAB_DOCUMENT_CREATED = 'fb.exchange.module.document.created.tab', | ||
TAB_DOCUMENT_UPDATED = 'fb.exchange.module.document.updated.tab', | ||
TAB_DOCUMENT_DELETED = 'fb.exchange.module.document.deleted.tab', | ||
|
||
// Groups | ||
GROUP_DOCUMENT_REPORTED = 'fb.exchange.module.document.reported.group', | ||
GROUP_DOCUMENT_CREATED = 'fb.exchange.module.document.created.group', | ||
GROUP_DOCUMENT_UPDATED = 'fb.exchange.module.document.updated.group', | ||
GROUP_DOCUMENT_DELETED = 'fb.exchange.module.document.deleted.group', | ||
|
||
// Widgets | ||
WIDGET_DOCUMENT_REPORTED = 'fb.exchange.module.document.reported.widget', | ||
WIDGET_DOCUMENT_CREATED = 'fb.exchange.module.document.created.widget', | ||
WIDGET_DOCUMENT_UPDATED = 'fb.exchange.module.document.updated.widget', | ||
WIDGET_DOCUMENT_DELETED = 'fb.exchange.module.document.deleted.widget', | ||
|
||
// Widget's display | ||
WIDGET_DISPLAY_DOCUMENT_REPORTED = 'fb.exchange.module.document.reported.widget.display', | ||
WIDGET_DISPLAY_DOCUMENT_CREATED = 'fb.exchange.module.document.created.widget.display', | ||
WIDGET_DISPLAY_DOCUMENT_UPDATED = 'fb.exchange.module.document.updated.widget.display', | ||
WIDGET_DISPLAY_DOCUMENT_DELETED = 'fb.exchange.module.document.deleted.widget.display', | ||
|
||
// Widget's data sources | ||
WIDGET_DATA_SOURCE_DOCUMENT_REPORTED = 'fb.exchange.module.document.reported.widget.data-source', | ||
WIDGET_DATA_SOURCE_DOCUMENT_CREATED = 'fb.exchange.module.document.created.widget.data-source', | ||
WIDGET_DATA_SOURCE_DOCUMENT_UPDATED = 'fb.exchange.module.document.updated.widget.data-source', | ||
WIDGET_DATA_SOURCE_DOCUMENT_DELETED = 'fb.exchange.module.document.deleted.widget.data-source', | ||
} | ||
|
||
export enum ExchangeCommand { | ||
SET = 'set', | ||
GET = 'get', | ||
REPORT = 'report', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.