@anasahmed8819/viewdu-market-ngx-html-prv 1.0.10 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -1,634 +1 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgModule, Input, ViewChild, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
-
import { CommonModule, CurrencyPipe, DatePipe } from '@angular/common';
|
|
4
|
-
import * as i1 from '@angular/router';
|
|
5
|
-
import { RouterModule } from '@angular/router';
|
|
6
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
7
|
-
import * as i2$1 from '@cashikoi/viewdu-ngx-lib';
|
|
8
|
-
import { AppMaterialModule, AppSyncfusionModule, CoreCommonModule, CoreGridModule, CoreUserModule, ViewDuHelpComponent } from '@cashikoi/viewdu-ngx-lib';
|
|
9
|
-
import * as i2 from '@angular/material/snack-bar';
|
|
10
|
-
import * as i3 from '@ngx-translate/core';
|
|
11
|
-
import * as i5 from '@syncfusion/ej2-angular-navigations';
|
|
12
|
-
import * as i2$2 from '@angular/material/card';
|
|
13
|
-
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
|
|
14
|
-
import { AgGridModule } from 'ag-grid-angular';
|
|
15
|
-
|
|
16
|
-
/*
|
|
17
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
18
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
19
|
-
*/
|
|
20
|
-
class ViewduMarketNgxHtmlPrvModule {
|
|
21
|
-
constructor() { }
|
|
22
|
-
static forRoot() {
|
|
23
|
-
return {
|
|
24
|
-
ngModule: ViewduMarketNgxHtmlPrvModule,
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: ViewduMarketNgxHtmlPrvModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
28
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: ViewduMarketNgxHtmlPrvModule, imports: [CommonModule,
|
|
29
|
-
RouterModule,
|
|
30
|
-
FormsModule,
|
|
31
|
-
ReactiveFormsModule,
|
|
32
|
-
AppMaterialModule, AppSyncfusionModule, CoreCommonModule, CoreGridModule, CoreUserModule] }); }
|
|
33
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: ViewduMarketNgxHtmlPrvModule, imports: [CommonModule,
|
|
34
|
-
RouterModule,
|
|
35
|
-
FormsModule,
|
|
36
|
-
ReactiveFormsModule,
|
|
37
|
-
AppMaterialModule, AppSyncfusionModule, CoreCommonModule, CoreGridModule, CoreUserModule] }); }
|
|
38
|
-
}
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: ViewduMarketNgxHtmlPrvModule, decorators: [{
|
|
40
|
-
type: NgModule,
|
|
41
|
-
args: [{
|
|
42
|
-
imports: [
|
|
43
|
-
CommonModule,
|
|
44
|
-
RouterModule,
|
|
45
|
-
FormsModule,
|
|
46
|
-
ReactiveFormsModule,
|
|
47
|
-
AppMaterialModule, AppSyncfusionModule, CoreCommonModule, CoreGridModule, CoreUserModule,
|
|
48
|
-
],
|
|
49
|
-
declarations: [],
|
|
50
|
-
exports: [],
|
|
51
|
-
providers: [],
|
|
52
|
-
}]
|
|
53
|
-
}], ctorParameters: () => [] });
|
|
54
|
-
|
|
55
|
-
class TreeSpecComponent {
|
|
56
|
-
constructor(route, router, snackBar, changeDetector, translate, helpTreeService) {
|
|
57
|
-
this.route = route;
|
|
58
|
-
this.router = router;
|
|
59
|
-
this.snackBar = snackBar;
|
|
60
|
-
this.changeDetector = changeDetector;
|
|
61
|
-
this.translate = translate;
|
|
62
|
-
this.helpTreeService = helpTreeService;
|
|
63
|
-
this.editMode = true;
|
|
64
|
-
// Top level groups
|
|
65
|
-
this.titleMain = 'dev.main.title';
|
|
66
|
-
this.titleUnderConstruction = 'dev.construction.title';
|
|
67
|
-
this.titlePreStart = 'dev.pre-start.title';
|
|
68
|
-
this.titleOverview = 'spec.overview.title';
|
|
69
|
-
this.titleChangeLog = 'spec.change.title';
|
|
70
|
-
this.titleArchitecture = 'spec.architecture.title';
|
|
71
|
-
this.titleBusinessRules = 'spec.rules.title';
|
|
72
|
-
this.titleDataModel = 'spec.data-model.title';
|
|
73
|
-
this.titleUI = 'spec.ui.title';
|
|
74
|
-
this.titleUiRecruit = 'spec.ui.recruit.title';
|
|
75
|
-
this.titleUiProduct = 'spec.ui.product.title';
|
|
76
|
-
this.titleUiFeature = 'spec.ui.feature.title';
|
|
77
|
-
this.titleUiService = 'spec.ui.service.title';
|
|
78
|
-
this.titleUiCommunity = 'spec.ui.community.title';
|
|
79
|
-
this.titleUiProfile = 'spec.ui.profile.title';
|
|
80
|
-
this.loading = true;
|
|
81
|
-
this.paginationPageSize = 100;
|
|
82
|
-
this.paginationPageSizeSelector = [10, 20, 50, 100];
|
|
83
|
-
// Hierarchical data source for TreeView component
|
|
84
|
-
this.hierarchicalData = [
|
|
85
|
-
{
|
|
86
|
-
id: 'market-overview', name: this.translate.instant(this.titleOverview), expanded: true,
|
|
87
|
-
}, {
|
|
88
|
-
id: 'market-change-log', name: this.translate.instant(this.titleChangeLog), expanded: true,
|
|
89
|
-
}, {
|
|
90
|
-
id: 'market-architecture', name: this.translate.instant(this.titleArchitecture), expanded: true,
|
|
91
|
-
}, {
|
|
92
|
-
id: 'market-business-rules', name: this.translate.instant(this.titleBusinessRules), expanded: true,
|
|
93
|
-
}, {
|
|
94
|
-
id: 'market-data-model', name: this.translate.instant(this.titleDataModel), expanded: true,
|
|
95
|
-
}, {
|
|
96
|
-
id: 'market-ui', name: this.translate.instant(this.titleUI), expanded: true,
|
|
97
|
-
subChild: [
|
|
98
|
-
{
|
|
99
|
-
id: 'market-ui-recruit', name: this.translate.instant(this.titleUiRecruit),
|
|
100
|
-
}, {
|
|
101
|
-
id: 'market-ui-product', name: this.translate.instant(this.titleUiProduct),
|
|
102
|
-
}, {
|
|
103
|
-
id: 'market-ui-feature', name: this.translate.instant(this.titleUiFeature),
|
|
104
|
-
}, {
|
|
105
|
-
id: 'market-ui-service', name: this.translate.instant(this.titleUiService),
|
|
106
|
-
}, {
|
|
107
|
-
id: 'market-ui-community', name: this.translate.instant(this.titleUiCommunity),
|
|
108
|
-
}, {
|
|
109
|
-
id: 'market-ui-profile', name: this.translate.instant(this.titleUiProfile),
|
|
110
|
-
}
|
|
111
|
-
]
|
|
112
|
-
}
|
|
113
|
-
];
|
|
114
|
-
// Mapping TreeView fields property with data source properties
|
|
115
|
-
this.field = { dataSource: this.hierarchicalData, id: 'id', text: 'name', child: 'subChild' };
|
|
116
|
-
}
|
|
117
|
-
ngOnInit() {
|
|
118
|
-
this.loading = false;
|
|
119
|
-
this.selectionSubscription = this.helpTreeService.selectionChangedSubject.subscribe((route) => {
|
|
120
|
-
this.tree.selectedNodes = [route];
|
|
121
|
-
this.changeDetector.detectChanges();
|
|
122
|
-
this.router.navigate([route], { relativeTo: this.route });
|
|
123
|
-
});
|
|
124
|
-
}
|
|
125
|
-
ngOnDestroy() {
|
|
126
|
-
if (this.selectionSubscription) {
|
|
127
|
-
this.selectionSubscription.unsubscribe();
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
async nodeClicked(args) {
|
|
131
|
-
this.router.navigate([args.node.dataset.uid], { relativeTo: this.route });
|
|
132
|
-
}
|
|
133
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TreeSpecComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2.MatSnackBar }, { token: i0.ChangeDetectorRef }, { token: i3.TranslateService }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
134
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: TreeSpecComponent, isStandalone: false, selector: "app-tree-spec", inputs: { editMode: "editMode" }, providers: [CurrencyPipe, DatePipe], viewQueries: [{ propertyName: "tree", first: true, predicate: ["tree"], descendants: true, static: true }], ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<ejs-treeview #tree id=\"default\" [fields]='field' (nodeClicked)='nodeClicked($event)'></ejs-treeview>\r\n", styles: [""], dependencies: [{ kind: "component", type: i5.TreeViewComponent, selector: "ejs-treeview", inputs: ["allowDragAndDrop", "allowEditing", "allowMultiSelection", "allowTextWrap", "animation", "autoCheck", "checkedNodes", "cssClass", "disabled", "dragArea", "enableHtmlSanitizer", "enablePersistence", "enableRtl", "expandOn", "expandedNodes", "fields", "fullRowNavigable", "fullRowSelect", "loadOnDemand", "locale", "nodeTemplate", "selectedNodes", "showCheckBox", "sortOrder"], outputs: ["actionFailure", "created", "dataBound", "dataSourceChanged", "destroyed", "drawNode", "keyPress", "nodeChecked", "nodeChecking", "nodeClicked", "nodeCollapsed", "nodeCollapsing", "nodeDragStart", "nodeDragStop", "nodeDragging", "nodeDropped", "nodeEdited", "nodeEditing", "nodeExpanded", "nodeExpanding", "nodeSelected", "nodeSelecting"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
135
|
-
}
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TreeSpecComponent, decorators: [{
|
|
137
|
-
type: Component,
|
|
138
|
-
args: [{ selector: 'app-tree-spec', changeDetection: ChangeDetectionStrategy.OnPush, providers: [CurrencyPipe, DatePipe], standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<ejs-treeview #tree id=\"default\" [fields]='field' (nodeClicked)='nodeClicked($event)'></ejs-treeview>\r\n" }]
|
|
139
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2.MatSnackBar }, { type: i0.ChangeDetectorRef }, { type: i3.TranslateService }, { type: i2$1.HelpTreeService }], propDecorators: { tree: [{
|
|
140
|
-
type: ViewChild,
|
|
141
|
-
args: ['tree', { static: true }]
|
|
142
|
-
}], editMode: [{
|
|
143
|
-
type: Input
|
|
144
|
-
}] } });
|
|
145
|
-
|
|
146
|
-
/*
|
|
147
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
148
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
149
|
-
*/
|
|
150
|
-
class ArchitectureComponent extends ViewDuHelpComponent {
|
|
151
|
-
constructor(route, router, helpTreeService) {
|
|
152
|
-
super(route, router, helpTreeService);
|
|
153
|
-
this.route = route;
|
|
154
|
-
this.router = router;
|
|
155
|
-
this.helpTreeService = helpTreeService;
|
|
156
|
-
}
|
|
157
|
-
ngOnInit() {
|
|
158
|
-
super.ngOnInit();
|
|
159
|
-
}
|
|
160
|
-
ngOnDestroy() {
|
|
161
|
-
super.ngOnDestroy();
|
|
162
|
-
}
|
|
163
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: ArchitectureComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
164
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: ArchitectureComponent, isStandalone: false, selector: "app-architecture", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.architecture.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the architecture elements of your feature.\r\n </p>\r\n\r\n <p class=\"tip\">\r\n No need to reinvent the wheel. If your achitecture doesn't change from the Viewdu Stub, just reference that.\r\n </p>\r\n\r\n <strong>\r\n Ensure that you capture all relevant information for high-level, conceptual and physical as needed.\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\r\n <p>\r\n The architecture has been compiled by:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Solution Name</td>\r\n <td>\r\n Viewud Market Feature (non-public)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Hosting Platform</td>\r\n <td>\r\n Cashikoi Azure (Landing Zone)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Application Type</td>\r\n <td>\r\n Reusable Fullstack Feature (SaaS)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Document Type</td>\r\n <td>\r\n Target State\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Solution Architect</td>\r\n <td>\r\n Aiden Dipple\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h4>{{ \"spec.architecture.high-level.heading\" | translate }}</h4>\r\n </div>\r\n\r\n <strong>INSERT INTEGRATION (with Core Viewdu) DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n <li><p>Business Continuity features such as Zone Redundancy or Scalability</p>\r\n <ul>\r\n <li><p>All App Service Plans will be deployed with Zone Redundancy enabled, aligning with Azure\u2019s fault domain model. This ensures high availability and improved SLA compliance by distributing workloads across multiple availability zones.</p></li>\r\n <li><p>The new WebApps will be designed with multiple backend instances and configured for automatic scaling. This allows the application to dynamically adjust to varying workloads, ensuring consistent performance during peak usage.</p></li>\r\n <li><p>The production Azure SQL Server database will be deployed with High Availability (HA) enabled, leveraging zone-redundant configurations and failover capabilities. This adds resilience and minimizes downtime in case of infrastructure failures.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
165
|
-
}
|
|
166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: ArchitectureComponent, decorators: [{
|
|
167
|
-
type: Component,
|
|
168
|
-
args: [{ selector: 'app-architecture', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.architecture.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the architecture elements of your feature.\r\n </p>\r\n\r\n <p class=\"tip\">\r\n No need to reinvent the wheel. If your achitecture doesn't change from the Viewdu Stub, just reference that.\r\n </p>\r\n\r\n <strong>\r\n Ensure that you capture all relevant information for high-level, conceptual and physical as needed.\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\r\n <p>\r\n The architecture has been compiled by:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Solution Name</td>\r\n <td>\r\n Viewud Market Feature (non-public)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Hosting Platform</td>\r\n <td>\r\n Cashikoi Azure (Landing Zone)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Application Type</td>\r\n <td>\r\n Reusable Fullstack Feature (SaaS)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Document Type</td>\r\n <td>\r\n Target State\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Solution Architect</td>\r\n <td>\r\n Aiden Dipple\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h4>{{ \"spec.architecture.high-level.heading\" | translate }}</h4>\r\n </div>\r\n\r\n <strong>INSERT INTEGRATION (with Core Viewdu) DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n <li><p>Business Continuity features such as Zone Redundancy or Scalability</p>\r\n <ul>\r\n <li><p>All App Service Plans will be deployed with Zone Redundancy enabled, aligning with Azure\u2019s fault domain model. This ensures high availability and improved SLA compliance by distributing workloads across multiple availability zones.</p></li>\r\n <li><p>The new WebApps will be designed with multiple backend instances and configured for automatic scaling. This allows the application to dynamically adjust to varying workloads, ensuring consistent performance during peak usage.</p></li>\r\n <li><p>The production Azure SQL Server database will be deployed with High Availability (HA) enabled, leveraging zone-redundant configurations and failover capabilities. This adds resilience and minimizes downtime in case of infrastructure failures.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
169
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
170
|
-
|
|
171
|
-
/*
|
|
172
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
173
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
174
|
-
*/
|
|
175
|
-
class ChangeComponent extends ViewDuHelpComponent {
|
|
176
|
-
constructor(route, router, helpTreeService) {
|
|
177
|
-
super(route, router, helpTreeService);
|
|
178
|
-
this.route = route;
|
|
179
|
-
this.router = router;
|
|
180
|
-
this.helpTreeService = helpTreeService;
|
|
181
|
-
}
|
|
182
|
-
ngOnInit() {
|
|
183
|
-
super.ngOnInit();
|
|
184
|
-
}
|
|
185
|
-
ngOnDestroy() {
|
|
186
|
-
super.ngOnDestroy();
|
|
187
|
-
}
|
|
188
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: ChangeComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
189
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: ChangeComponent, isStandalone: false, selector: "app-change", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.change.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n To ensure traceability and governance, all changes and their impact needs to be documented here.\r\n </p>\r\n\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\r\n <p>\r\n Change Log:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n <table>\r\n <tr>\r\n <th>Date</th>\r\n <th>By</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>20 Sep 2025</td>\r\n <td>Aiden Dipple</td>\r\n <td>\r\n Initial Version\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
190
|
-
}
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: ChangeComponent, decorators: [{
|
|
192
|
-
type: Component,
|
|
193
|
-
args: [{ selector: 'app-change', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.change.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n To ensure traceability and governance, all changes and their impact needs to be documented here.\r\n </p>\r\n\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\r\n <p>\r\n Change Log:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n <table>\r\n <tr>\r\n <th>Date</th>\r\n <th>By</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>20 Sep 2025</td>\r\n <td>Aiden Dipple</td>\r\n <td>\r\n Initial Version\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
194
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
195
|
-
|
|
196
|
-
/*
|
|
197
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
198
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
199
|
-
*/
|
|
200
|
-
class DataComponent extends ViewDuHelpComponent {
|
|
201
|
-
constructor(route, router, helpTreeService) {
|
|
202
|
-
super(route, router, helpTreeService);
|
|
203
|
-
this.route = route;
|
|
204
|
-
this.router = router;
|
|
205
|
-
this.helpTreeService = helpTreeService;
|
|
206
|
-
}
|
|
207
|
-
ngOnInit() {
|
|
208
|
-
super.ngOnInit();
|
|
209
|
-
}
|
|
210
|
-
ngOnDestroy() {
|
|
211
|
-
super.ngOnDestroy();
|
|
212
|
-
}
|
|
213
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: DataComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
214
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: DataComponent, isStandalone: false, selector: "app-data", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n\r\n<div class=\"container-fluid flipflop-section\">\r\n\t<div class=\"row\">\r\n\t\t<div class=\"container\">\r\n\r\n\t\t\t<div class=\"row\">\r\n\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\t\t\t\t\t<h3>{{ 'spec.data-model.title' | translate }}</h3>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"row\">\r\n\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tThe Market data model stores data defined with the Viewdu Marketplace Feature.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tThe Marketplace feature will include the ability to search the Viewdu Core SaaS data through APIs, but it\r\n\t\t\t\t\t\tis responsible for the persistence of the Practitioner's that can be recruited, and their reputation metrics.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t\t<p class=\"success\">\r\n\t\t\t\t\t\tThe Marketplace feature is responsible for tracking and aggregating user reputation and collation of badges and reputation metrics.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<!-- <div class=\"wrapper\"> -->\r\n\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\t\t\t\t\t<img [attr.width]=\"800\"\r\n\t\t\t\t\t\tsrc=\"../../../../../../assets/viewdu-market-ngx-html-prv/home/images/promote/architecture/model-viewdu-market.png\"\r\n\t\t\t\t\t\t[attr.width]=\"800\" class=\"img\">\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<p></p>\r\n\t\t\t<!-- </div> -->\r\n\r\n\t\t<p>Data Dictionary</p>\r\n\r\n\t\t<!-- <div class=\"wrapper\"> -->\r\n\t\t\t<div class=\"row\">\r\n\t\t\t<table>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<th>Table Name</th>\r\n\t\t\t\t\t<th>Description</th>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>User</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>License</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Product</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Practitioner</td>\r\n\t\t\t\t\t<td>The Practitioner entity stores users who have registered as service providers for a Product feature.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Badge</td>\r\n\t\t\t\t\t<td>The Badge entity stores the collection of all awarded badge types that a practitioner can receive.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Endorsement</td>\r\n\t\t\t\t\t<td>The Endorsement entity stores each feedback (positive or negative) that a Practitioner can receive from their hiring Customer.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerProduct</td>\r\n\t\t\t\t\t<td>The PractitionerProduct entity stores which Product features a Practitioner is offering services for.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerEndorsement</td>\r\n\t\t\t\t\t<td>The PractitionerEndorsement entity stores specific Endorsements for a Practitioner. NOTE: I think we only need this, and not an Endorsement entity.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerBadge</td>\r\n\t\t\t\t\t<td>The PractitionerBadge entity stores which Badges a Practitioner has been awarded for a specific Product feature.</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerReputation</td>\r\n\t\t\t\t\t<td>The PractitionerReputation entity stores the current state of a Practitioner's aggregate reputation of awards, badges ad endorsements.</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t</table>\r\n\t\t\t</div>\r\n\t\t\t<p></p>\r\n\t\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
215
|
-
}
|
|
216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: DataComponent, decorators: [{
|
|
217
|
-
type: Component,
|
|
218
|
-
args: [{ selector: 'app-data', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n\r\n<div class=\"container-fluid flipflop-section\">\r\n\t<div class=\"row\">\r\n\t\t<div class=\"container\">\r\n\r\n\t\t\t<div class=\"row\">\r\n\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\t\t\t\t\t<h3>{{ 'spec.data-model.title' | translate }}</h3>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class=\"row\">\r\n\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tThe Market data model stores data defined with the Viewdu Marketplace Feature.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tThe Marketplace feature will include the ability to search the Viewdu Core SaaS data through APIs, but it\r\n\t\t\t\t\t\tis responsible for the persistence of the Practitioner's that can be recruited, and their reputation metrics.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t\t<p class=\"success\">\r\n\t\t\t\t\t\tThe Marketplace feature is responsible for tracking and aggregating user reputation and collation of badges and reputation metrics.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<!-- <div class=\"wrapper\"> -->\r\n\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\t\t\t\t\t<img [attr.width]=\"800\"\r\n\t\t\t\t\t\tsrc=\"../../../../../../assets/viewdu-market-ngx-html-prv/home/images/promote/architecture/model-viewdu-market.png\"\r\n\t\t\t\t\t\t[attr.width]=\"800\" class=\"img\">\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<p></p>\r\n\t\t\t<!-- </div> -->\r\n\r\n\t\t<p>Data Dictionary</p>\r\n\r\n\t\t<!-- <div class=\"wrapper\"> -->\r\n\t\t\t<div class=\"row\">\r\n\t\t\t<table>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<th>Table Name</th>\r\n\t\t\t\t\t<th>Description</th>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>User</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>License</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Product</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Practitioner</td>\r\n\t\t\t\t\t<td>The Practitioner entity stores users who have registered as service providers for a Product feature.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Badge</td>\r\n\t\t\t\t\t<td>The Badge entity stores the collection of all awarded badge types that a practitioner can receive.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Endorsement</td>\r\n\t\t\t\t\t<td>The Endorsement entity stores each feedback (positive or negative) that a Practitioner can receive from their hiring Customer.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerProduct</td>\r\n\t\t\t\t\t<td>The PractitionerProduct entity stores which Product features a Practitioner is offering services for.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerEndorsement</td>\r\n\t\t\t\t\t<td>The PractitionerEndorsement entity stores specific Endorsements for a Practitioner. NOTE: I think we only need this, and not an Endorsement entity.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerBadge</td>\r\n\t\t\t\t\t<td>The PractitionerBadge entity stores which Badges a Practitioner has been awarded for a specific Product feature.</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerReputation</td>\r\n\t\t\t\t\t<td>The PractitionerReputation entity stores the current state of a Practitioner's aggregate reputation of awards, badges ad endorsements.</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t</table>\r\n\t\t\t</div>\r\n\t\t\t<p></p>\r\n\t\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n" }]
|
|
219
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
220
|
-
|
|
221
|
-
/*
|
|
222
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
223
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
224
|
-
*/
|
|
225
|
-
class OverviewComponent extends ViewDuHelpComponent {
|
|
226
|
-
constructor(route, router, helpTreeService) {
|
|
227
|
-
super(route, router, helpTreeService);
|
|
228
|
-
this.route = route;
|
|
229
|
-
this.router = router;
|
|
230
|
-
this.helpTreeService = helpTreeService;
|
|
231
|
-
}
|
|
232
|
-
ngOnInit() {
|
|
233
|
-
super.ngOnInit();
|
|
234
|
-
}
|
|
235
|
-
ngOnDestroy() {
|
|
236
|
-
super.ngOnDestroy();
|
|
237
|
-
}
|
|
238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: OverviewComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
239
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: OverviewComponent, isStandalone: false, selector: "app-overview", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.overview.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n The marketplace feature will enable people to search for Viewdu Products and Reusable Features.\r\n </p>\r\n\r\n <p>\r\n It will also be a site where Viewdu developers (Practitioners) can offer Services to other Viewdu Feature Creators.\r\n </p>\r\n\r\n <p>\r\n The Practitioners will be able to collaborate with the Community in Forums and ask Questions, and provide Answers.\r\n </p>\r\n\r\n <p>\r\n Each Practitioner will have their own My Profile page where they will be able to configure their marketplace experience, and see their achievement badges and reputation.\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <p></p>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\r\n <p>\r\n The architecture has been compiled by:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Solution Name</td>\r\n <td>\r\n Viewud Market Feature (non-public)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Aliases</td>\r\n <td>\r\n Market, Marketplace\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Purpose Summary</td>\r\n <td>\r\n Searchable catalogue of Viewdu Products and reusable Features (including Services by Practitioners)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Business Criticality Rating</td>\r\n <td>\r\n HIGH\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Solution Architect</td>\r\n <td>\r\n Aiden Dipple\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n The following are the main considerations and configurations about your Viewdu Feature:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>What?</p></li>\r\n <ul>\r\n <li><p>The Viewdu Markeplace provides the landing point for potential customers, creators and practitioners to see the scale of content available in the Viewdu ecosystem.</p></li>\r\n </ul>\r\n <li><p>Why?</p></li>\r\n <ul>\r\n <li><p>Having a central marketplace supports product and feature creators to get their solutions in front of customers. It helps creators see what re-usable features are available for when planing their own product solutions.</p></li>\r\n </ul>\r\n <li><p>How?</p>\r\n <ul>\r\n <li><p>Building a community of creators and practitioners will have compounding effect on the value that we all get working together.</p></li>\r\n </ul>\r\n </ol>\r\n\r\n <p></p>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h4>{{ \"spec.overview.current-state.heading\" | translate }}</h4>\r\n </div>\r\n\r\n <strong>INSERT CURRENT STATE DIAGRAM HERE.</strong>\r\n <p></p>\r\n\r\n <p>\r\n Describe the current state if applicable.\r\n </p>\r\n\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
240
|
-
}
|
|
241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: OverviewComponent, decorators: [{
|
|
242
|
-
type: Component,
|
|
243
|
-
args: [{ selector: 'app-overview', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.overview.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n The marketplace feature will enable people to search for Viewdu Products and Reusable Features.\r\n </p>\r\n\r\n <p>\r\n It will also be a site where Viewdu developers (Practitioners) can offer Services to other Viewdu Feature Creators.\r\n </p>\r\n\r\n <p>\r\n The Practitioners will be able to collaborate with the Community in Forums and ask Questions, and provide Answers.\r\n </p>\r\n\r\n <p>\r\n Each Practitioner will have their own My Profile page where they will be able to configure their marketplace experience, and see their achievement badges and reputation.\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <p></p>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n\r\n <p>\r\n The architecture has been compiled by:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Solution Name</td>\r\n <td>\r\n Viewud Market Feature (non-public)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Aliases</td>\r\n <td>\r\n Market, Marketplace\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Purpose Summary</td>\r\n <td>\r\n Searchable catalogue of Viewdu Products and reusable Features (including Services by Practitioners)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Business Criticality Rating</td>\r\n <td>\r\n HIGH\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Solution Architect</td>\r\n <td>\r\n Aiden Dipple\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n The following are the main considerations and configurations about your Viewdu Feature:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>What?</p></li>\r\n <ul>\r\n <li><p>The Viewdu Markeplace provides the landing point for potential customers, creators and practitioners to see the scale of content available in the Viewdu ecosystem.</p></li>\r\n </ul>\r\n <li><p>Why?</p></li>\r\n <ul>\r\n <li><p>Having a central marketplace supports product and feature creators to get their solutions in front of customers. It helps creators see what re-usable features are available for when planing their own product solutions.</p></li>\r\n </ul>\r\n <li><p>How?</p>\r\n <ul>\r\n <li><p>Building a community of creators and practitioners will have compounding effect on the value that we all get working together.</p></li>\r\n </ul>\r\n </ol>\r\n\r\n <p></p>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h4>{{ \"spec.overview.current-state.heading\" | translate }}</h4>\r\n </div>\r\n\r\n <strong>INSERT CURRENT STATE DIAGRAM HERE.</strong>\r\n <p></p>\r\n\r\n <p>\r\n Describe the current state if applicable.\r\n </p>\r\n\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
244
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
245
|
-
|
|
246
|
-
/*
|
|
247
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
248
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
249
|
-
*/
|
|
250
|
-
class RulesComponent extends ViewDuHelpComponent {
|
|
251
|
-
constructor(route, router, helpTreeService) {
|
|
252
|
-
super(route, router, helpTreeService);
|
|
253
|
-
this.route = route;
|
|
254
|
-
this.router = router;
|
|
255
|
-
this.helpTreeService = helpTreeService;
|
|
256
|
-
}
|
|
257
|
-
ngOnInit() {
|
|
258
|
-
super.ngOnInit();
|
|
259
|
-
}
|
|
260
|
-
ngOnDestroy() {
|
|
261
|
-
super.ngOnDestroy();
|
|
262
|
-
}
|
|
263
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: RulesComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
264
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: RulesComponent, isStandalone: false, selector: "app-rules", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.rules.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section documents the core business rule and logical process flows for your feature.\r\n </p>\r\n\r\n <p class=\"tip\">\r\n Swim lane and state transition diagrams are very useful here.\r\n </p>\r\n\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n The following describes the key Git repositories that can be found as part of your Feature:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n \r\n <ol>\r\n <li><p>First Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Onboarding of new Practitioner</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n <li><p>Second Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Search for Practitioner to recruit</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n <li><p>Third Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Exit Practitioner from License</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
265
|
-
}
|
|
266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: RulesComponent, decorators: [{
|
|
267
|
-
type: Component,
|
|
268
|
-
args: [{ selector: 'app-rules', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.rules.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section documents the core business rule and logical process flows for your feature.\r\n </p>\r\n\r\n <p class=\"tip\">\r\n Swim lane and state transition diagrams are very useful here.\r\n </p>\r\n\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n The following describes the key Git repositories that can be found as part of your Feature:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n \r\n <ol>\r\n <li><p>First Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Onboarding of new Practitioner</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n <li><p>Second Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Search for Practitioner to recruit</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n <li><p>Third Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Exit Practitioner from License</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
269
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
270
|
-
|
|
271
|
-
/*
|
|
272
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
273
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
274
|
-
*/
|
|
275
|
-
class UiComponent extends ViewDuHelpComponent {
|
|
276
|
-
constructor(route, router, helpTreeService) {
|
|
277
|
-
super(route, router, helpTreeService);
|
|
278
|
-
this.route = route;
|
|
279
|
-
this.router = router;
|
|
280
|
-
this.helpTreeService = helpTreeService;
|
|
281
|
-
}
|
|
282
|
-
ngOnInit() {
|
|
283
|
-
super.ngOnInit();
|
|
284
|
-
}
|
|
285
|
-
ngOnDestroy() {
|
|
286
|
-
super.ngOnDestroy();
|
|
287
|
-
}
|
|
288
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
289
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: UiComponent, isStandalone: false, selector: "app-ui", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section illustrates the rough wireframes and other user interface (UI) elements of your Feature.\r\n </p>\r\n\r\n <p class=\"tip\">\r\n To ensure the documentation remains up-to-date keep the wireframes low-fidelity. This is an iterative process.\r\n </p>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n The following describes the different main routes and areas of the feature that will be covered by wireframes:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Recruit</td>\r\n <td>\r\n How Practitioners can be recruited to work within a given license.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Products</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all public Products.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Features</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all public reusable Features.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Services</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all Practitioners for different service types.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Community</td>\r\n <td>\r\n Screens used to provide user Forum and Q&A lists that Practitioners can seek help within.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>My Profile</td>\r\n <td>\r\n These wireframes illustrate the views for Practitioners (and recruiters) and their reputation and achievements.\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
290
|
-
}
|
|
291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiComponent, decorators: [{
|
|
292
|
-
type: Component,
|
|
293
|
-
args: [{ selector: 'app-ui', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section illustrates the rough wireframes and other user interface (UI) elements of your Feature.\r\n </p>\r\n\r\n <p class=\"tip\">\r\n To ensure the documentation remains up-to-date keep the wireframes low-fidelity. This is an iterative process.\r\n </p>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n The following describes the different main routes and areas of the feature that will be covered by wireframes:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <!-- <div class=\"wrapper\"> -->\r\n <div class=\"row\">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Recruit</td>\r\n <td>\r\n How Practitioners can be recruited to work within a given license.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Products</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all public Products.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Features</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all public reusable Features.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Services</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all Practitioners for different service types.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Community</td>\r\n <td>\r\n Screens used to provide user Forum and Q&A lists that Practitioners can seek help within.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>My Profile</td>\r\n <td>\r\n These wireframes illustrate the views for Practitioners (and recruiters) and their reputation and achievements.\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
294
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
295
|
-
|
|
296
|
-
/*
|
|
297
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
298
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
299
|
-
*/
|
|
300
|
-
class UiCommunityComponent extends ViewDuHelpComponent {
|
|
301
|
-
constructor(route, router, helpTreeService) {
|
|
302
|
-
super(route, router, helpTreeService);
|
|
303
|
-
this.route = route;
|
|
304
|
-
this.router = router;
|
|
305
|
-
this.helpTreeService = helpTreeService;
|
|
306
|
-
}
|
|
307
|
-
ngOnInit() {
|
|
308
|
-
super.ngOnInit();
|
|
309
|
-
}
|
|
310
|
-
ngOnDestroy() {
|
|
311
|
-
super.ngOnDestroy();
|
|
312
|
-
}
|
|
313
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiCommunityComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
314
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: UiCommunityComponent, isStandalone: false, selector: "app-ui-community", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.community.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Community route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n\r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
315
|
-
}
|
|
316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiCommunityComponent, decorators: [{
|
|
317
|
-
type: Component,
|
|
318
|
-
args: [{ selector: 'app-ui-community', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.community.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Community route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n\r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
319
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
320
|
-
|
|
321
|
-
/*
|
|
322
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
323
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
324
|
-
*/
|
|
325
|
-
class UiFeatureComponent extends ViewDuHelpComponent {
|
|
326
|
-
constructor(route, router, helpTreeService) {
|
|
327
|
-
super(route, router, helpTreeService);
|
|
328
|
-
this.route = route;
|
|
329
|
-
this.router = router;
|
|
330
|
-
this.helpTreeService = helpTreeService;
|
|
331
|
-
}
|
|
332
|
-
ngOnInit() {
|
|
333
|
-
super.ngOnInit();
|
|
334
|
-
}
|
|
335
|
-
ngOnDestroy() {
|
|
336
|
-
super.ngOnDestroy();
|
|
337
|
-
}
|
|
338
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiFeatureComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
339
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: UiFeatureComponent, isStandalone: false, selector: "app-ui-feature", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.feature.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Feature route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n\r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
340
|
-
}
|
|
341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiFeatureComponent, decorators: [{
|
|
342
|
-
type: Component,
|
|
343
|
-
args: [{ selector: 'app-ui-feature', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.feature.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Feature route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n\r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
344
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
345
|
-
|
|
346
|
-
/*
|
|
347
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
348
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
349
|
-
*/
|
|
350
|
-
class UiProductComponent extends ViewDuHelpComponent {
|
|
351
|
-
constructor(route, router, helpTreeService) {
|
|
352
|
-
super(route, router, helpTreeService);
|
|
353
|
-
this.route = route;
|
|
354
|
-
this.router = router;
|
|
355
|
-
this.helpTreeService = helpTreeService;
|
|
356
|
-
}
|
|
357
|
-
ngOnInit() {
|
|
358
|
-
super.ngOnInit();
|
|
359
|
-
}
|
|
360
|
-
ngOnDestroy() {
|
|
361
|
-
super.ngOnDestroy();
|
|
362
|
-
}
|
|
363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiProductComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
364
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: UiProductComponent, isStandalone: false, selector: "app-ui-product", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.product.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Product route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
365
|
-
}
|
|
366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiProductComponent, decorators: [{
|
|
367
|
-
type: Component,
|
|
368
|
-
args: [{ selector: 'app-ui-product', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.product.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Product route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
369
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
370
|
-
|
|
371
|
-
/*
|
|
372
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
373
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
374
|
-
*/
|
|
375
|
-
class UiProfileComponent extends ViewDuHelpComponent {
|
|
376
|
-
constructor(route, router, helpTreeService) {
|
|
377
|
-
super(route, router, helpTreeService);
|
|
378
|
-
this.route = route;
|
|
379
|
-
this.router = router;
|
|
380
|
-
this.helpTreeService = helpTreeService;
|
|
381
|
-
}
|
|
382
|
-
ngOnInit() {
|
|
383
|
-
super.ngOnInit();
|
|
384
|
-
}
|
|
385
|
-
ngOnDestroy() {
|
|
386
|
-
super.ngOnDestroy();
|
|
387
|
-
}
|
|
388
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiProfileComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
389
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: UiProfileComponent, isStandalone: false, selector: "app-ui-profile", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.profile.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Practitioner Profile route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
390
|
-
}
|
|
391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiProfileComponent, decorators: [{
|
|
392
|
-
type: Component,
|
|
393
|
-
args: [{ selector: 'app-ui-profile', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.profile.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Practitioner Profile route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
394
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
395
|
-
|
|
396
|
-
/*
|
|
397
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
398
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
399
|
-
*/
|
|
400
|
-
class UiRecruitComponent extends ViewDuHelpComponent {
|
|
401
|
-
constructor(route, router, helpTreeService) {
|
|
402
|
-
super(route, router, helpTreeService);
|
|
403
|
-
this.route = route;
|
|
404
|
-
this.router = router;
|
|
405
|
-
this.helpTreeService = helpTreeService;
|
|
406
|
-
}
|
|
407
|
-
ngOnInit() {
|
|
408
|
-
super.ngOnInit();
|
|
409
|
-
}
|
|
410
|
-
ngOnDestroy() {
|
|
411
|
-
super.ngOnDestroy();
|
|
412
|
-
}
|
|
413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiRecruitComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
414
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: UiRecruitComponent, isStandalone: false, selector: "app-ui-recruit", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.recruit.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Recruiting route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
415
|
-
}
|
|
416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiRecruitComponent, decorators: [{
|
|
417
|
-
type: Component,
|
|
418
|
-
args: [{ selector: 'app-ui-recruit', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.recruit.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Recruiting route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
419
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
420
|
-
|
|
421
|
-
/*
|
|
422
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
423
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
424
|
-
*/
|
|
425
|
-
class UiServiceComponent extends ViewDuHelpComponent {
|
|
426
|
-
constructor(route, router, helpTreeService) {
|
|
427
|
-
super(route, router, helpTreeService);
|
|
428
|
-
this.route = route;
|
|
429
|
-
this.router = router;
|
|
430
|
-
this.helpTreeService = helpTreeService;
|
|
431
|
-
}
|
|
432
|
-
ngOnInit() {
|
|
433
|
-
super.ngOnInit();
|
|
434
|
-
}
|
|
435
|
-
ngOnDestroy() {
|
|
436
|
-
super.ngOnDestroy();
|
|
437
|
-
}
|
|
438
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiServiceComponent, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }, { token: i2$1.HelpTreeService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
439
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: UiServiceComponent, isStandalone: false, selector: "app-ui-service", usesInheritance: true, ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.service.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Services route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "pipe", type: i3.TranslatePipe, name: "translate" }] }); }
|
|
440
|
-
}
|
|
441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: UiServiceComponent, decorators: [{
|
|
442
|
-
type: Component,
|
|
443
|
-
args: [{ selector: 'app-ui-service', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"container-fluid flipflop-section\">\r\n <div class=\"row\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <h3>{{ \"spec.ui.service.title\" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\r\n <p>\r\n This section contains the wireframes for the Market Services route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"row\">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n" }]
|
|
444
|
-
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2$1.HelpTreeService }] });
|
|
445
|
-
|
|
446
|
-
class SpecPrvComponent {
|
|
447
|
-
constructor(router, route, changeDetector) {
|
|
448
|
-
this.router = router;
|
|
449
|
-
this.route = route;
|
|
450
|
-
this.changeDetector = changeDetector;
|
|
451
|
-
this.loading = true;
|
|
452
|
-
this.isViewInitialized = false;
|
|
453
|
-
this.navlistHeading = 'dev.prv.title';
|
|
454
|
-
this.navlistCaption = 'dev.prv.blurb';
|
|
455
|
-
}
|
|
456
|
-
ngOnInit() {
|
|
457
|
-
// Baseline the master list, and set the toolbar with buttons
|
|
458
|
-
}
|
|
459
|
-
ngOnDestroy() {
|
|
460
|
-
}
|
|
461
|
-
ngAfterViewInit() {
|
|
462
|
-
this.isViewInitialized = true;
|
|
463
|
-
this.changeDetector.detectChanges();
|
|
464
|
-
}
|
|
465
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpecPrvComponent, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
466
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: SpecPrvComponent, isStandalone: false, selector: "app-spec-prv", ngImport: i0, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"height-max\" style=\"width: 100%\">\r\n\r\n <div class=\"row\">\r\n <div class=\"col-4\">\r\n <mat-card class=\"example-card\">\r\n <mat-card-header>\r\n <mat-card-title> {{ navlistHeading | translate }} </mat-card-title>\r\n <mat-card-subtitle> {{ navlistCaption | translate }} </mat-card-subtitle>\r\n </mat-card-header>\r\n <mat-card-content>\r\n <app-tree-spec></app-tree-spec>\r\n </mat-card-content>\r\n </mat-card>\r\n </div> \r\n\r\n <div class=\"col-8\">\r\n <mat-card class=\"example-card\">\r\n <mat-card-content>\r\n <router-outlet></router-outlet>\r\n </mat-card-content>\r\n </mat-card>\r\n </div>\r\n \r\n </div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "component", type: i2$2.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i2$2.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i2$2.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i2$2.MatCardSubtitle, selector: "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]" }, { kind: "directive", type: i2$2.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "directive", type: i1.RouterOutlet, selector: "router-outlet", inputs: ["name", "routerOutletData"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "component", type: TreeSpecComponent, selector: "app-tree-spec", inputs: ["editMode"] }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
467
|
-
}
|
|
468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpecPrvComponent, decorators: [{
|
|
469
|
-
type: Component,
|
|
470
|
-
args: [{ changeDetection: ChangeDetectionStrategy.OnPush, selector: 'app-spec-prv', standalone: false, template: "<!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n-->\r\n<div class=\"height-max\" style=\"width: 100%\">\r\n\r\n <div class=\"row\">\r\n <div class=\"col-4\">\r\n <mat-card class=\"example-card\">\r\n <mat-card-header>\r\n <mat-card-title> {{ navlistHeading | translate }} </mat-card-title>\r\n <mat-card-subtitle> {{ navlistCaption | translate }} </mat-card-subtitle>\r\n </mat-card-header>\r\n <mat-card-content>\r\n <app-tree-spec></app-tree-spec>\r\n </mat-card-content>\r\n </mat-card>\r\n </div> \r\n\r\n <div class=\"col-8\">\r\n <mat-card class=\"example-card\">\r\n <mat-card-content>\r\n <router-outlet></router-outlet>\r\n </mat-card-content>\r\n </mat-card>\r\n </div>\r\n \r\n </div>\r\n</div>\r\n" }]
|
|
471
|
-
}], ctorParameters: () => [{ type: i1.Router }, { type: i1.ActivatedRoute }, { type: i0.ChangeDetectorRef }] });
|
|
472
|
-
|
|
473
|
-
/*
|
|
474
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
475
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
476
|
-
*/
|
|
477
|
-
const routes = [
|
|
478
|
-
{
|
|
479
|
-
path: 'main', component: SpecPrvComponent,
|
|
480
|
-
children: [
|
|
481
|
-
{ path: 'market-overview', component: OverviewComponent },
|
|
482
|
-
{ path: 'market-architecture', component: ArchitectureComponent },
|
|
483
|
-
{ path: 'market-change-log', component: ChangeComponent },
|
|
484
|
-
{ path: 'market-data-model', component: DataComponent },
|
|
485
|
-
{ path: 'market-business-rules', component: RulesComponent },
|
|
486
|
-
{ path: 'market-ui', component: UiComponent },
|
|
487
|
-
{ path: 'market-ui-community', component: UiCommunityComponent },
|
|
488
|
-
{ path: 'market-ui-feature', component: UiFeatureComponent },
|
|
489
|
-
{ path: 'market-ui-product', component: UiProductComponent },
|
|
490
|
-
{ path: 'market-ui-profile', component: UiProfileComponent },
|
|
491
|
-
{ path: 'market-ui-recruit', component: UiRecruitComponent },
|
|
492
|
-
{ path: 'market-ui-service', component: UiServiceComponent },
|
|
493
|
-
{ path: '', redirectTo: 'pre-start', pathMatch: 'prefix' }
|
|
494
|
-
],
|
|
495
|
-
}, {
|
|
496
|
-
path: '', redirectTo: 'main', pathMatch: 'prefix'
|
|
497
|
-
},
|
|
498
|
-
];
|
|
499
|
-
class SpecMarketRoutingModule {
|
|
500
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpecMarketRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
501
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: SpecMarketRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
502
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpecMarketRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
|
|
503
|
-
}
|
|
504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpecMarketRoutingModule, decorators: [{
|
|
505
|
-
type: NgModule,
|
|
506
|
-
args: [{
|
|
507
|
-
imports: [
|
|
508
|
-
RouterModule.forChild(routes)
|
|
509
|
-
],
|
|
510
|
-
exports: [
|
|
511
|
-
RouterModule
|
|
512
|
-
],
|
|
513
|
-
providers: [
|
|
514
|
-
// AuthGuardService
|
|
515
|
-
]
|
|
516
|
-
}]
|
|
517
|
-
}] });
|
|
518
|
-
|
|
519
|
-
/*
|
|
520
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
521
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
522
|
-
*/
|
|
523
|
-
class SpecPrvModule {
|
|
524
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpecPrvModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
525
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: SpecPrvModule, declarations: [SpecPrvComponent,
|
|
526
|
-
TreeSpecComponent,
|
|
527
|
-
OverviewComponent,
|
|
528
|
-
ArchitectureComponent,
|
|
529
|
-
ChangeComponent,
|
|
530
|
-
DataComponent,
|
|
531
|
-
RulesComponent,
|
|
532
|
-
UiComponent,
|
|
533
|
-
UiCommunityComponent,
|
|
534
|
-
UiFeatureComponent,
|
|
535
|
-
UiProductComponent,
|
|
536
|
-
UiProfileComponent,
|
|
537
|
-
UiRecruitComponent,
|
|
538
|
-
UiServiceComponent], imports: [CommonModule,
|
|
539
|
-
FormsModule,
|
|
540
|
-
ReactiveFormsModule,
|
|
541
|
-
AgGridModule,
|
|
542
|
-
CoreCommonModule,
|
|
543
|
-
AppMaterialModule,
|
|
544
|
-
AppSyncfusionModule,
|
|
545
|
-
SpecMarketRoutingModule], exports: [SpecPrvComponent,
|
|
546
|
-
TreeSpecComponent,
|
|
547
|
-
OverviewComponent,
|
|
548
|
-
ArchitectureComponent,
|
|
549
|
-
ChangeComponent,
|
|
550
|
-
DataComponent,
|
|
551
|
-
RulesComponent,
|
|
552
|
-
UiComponent,
|
|
553
|
-
UiCommunityComponent,
|
|
554
|
-
UiFeatureComponent,
|
|
555
|
-
UiProductComponent,
|
|
556
|
-
UiProfileComponent,
|
|
557
|
-
UiRecruitComponent,
|
|
558
|
-
UiServiceComponent] }); }
|
|
559
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpecPrvModule, providers: [
|
|
560
|
-
provideHttpClient(withInterceptorsFromDi()),
|
|
561
|
-
], imports: [CommonModule,
|
|
562
|
-
FormsModule,
|
|
563
|
-
ReactiveFormsModule,
|
|
564
|
-
AgGridModule,
|
|
565
|
-
CoreCommonModule,
|
|
566
|
-
AppMaterialModule,
|
|
567
|
-
AppSyncfusionModule,
|
|
568
|
-
SpecMarketRoutingModule] }); }
|
|
569
|
-
}
|
|
570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: SpecPrvModule, decorators: [{
|
|
571
|
-
type: NgModule,
|
|
572
|
-
args: [{
|
|
573
|
-
declarations: [
|
|
574
|
-
SpecPrvComponent,
|
|
575
|
-
TreeSpecComponent,
|
|
576
|
-
OverviewComponent,
|
|
577
|
-
ArchitectureComponent,
|
|
578
|
-
ChangeComponent,
|
|
579
|
-
DataComponent,
|
|
580
|
-
RulesComponent,
|
|
581
|
-
UiComponent,
|
|
582
|
-
UiCommunityComponent,
|
|
583
|
-
UiFeatureComponent,
|
|
584
|
-
UiProductComponent,
|
|
585
|
-
UiProfileComponent,
|
|
586
|
-
UiRecruitComponent,
|
|
587
|
-
UiServiceComponent
|
|
588
|
-
],
|
|
589
|
-
exports: [
|
|
590
|
-
SpecPrvComponent,
|
|
591
|
-
TreeSpecComponent,
|
|
592
|
-
OverviewComponent,
|
|
593
|
-
ArchitectureComponent,
|
|
594
|
-
ChangeComponent,
|
|
595
|
-
DataComponent,
|
|
596
|
-
RulesComponent,
|
|
597
|
-
UiComponent,
|
|
598
|
-
UiCommunityComponent,
|
|
599
|
-
UiFeatureComponent,
|
|
600
|
-
UiProductComponent,
|
|
601
|
-
UiProfileComponent,
|
|
602
|
-
UiRecruitComponent,
|
|
603
|
-
UiServiceComponent
|
|
604
|
-
],
|
|
605
|
-
imports: [
|
|
606
|
-
CommonModule,
|
|
607
|
-
FormsModule,
|
|
608
|
-
ReactiveFormsModule,
|
|
609
|
-
AgGridModule,
|
|
610
|
-
CoreCommonModule,
|
|
611
|
-
AppMaterialModule,
|
|
612
|
-
AppSyncfusionModule,
|
|
613
|
-
SpecMarketRoutingModule
|
|
614
|
-
],
|
|
615
|
-
providers: [
|
|
616
|
-
provideHttpClient(withInterceptorsFromDi()),
|
|
617
|
-
]
|
|
618
|
-
}]
|
|
619
|
-
}] });
|
|
620
|
-
|
|
621
|
-
/*
|
|
622
|
-
* Copyright (c) Cashikoi. All rights reserved.
|
|
623
|
-
* This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.
|
|
624
|
-
*/
|
|
625
|
-
/*
|
|
626
|
-
* Public API Surface of viewdu-core-ngx-lib
|
|
627
|
-
*/
|
|
628
|
-
|
|
629
|
-
/**
|
|
630
|
-
* Generated bundle index. Do not edit.
|
|
631
|
-
*/
|
|
632
|
-
|
|
633
|
-
export { ArchitectureComponent, ChangeComponent, DataComponent, OverviewComponent, RulesComponent, SpecMarketRoutingModule, SpecPrvComponent, SpecPrvModule, TreeSpecComponent, UiCommunityComponent, UiComponent, UiFeatureComponent, UiProductComponent, UiProfileComponent, UiRecruitComponent, UiServiceComponent, ViewduMarketNgxHtmlPrvModule };
|
|
634
|
-
//# sourceMappingURL=anasahmed8819-viewdu-market-ngx-html-prv.mjs.map
|
|
1
|
+
import*as t from"@angular/core";import{NgModule as r,Input as e,ViewChild as n,ChangeDetectionStrategy as i,Component as s}from"@angular/core";import{CommonModule as a,CurrencyPipe as o,DatePipe as l}from"@angular/common";import*as c from"@angular/router";import{RouterModule as d}from"@angular/router";import{FormsModule as p,ReactiveFormsModule as u}from"@angular/forms";import*as h from"@cashikoi/viewdu-ngx-lib";import{AppMaterialModule as g,AppSyncfusionModule as v,CoreCommonModule as m,CoreGridModule as f,CoreUserModule as y,ViewDuHelpComponent as w}from"@cashikoi/viewdu-ngx-lib";import*as b from"@angular/material/snack-bar";import*as T from"@ngx-translate/core";import*as A from"@syncfusion/ej2-angular-navigations";import*as k from"@angular/material/card";import{provideHttpClient as S,withInterceptorsFromDi as x}from"@angular/common/http";import{AgGridModule as C}from"ag-grid-angular";class E{constructor(){}static forRoot(){return{ngModule:E}}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:E,deps:[],target:t.ɵɵFactoryTarget.NgModule})}static{this.ɵmod=t.ɵɵngDeclareNgModule({minVersion:"14.0.0",version:"19.2.15",ngImport:t,type:E,imports:[a,d,p,u,g,v,m,f,y]})}static{this.ɵinj=t.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:E,imports:[a,d,p,u,g,v,m,f,y]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:E,decorators:[{type:r,args:[{imports:[a,d,p,u,g,v,m,f,y],declarations:[],exports:[],providers:[]}]}],ctorParameters:()=>[]});class I{constructor(t,r,e,n,i,s){this.route=t,this.router=r,this.snackBar=e,this.changeDetector=n,this.translate=i,this.helpTreeService=s,this.editMode=!0,this.titleMain="dev.main.title",this.titleUnderConstruction="dev.construction.title",this.titlePreStart="dev.pre-start.title",this.titleOverview="spec.overview.title",this.titleChangeLog="spec.change.title",this.titleArchitecture="spec.architecture.title",this.titleBusinessRules="spec.rules.title",this.titleDataModel="spec.data-model.title",this.titleUI="spec.ui.title",this.titleUiRecruit="spec.ui.recruit.title",this.titleUiProduct="spec.ui.product.title",this.titleUiFeature="spec.ui.feature.title",this.titleUiService="spec.ui.service.title",this.titleUiCommunity="spec.ui.community.title",this.titleUiProfile="spec.ui.profile.title",this.loading=!0,this.paginationPageSize=100,this.paginationPageSizeSelector=[10,20,50,100],this.hierarchicalData=[{id:"market-overview",name:this.translate.instant(this.titleOverview),expanded:!0},{id:"market-change-log",name:this.translate.instant(this.titleChangeLog),expanded:!0},{id:"market-architecture",name:this.translate.instant(this.titleArchitecture),expanded:!0},{id:"market-business-rules",name:this.translate.instant(this.titleBusinessRules),expanded:!0},{id:"market-data-model",name:this.translate.instant(this.titleDataModel),expanded:!0},{id:"market-ui",name:this.translate.instant(this.titleUI),expanded:!0,subChild:[{id:"market-ui-recruit",name:this.translate.instant(this.titleUiRecruit)},{id:"market-ui-product",name:this.translate.instant(this.titleUiProduct)},{id:"market-ui-feature",name:this.translate.instant(this.titleUiFeature)},{id:"market-ui-service",name:this.translate.instant(this.titleUiService)},{id:"market-ui-community",name:this.translate.instant(this.titleUiCommunity)},{id:"market-ui-profile",name:this.translate.instant(this.titleUiProfile)}]}],this.field={dataSource:this.hierarchicalData,id:"id",text:"name",child:"subChild"}}ngOnInit(){this.loading=!1,this.selectionSubscription=this.helpTreeService.selectionChangedSubject.subscribe((t=>{this.tree.selectedNodes=[t],this.changeDetector.detectChanges(),this.router.navigate([t],{relativeTo:this.route})}))}ngOnDestroy(){this.selectionSubscription&&this.selectionSubscription.unsubscribe()}async nodeClicked(t){this.router.navigate([t.node.dataset.uid],{relativeTo:this.route})}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:I,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:b.MatSnackBar},{token:t.ChangeDetectorRef},{token:T.TranslateService},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:I,isStandalone:!1,selector:"app-tree-spec",inputs:{editMode:"editMode"},providers:[o,l],viewQueries:[{propertyName:"tree",first:!0,predicate:["tree"],descendants:!0,static:!0}],ngImport:t,template:"\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n--\x3e\r\n<ejs-treeview #tree id=\"default\" [fields]='field' (nodeClicked)='nodeClicked($event)'></ejs-treeview>\r\n",styles:[""],dependencies:[{kind:"component",type:A.TreeViewComponent,selector:"ejs-treeview",inputs:["allowDragAndDrop","allowEditing","allowMultiSelection","allowTextWrap","animation","autoCheck","checkedNodes","cssClass","disabled","dragArea","enableHtmlSanitizer","enablePersistence","enableRtl","expandOn","expandedNodes","fields","fullRowNavigable","fullRowSelect","loadOnDemand","locale","nodeTemplate","selectedNodes","showCheckBox","sortOrder"],outputs:["actionFailure","created","dataBound","dataSourceChanged","destroyed","drawNode","keyPress","nodeChecked","nodeChecking","nodeClicked","nodeCollapsed","nodeCollapsing","nodeDragStart","nodeDragStop","nodeDragging","nodeDropped","nodeEdited","nodeEditing","nodeExpanded","nodeExpanding","nodeSelected","nodeSelecting"]}],changeDetection:t.ChangeDetectionStrategy.OnPush})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:I,decorators:[{type:s,args:[{selector:"app-tree-spec",changeDetection:i.OnPush,providers:[o,l],standalone:!1,template:"\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file 'LICENSE.txt', which is part of this source code package.\r\n--\x3e\r\n<ejs-treeview #tree id=\"default\" [fields]='field' (nodeClicked)='nodeClicked($event)'></ejs-treeview>\r\n"}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:b.MatSnackBar},{type:t.ChangeDetectorRef},{type:T.TranslateService},{type:h.HelpTreeService}],propDecorators:{tree:[{type:n,args:["tree",{static:!0}]}],editMode:[{type:e}]}});class D extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:D,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:D,isStandalone:!1,selector:"app-architecture",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.architecture.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the architecture elements of your feature.\r\n </p>\r\n\r\n <p class="tip">\r\n No need to reinvent the wheel. If your achitecture doesn\'t change from the Viewdu Stub, just reference that.\r\n </p>\r\n\r\n <strong>\r\n Ensure that you capture all relevant information for high-level, conceptual and physical as needed.\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\r\n <p>\r\n The architecture has been compiled by:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Solution Name</td>\r\n <td>\r\n Viewud Market Feature (non-public)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Hosting Platform</td>\r\n <td>\r\n Cashikoi Azure (Landing Zone)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Application Type</td>\r\n <td>\r\n Reusable Fullstack Feature (SaaS)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Document Type</td>\r\n <td>\r\n Target State\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Solution Architect</td>\r\n <td>\r\n Aiden Dipple\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h4>{{ "spec.architecture.high-level.heading" | translate }}</h4>\r\n </div>\r\n\r\n <strong>INSERT INTEGRATION (with Core Viewdu) DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n <li><p>Business Continuity features such as Zone Redundancy or Scalability</p>\r\n <ul>\r\n <li><p>All App Service Plans will be deployed with Zone Redundancy enabled, aligning with Azure’s fault domain model. This ensures high availability and improved SLA compliance by distributing workloads across multiple availability zones.</p></li>\r\n <li><p>The new WebApps will be designed with multiple backend instances and configured for automatic scaling. This allows the application to dynamically adjust to varying workloads, ensuring consistent performance during peak usage.</p></li>\r\n <li><p>The production Azure SQL Server database will be deployed with High Availability (HA) enabled, leveraging zone-redundant configurations and failover capabilities. This adds resilience and minimizes downtime in case of infrastructure failures.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:D,decorators:[{type:s,args:[{selector:"app-architecture",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.architecture.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the architecture elements of your feature.\r\n </p>\r\n\r\n <p class="tip">\r\n No need to reinvent the wheel. If your achitecture doesn\'t change from the Viewdu Stub, just reference that.\r\n </p>\r\n\r\n <strong>\r\n Ensure that you capture all relevant information for high-level, conceptual and physical as needed.\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\r\n <p>\r\n The architecture has been compiled by:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Solution Name</td>\r\n <td>\r\n Viewud Market Feature (non-public)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Hosting Platform</td>\r\n <td>\r\n Cashikoi Azure (Landing Zone)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Application Type</td>\r\n <td>\r\n Reusable Fullstack Feature (SaaS)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Document Type</td>\r\n <td>\r\n Target State\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Solution Architect</td>\r\n <td>\r\n Aiden Dipple\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h4>{{ "spec.architecture.high-level.heading" | translate }}</h4>\r\n </div>\r\n\r\n <strong>INSERT INTEGRATION (with Core Viewdu) DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n <li><p>Business Continuity features such as Zone Redundancy or Scalability</p>\r\n <ul>\r\n <li><p>All App Service Plans will be deployed with Zone Redundancy enabled, aligning with Azure’s fault domain model. This ensures high availability and improved SLA compliance by distributing workloads across multiple availability zones.</p></li>\r\n <li><p>The new WebApps will be designed with multiple backend instances and configured for automatic scaling. This allows the application to dynamically adjust to varying workloads, ensuring consistent performance during peak usage.</p></li>\r\n <li><p>The production Azure SQL Server database will be deployed with High Availability (HA) enabled, leveraging zone-redundant configurations and failover capabilities. This adds resilience and minimizes downtime in case of infrastructure failures.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class R extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:R,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:R,isStandalone:!1,selector:"app-change",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.change.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n To ensure traceability and governance, all changes and their impact needs to be documented here.\r\n </p>\r\n\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\r\n <p>\r\n Change Log:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n <table>\r\n <tr>\r\n <th>Date</th>\r\n <th>By</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>20 Sep 2025</td>\r\n <td>Aiden Dipple</td>\r\n <td>\r\n Initial Version\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:R,decorators:[{type:s,args:[{selector:"app-change",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.change.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n To ensure traceability and governance, all changes and their impact needs to be documented here.\r\n </p>\r\n\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\r\n <p>\r\n Change Log:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n <table>\r\n <tr>\r\n <th>Date</th>\r\n <th>By</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>20 Sep 2025</td>\r\n <td>Aiden Dipple</td>\r\n <td>\r\n Initial Version\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td></td>\r\n <td>\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class P extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:P,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:P,isStandalone:!1,selector:"app-data",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n\r\n<div class="container-fluid flipflop-section">\r\n\t<div class="row">\r\n\t\t<div class="container">\r\n\r\n\t\t\t<div class="row">\r\n\t\t\t\t<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\t\t\t\t\t<h3>{{ \'spec.data-model.title\' | translate }}</h3>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class="row">\r\n\t\t\t\t<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tThe Market data model stores data defined with the Viewdu Marketplace Feature.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tThe Marketplace feature will include the ability to search the Viewdu Core SaaS data through APIs, but it\r\n\t\t\t\t\t\tis responsible for the persistence of the Practitioner\'s that can be recruited, and their reputation metrics.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t\t<p class="success">\r\n\t\t\t\t\t\tThe Marketplace feature is responsible for tracking and aggregating user reputation and collation of badges and reputation metrics.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t\x3c!-- <div class="wrapper"> --\x3e\r\n\t\t\t\t<div class="row">\r\n\t\t\t\t\t<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\t\t\t\t\t<img [attr.width]="800"\r\n\t\t\t\t\t\tsrc="../../../../../../assets/viewdu-market-ngx-html-prv/home/images/promote/architecture/model-viewdu-market.png"\r\n\t\t\t\t\t\t[attr.width]="800" class="img">\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<p></p>\r\n\t\t\t\x3c!-- </div> --\x3e\r\n\r\n\t\t<p>Data Dictionary</p>\r\n\r\n\t\t\x3c!-- <div class="wrapper"> --\x3e\r\n\t\t\t<div class="row">\r\n\t\t\t<table>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<th>Table Name</th>\r\n\t\t\t\t\t<th>Description</th>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>User</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>License</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Product</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Practitioner</td>\r\n\t\t\t\t\t<td>The Practitioner entity stores users who have registered as service providers for a Product feature.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Badge</td>\r\n\t\t\t\t\t<td>The Badge entity stores the collection of all awarded badge types that a practitioner can receive.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Endorsement</td>\r\n\t\t\t\t\t<td>The Endorsement entity stores each feedback (positive or negative) that a Practitioner can receive from their hiring Customer.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerProduct</td>\r\n\t\t\t\t\t<td>The PractitionerProduct entity stores which Product features a Practitioner is offering services for.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerEndorsement</td>\r\n\t\t\t\t\t<td>The PractitionerEndorsement entity stores specific Endorsements for a Practitioner. NOTE: I think we only need this, and not an Endorsement entity.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerBadge</td>\r\n\t\t\t\t\t<td>The PractitionerBadge entity stores which Badges a Practitioner has been awarded for a specific Product feature.</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerReputation</td>\r\n\t\t\t\t\t<td>The PractitionerReputation entity stores the current state of a Practitioner\'s aggregate reputation of awards, badges ad endorsements.</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t</table>\r\n\t\t\t</div>\r\n\t\t\t<p></p>\r\n\t\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:P,decorators:[{type:s,args:[{selector:"app-data",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n\r\n<div class="container-fluid flipflop-section">\r\n\t<div class="row">\r\n\t\t<div class="container">\r\n\r\n\t\t\t<div class="row">\r\n\t\t\t\t<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\t\t\t\t\t<h3>{{ \'spec.data-model.title\' | translate }}</h3>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t<div class="row">\r\n\t\t\t\t<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tThe Market data model stores data defined with the Viewdu Marketplace Feature.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\tThe Marketplace feature will include the ability to search the Viewdu Core SaaS data through APIs, but it\r\n\t\t\t\t\t\tis responsible for the persistence of the Practitioner\'s that can be recruited, and their reputation metrics.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t\t<p class="success">\r\n\t\t\t\t\t\tThe Marketplace feature is responsible for tracking and aggregating user reputation and collation of badges and reputation metrics.\r\n\t\t\t\t\t</p>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\r\n\t\t\t\x3c!-- <div class="wrapper"> --\x3e\r\n\t\t\t\t<div class="row">\r\n\t\t\t\t\t<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\t\t\t\t\t<img [attr.width]="800"\r\n\t\t\t\t\t\tsrc="../../../../../../assets/viewdu-market-ngx-html-prv/home/images/promote/architecture/model-viewdu-market.png"\r\n\t\t\t\t\t\t[attr.width]="800" class="img">\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<p></p>\r\n\t\t\t\x3c!-- </div> --\x3e\r\n\r\n\t\t<p>Data Dictionary</p>\r\n\r\n\t\t\x3c!-- <div class="wrapper"> --\x3e\r\n\t\t\t<div class="row">\r\n\t\t\t<table>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<th>Table Name</th>\r\n\t\t\t\t\t<th>Description</th>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>User</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>License</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Product</td>\r\n\t\t\t\t\t<td>See License Diagram</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Practitioner</td>\r\n\t\t\t\t\t<td>The Practitioner entity stores users who have registered as service providers for a Product feature.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Badge</td>\r\n\t\t\t\t\t<td>The Badge entity stores the collection of all awarded badge types that a practitioner can receive.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Endorsement</td>\r\n\t\t\t\t\t<td>The Endorsement entity stores each feedback (positive or negative) that a Practitioner can receive from their hiring Customer.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerProduct</td>\r\n\t\t\t\t\t<td>The PractitionerProduct entity stores which Product features a Practitioner is offering services for.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerEndorsement</td>\r\n\t\t\t\t\t<td>The PractitionerEndorsement entity stores specific Endorsements for a Practitioner. NOTE: I think we only need this, and not an Endorsement entity.</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerBadge</td>\r\n\t\t\t\t\t<td>The PractitionerBadge entity stores which Badges a Practitioner has been awarded for a specific Product feature.</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>PractitionerReputation</td>\r\n\t\t\t\t\t<td>The PractitionerReputation entity stores the current state of a Practitioner\'s aggregate reputation of awards, badges ad endorsements.</td>\r\n\t\t\t\t</tr>\r\n\r\n\t\t\t</table>\r\n\t\t\t</div>\r\n\t\t\t<p></p>\r\n\t\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class F extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:F,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:F,isStandalone:!1,selector:"app-overview",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.overview.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n The marketplace feature will enable people to search for Viewdu Products and Reusable Features.\r\n </p>\r\n\r\n <p>\r\n It will also be a site where Viewdu developers (Practitioners) can offer Services to other Viewdu Feature Creators.\r\n </p>\r\n\r\n <p>\r\n The Practitioners will be able to collaborate with the Community in Forums and ask Questions, and provide Answers.\r\n </p>\r\n\r\n <p>\r\n Each Practitioner will have their own My Profile page where they will be able to configure their marketplace experience, and see their achievement badges and reputation.\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <p></p>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\r\n <p>\r\n The architecture has been compiled by:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Solution Name</td>\r\n <td>\r\n Viewud Market Feature (non-public)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Aliases</td>\r\n <td>\r\n Market, Marketplace\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Purpose Summary</td>\r\n <td>\r\n Searchable catalogue of Viewdu Products and reusable Features (including Services by Practitioners)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Business Criticality Rating</td>\r\n <td>\r\n HIGH\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Solution Architect</td>\r\n <td>\r\n Aiden Dipple\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n The following are the main considerations and configurations about your Viewdu Feature:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>What?</p></li>\r\n <ul>\r\n <li><p>The Viewdu Markeplace provides the landing point for potential customers, creators and practitioners to see the scale of content available in the Viewdu ecosystem.</p></li>\r\n </ul>\r\n <li><p>Why?</p></li>\r\n <ul>\r\n <li><p>Having a central marketplace supports product and feature creators to get their solutions in front of customers. It helps creators see what re-usable features are available for when planing their own product solutions.</p></li>\r\n </ul>\r\n <li><p>How?</p>\r\n <ul>\r\n <li><p>Building a community of creators and practitioners will have compounding effect on the value that we all get working together.</p></li>\r\n </ul>\r\n </ol>\r\n\r\n <p></p>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h4>{{ "spec.overview.current-state.heading" | translate }}</h4>\r\n </div>\r\n\r\n <strong>INSERT CURRENT STATE DIAGRAM HERE.</strong>\r\n <p></p>\r\n\r\n <p>\r\n Describe the current state if applicable.\r\n </p>\r\n\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:F,decorators:[{type:s,args:[{selector:"app-overview",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.overview.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n The marketplace feature will enable people to search for Viewdu Products and Reusable Features.\r\n </p>\r\n\r\n <p>\r\n It will also be a site where Viewdu developers (Practitioners) can offer Services to other Viewdu Feature Creators.\r\n </p>\r\n\r\n <p>\r\n The Practitioners will be able to collaborate with the Community in Forums and ask Questions, and provide Answers.\r\n </p>\r\n\r\n <p>\r\n Each Practitioner will have their own My Profile page where they will be able to configure their marketplace experience, and see their achievement badges and reputation.\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <p></p>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n\r\n <p>\r\n The architecture has been compiled by:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Solution Name</td>\r\n <td>\r\n Viewud Market Feature (non-public)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Aliases</td>\r\n <td>\r\n Market, Marketplace\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Purpose Summary</td>\r\n <td>\r\n Searchable catalogue of Viewdu Products and reusable Features (including Services by Practitioners)\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Business Criticality Rating</td>\r\n <td>\r\n HIGH\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Solution Architect</td>\r\n <td>\r\n Aiden Dipple\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n The following are the main considerations and configurations about your Viewdu Feature:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>What?</p></li>\r\n <ul>\r\n <li><p>The Viewdu Markeplace provides the landing point for potential customers, creators and practitioners to see the scale of content available in the Viewdu ecosystem.</p></li>\r\n </ul>\r\n <li><p>Why?</p></li>\r\n <ul>\r\n <li><p>Having a central marketplace supports product and feature creators to get their solutions in front of customers. It helps creators see what re-usable features are available for when planing their own product solutions.</p></li>\r\n </ul>\r\n <li><p>How?</p>\r\n <ul>\r\n <li><p>Building a community of creators and practitioners will have compounding effect on the value that we all get working together.</p></li>\r\n </ul>\r\n </ol>\r\n\r\n <p></p>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h4>{{ "spec.overview.current-state.heading" | translate }}</h4>\r\n </div>\r\n\r\n <strong>INSERT CURRENT STATE DIAGRAM HERE.</strong>\r\n <p></p>\r\n\r\n <p>\r\n Describe the current state if applicable.\r\n </p>\r\n\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class M extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:M,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:M,isStandalone:!1,selector:"app-rules",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.rules.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section documents the core business rule and logical process flows for your feature.\r\n </p>\r\n\r\n <p class="tip">\r\n Swim lane and state transition diagrams are very useful here.\r\n </p>\r\n\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n The following describes the key Git repositories that can be found as part of your Feature:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n \r\n <ol>\r\n <li><p>First Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Onboarding of new Practitioner</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n <li><p>Second Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Search for Practitioner to recruit</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n <li><p>Third Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Exit Practitioner from License</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:M,decorators:[{type:s,args:[{selector:"app-rules",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.rules.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section documents the core business rule and logical process flows for your feature.\r\n </p>\r\n\r\n <p class="tip">\r\n Swim lane and state transition diagrams are very useful here.\r\n </p>\r\n\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n The following describes the key Git repositories that can be found as part of your Feature:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n \r\n <ol>\r\n <li><p>First Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Onboarding of new Practitioner</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n <li><p>Second Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Search for Practitioner to recruit</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n <li><p>Third Business Rule</p></li>\r\n <ul>\r\n <li>\r\n <p>E.g.: Exit Practitioner from License</p>\r\n <p></p>\r\n <strong>INSERT SWIM LANE CHART</strong>\r\n <p></p>\r\n </li>\r\n </ul>\r\n\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class V extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:V,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:V,isStandalone:!1,selector:"app-ui",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section illustrates the rough wireframes and other user interface (UI) elements of your Feature.\r\n </p>\r\n\r\n <p class="tip">\r\n To ensure the documentation remains up-to-date keep the wireframes low-fidelity. This is an iterative process.\r\n </p>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n The following describes the different main routes and areas of the feature that will be covered by wireframes:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Recruit</td>\r\n <td>\r\n How Practitioners can be recruited to work within a given license.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Products</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all public Products.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Features</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all public reusable Features.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Services</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all Practitioners for different service types.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Community</td>\r\n <td>\r\n Screens used to provide user Forum and Q&A lists that Practitioners can seek help within.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>My Profile</td>\r\n <td>\r\n These wireframes illustrate the views for Practitioners (and recruiters) and their reputation and achievements.\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:V,decorators:[{type:s,args:[{selector:"app-ui",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section illustrates the rough wireframes and other user interface (UI) elements of your Feature.\r\n </p>\r\n\r\n <p class="tip">\r\n To ensure the documentation remains up-to-date keep the wireframes low-fidelity. This is an iterative process.\r\n </p>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n The following describes the different main routes and areas of the feature that will be covered by wireframes:\r\n </p>\r\n </div>\r\n </div>\r\n\r\n \x3c!-- <div class="wrapper"> --\x3e\r\n <div class="row">\r\n <table>\r\n <tr>\r\n <th>Area</th>\r\n <th>Description</th>\r\n </tr>\r\n <tr>\r\n <td>Recruit</td>\r\n <td>\r\n How Practitioners can be recruited to work within a given license.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Products</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all public Products.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Features</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all public reusable Features.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Services</td>\r\n <td>\r\n How Viewdu users can search the catalogue of all Practitioners for different service types.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>Community</td>\r\n <td>\r\n Screens used to provide user Forum and Q&A lists that Practitioners can seek help within.\r\n </td>\r\n </tr>\r\n <tr>\r\n <td>My Profile</td>\r\n <td>\r\n These wireframes illustrate the views for Practitioners (and recruiters) and their reputation and achievements.\r\n </td>\r\n </tr>\r\n </table>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class H extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:H,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:H,isStandalone:!1,selector:"app-ui-community",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.community.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Community route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n\r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:H,decorators:[{type:s,args:[{selector:"app-ui-community",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.community.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Community route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n\r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class N extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:N,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:N,isStandalone:!1,selector:"app-ui-feature",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.feature.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Feature route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n\r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:N,decorators:[{type:s,args:[{selector:"app-ui-feature",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.feature.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Feature route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n\r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class L extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:L,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:L,isStandalone:!1,selector:"app-ui-product",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.product.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Product route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:L,decorators:[{type:s,args:[{selector:"app-ui-product",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.product.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Product route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class O extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:O,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:O,isStandalone:!1,selector:"app-ui-profile",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.profile.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Practitioner Profile route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:O,decorators:[{type:s,args:[{selector:"app-ui-profile",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.profile.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Practitioner Profile route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class W extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:W,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:W,isStandalone:!1,selector:"app-ui-recruit",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.recruit.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Recruiting route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:W,decorators:[{type:s,args:[{selector:"app-ui-recruit",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.recruit.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Recruiting route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class G extends w{constructor(t,r,e){super(t,r,e),this.route=t,this.router=r,this.helpTreeService=e}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:G,deps:[{token:c.ActivatedRoute},{token:c.Router},{token:h.HelpTreeService}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:G,isStandalone:!1,selector:"app-ui-service",usesInheritance:!0,ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.service.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Services route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"pipe",type:T.TranslatePipe,name:"translate"}]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:G,decorators:[{type:s,args:[{selector:"app-ui-service",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="container-fluid flipflop-section">\r\n <div class="row">\r\n <div class="container">\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <h3>{{ "spec.ui.service.title" | translate }}</h3>\r\n </div>\r\n </div>\r\n\r\n <div class="row">\r\n <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">\r\n <p>\r\n This section contains the wireframes for the Market Services route.\r\n </p>\r\n\r\n <strong>\r\n TBD\r\n </strong>\r\n <p></p>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class="row">\r\n \r\n <strong>INSERT WIREFRAMES DIAGRAM HERE.</strong>\r\n\r\n <p>\r\n Details of solution architecture items.\r\n </p>\r\n\r\n <strong>Summary:</strong>\r\n <p></p>\r\n <ol>\r\n <li><p>Describe core features (e.g.: endpoint availability)</p></li>\r\n <ul>\r\n <li><p>E.g.: endpoint availability</p></li>\r\n </ul>\r\n <li><p>Any sub or VNet design</p></li>\r\n <ul>\r\n <li><p>E.g.: Centralised Connectivity via Landing Zone Hub. A centralized connectivity hub within the Azure Landing Zone will be established to manage all ingress and egress traffic. This hub will host a secure Application Gateway (AppGW) with Web Application Firewall (WAF) policies tailored to protect Layer 7 traffic. Only HTTPS (port 443) traffic will be allowed, and backend pools will be configured to route requests securely to the original web app hosts.</p></li>\r\n </ul>\r\n </ol>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.ActivatedRoute},{type:c.Router},{type:h.HelpTreeService}]});class j{constructor(t,r,e){this.router=t,this.route=r,this.changeDetector=e,this.loading=!0,this.isViewInitialized=!1,this.navlistHeading="dev.prv.title",this.navlistCaption="dev.prv.blurb"}ngOnInit(){}ngOnDestroy(){}ngAfterViewInit(){this.isViewInitialized=!0,this.changeDetector.detectChanges()}static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:j,deps:[{token:c.Router},{token:c.ActivatedRoute},{token:t.ChangeDetectorRef}],target:t.ɵɵFactoryTarget.Component})}static{this.ɵcmp=t.ɵɵngDeclareComponent({minVersion:"14.0.0",version:"19.2.15",type:j,isStandalone:!1,selector:"app-spec-prv",ngImport:t,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="height-max" style="width: 100%">\r\n\r\n <div class="row">\r\n <div class="col-4">\r\n <mat-card class="example-card">\r\n <mat-card-header>\r\n <mat-card-title> {{ navlistHeading | translate }} </mat-card-title>\r\n <mat-card-subtitle> {{ navlistCaption | translate }} </mat-card-subtitle>\r\n </mat-card-header>\r\n <mat-card-content>\r\n <app-tree-spec></app-tree-spec>\r\n </mat-card-content>\r\n </mat-card>\r\n </div> \r\n\r\n <div class="col-8">\r\n <mat-card class="example-card">\r\n <mat-card-content>\r\n <router-outlet></router-outlet>\r\n </mat-card-content>\r\n </mat-card>\r\n </div>\r\n \r\n </div>\r\n</div>\r\n',styles:[""],dependencies:[{kind:"component",type:k.MatCard,selector:"mat-card",inputs:["appearance"],exportAs:["matCard"]},{kind:"directive",type:k.MatCardContent,selector:"mat-card-content"},{kind:"component",type:k.MatCardHeader,selector:"mat-card-header"},{kind:"directive",type:k.MatCardSubtitle,selector:"mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]"},{kind:"directive",type:k.MatCardTitle,selector:"mat-card-title, [mat-card-title], [matCardTitle]"},{kind:"directive",type:c.RouterOutlet,selector:"router-outlet",inputs:["name","routerOutletData"],outputs:["activate","deactivate","attach","detach"],exportAs:["outlet"]},{kind:"component",type:I,selector:"app-tree-spec",inputs:["editMode"]},{kind:"pipe",type:T.TranslatePipe,name:"translate"}],changeDetection:t.ChangeDetectionStrategy.OnPush})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:j,decorators:[{type:s,args:[{changeDetection:i.OnPush,selector:"app-spec-prv",standalone:!1,template:'\x3c!--\r\n-- Copyright (c) Cashikoi. All rights reserved.\r\n-- This file is subject to the terms and conditions defined in file \'LICENSE.txt\', which is part of this source code package.\r\n--\x3e\r\n<div class="height-max" style="width: 100%">\r\n\r\n <div class="row">\r\n <div class="col-4">\r\n <mat-card class="example-card">\r\n <mat-card-header>\r\n <mat-card-title> {{ navlistHeading | translate }} </mat-card-title>\r\n <mat-card-subtitle> {{ navlistCaption | translate }} </mat-card-subtitle>\r\n </mat-card-header>\r\n <mat-card-content>\r\n <app-tree-spec></app-tree-spec>\r\n </mat-card-content>\r\n </mat-card>\r\n </div> \r\n\r\n <div class="col-8">\r\n <mat-card class="example-card">\r\n <mat-card-content>\r\n <router-outlet></router-outlet>\r\n </mat-card-content>\r\n </mat-card>\r\n </div>\r\n \r\n </div>\r\n</div>\r\n'}]}],ctorParameters:()=>[{type:c.Router},{type:c.ActivatedRoute},{type:t.ChangeDetectorRef}]});const z=[{path:"main",component:j,children:[{path:"market-overview",component:F},{path:"market-architecture",component:D},{path:"market-change-log",component:R},{path:"market-data-model",component:P},{path:"market-business-rules",component:M},{path:"market-ui",component:V},{path:"market-ui-community",component:H},{path:"market-ui-feature",component:N},{path:"market-ui-product",component:L},{path:"market-ui-profile",component:O},{path:"market-ui-recruit",component:W},{path:"market-ui-service",component:G},{path:"",redirectTo:"pre-start",pathMatch:"prefix"}]},{path:"",redirectTo:"main",pathMatch:"prefix"}];class B{static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:B,deps:[],target:t.ɵɵFactoryTarget.NgModule})}static{this.ɵmod=t.ɵɵngDeclareNgModule({minVersion:"14.0.0",version:"19.2.15",ngImport:t,type:B,imports:[c.RouterModule],exports:[d]})}static{this.ɵinj=t.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:B,imports:[d.forChild(z),d]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:B,decorators:[{type:r,args:[{imports:[d.forChild(z)],exports:[d],providers:[]}]}]});class Z{static{this.ɵfac=t.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:Z,deps:[],target:t.ɵɵFactoryTarget.NgModule})}static{this.ɵmod=t.ɵɵngDeclareNgModule({minVersion:"14.0.0",version:"19.2.15",ngImport:t,type:Z,declarations:[j,I,F,D,R,P,M,V,H,N,L,O,W,G],imports:[a,p,u,C,m,g,v,B],exports:[j,I,F,D,R,P,M,V,H,N,L,O,W,G]})}static{this.ɵinj=t.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:Z,providers:[S(x())],imports:[a,p,u,C,m,g,v,B]})}}t.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"19.2.15",ngImport:t,type:Z,decorators:[{type:r,args:[{declarations:[j,I,F,D,R,P,M,V,H,N,L,O,W,G],exports:[j,I,F,D,R,P,M,V,H,N,L,O,W,G],imports:[a,p,u,C,m,g,v,B],providers:[S(x())]}]}]});export{D as ArchitectureComponent,R as ChangeComponent,P as DataComponent,F as OverviewComponent,M as RulesComponent,B as SpecMarketRoutingModule,j as SpecPrvComponent,Z as SpecPrvModule,I as TreeSpecComponent,H as UiCommunityComponent,V as UiComponent,N as UiFeatureComponent,L as UiProductComponent,O as UiProfileComponent,W as UiRecruitComponent,G as UiServiceComponent,E as ViewduMarketNgxHtmlPrvModule};
|
package/package.json
CHANGED