diff --git a/content/roadmaps.json b/content/roadmaps.json
index 524c41ec7..4cb7551f5 100644
--- a/content/roadmaps.json
+++ b/content/roadmaps.json
@@ -1062,6 +1062,7 @@
"java",
"nodejs"
],
+ "contentPathsFilePath": "/roadmaps/116-aspnet-core/content-paths.json",
"id": "aspnet-core",
"metaPath": "/roadmaps/116-aspnet-core/meta.json"
}
diff --git a/content/roadmaps/116-aspnet-core/content-paths.json b/content/roadmaps/116-aspnet-core/content-paths.json
new file mode 100644
index 000000000..de99981c3
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content-paths.json
@@ -0,0 +1,171 @@
+{
+ "home": "/roadmaps/116-aspnet-core/content/readme.md",
+ "basics-of-csharp": "/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md",
+ "basics-of-csharp:csharp": "/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md",
+ "basics-of-csharp:dotnet": "/roadmaps/116-aspnet-core/content/100-basics-of-csharp/101-dotnet.md",
+ "basics-of-csharp:dotnet-cli": "/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md",
+ "general-development-skills": "/roadmaps/116-aspnet-core/content/101-general-development-skills/readme.md",
+ "general-development-skills:git": "/roadmaps/116-aspnet-core/content/101-general-development-skills/100-git.md",
+ "general-development-skills:azure-devops-services": "/roadmaps/116-aspnet-core/content/101-general-development-skills/101-azure-devops-services.md",
+ "general-development-skills:vcs-hosting-services": "/roadmaps/116-aspnet-core/content/101-general-development-skills/102-vcs-hosting-services.md",
+ "general-development-skills:http-https": "/roadmaps/116-aspnet-core/content/101-general-development-skills/103-http-https.md",
+ "general-development-skills:datastructures-and-algorithms": "/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md",
+ "database-fundamentals": "/roadmaps/116-aspnet-core/content/102-database-fundamentals/readme.md",
+ "database-fundamentals:database-design-basics": "/roadmaps/116-aspnet-core/content/102-database-fundamentals/100-database-design-basics.md",
+ "database-fundamentals:sql-basics": "/roadmaps/116-aspnet-core/content/102-database-fundamentals/101-sql-basics.md",
+ "database-fundamentals:stored-procedures": "/roadmaps/116-aspnet-core/content/102-database-fundamentals/102-stored-procedures.md",
+ "database-fundamentals:constraints": "/roadmaps/116-aspnet-core/content/102-database-fundamentals/103-constraints.md",
+ "database-fundamentals:triggers": "/roadmaps/116-aspnet-core/content/102-database-fundamentals/104-triggers.md",
+ "basics-of-aspnet-core": "/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/readme.md",
+ "basics-of-aspnet-core:mvc": "/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/100-mvc.md",
+ "basics-of-aspnet-core:rest": "/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/101-rest.md",
+ "basics-of-aspnet-core:razor-pages": "/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/102-razor-pages.md",
+ "basics-of-aspnet-core:razor-components": "/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/103-razor-components.md",
+ "basics-of-aspnet-core:middlewares": "/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/104-middlewares.md",
+ "basics-of-aspnet-core:filters-and-attributes": "/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/105-filters-and-attributes.md",
+ "basics-of-aspnet-core:app-settings-and-configurations": "/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/106-app-settings-and-configurations.md",
+ "orm": "/roadmaps/116-aspnet-core/content/104-orm/readme.md",
+ "orm:entity-framework-core": "/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/readme.md",
+ "orm:entity-framework-core:framework-basics": "/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/100-framework-basics.md",
+ "orm:entity-framework-core:codefirst-migrations": "/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/101-codefirst-migrations.md",
+ "orm:entity-framework-core:change-tracker-api": "/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/102-change-tracker-api.md",
+ "orm:entity-framework-core:lazy-eager-explicit-loading": "/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md",
+ "orm:dapper": "/roadmaps/116-aspnet-core/content/104-orm/101-dapper.md",
+ "orm:repodb": "/roadmaps/116-aspnet-core/content/104-orm/102-repodb.md",
+ "orm:nhibernate": "/roadmaps/116-aspnet-core/content/104-orm/103-nhibernate.md",
+ "dependency-injection": "/roadmaps/116-aspnet-core/content/105-dependency-injection/readme.md",
+ "dependency-injection:scrutor": "/roadmaps/116-aspnet-core/content/105-dependency-injection/100-scrutor.md",
+ "dependency-injection:di-containers": "/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/readme.md",
+ "dependency-injection:di-containers:microsoft-extensions-dependency-injection": "/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/100-microsoft-extensions-dependency-injection.md",
+ "dependency-injection:di-containers:auto-fac": "/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/101-auto-fac.md",
+ "dependency-injection:di-containers:ninject": "/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/102-ninject.md",
+ "dependency-injection:di-containers:castle-windsor": "/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/103-castle-windsor.md",
+ "dependency-injection:di-containers:simple-injector": "/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/104-simple-injector.md",
+ "dependency-injection:life-cycles": "/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/readme.md",
+ "dependency-injection:life-cycles:scoped": "/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/100-scoped.md",
+ "dependency-injection:life-cycles:transient": "/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/101-transient.md",
+ "dependency-injection:life-cycles:singleton": "/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/102-singleton.md",
+ "caching": "/roadmaps/116-aspnet-core/content/106-caching/readme.md",
+ "caching:memory-cache": "/roadmaps/116-aspnet-core/content/106-caching/100-memory-cache.md",
+ "caching:entity-framework-cache": "/roadmaps/116-aspnet-core/content/106-caching/101-entity-framework-cache.md",
+ "caching:distributed-cache": "/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/readme.md",
+ "caching:distributed-cache:memcached": "/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/100-memcached.md",
+ "caching:distributed-cache:redis": "/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/readme.md",
+ "caching:distributed-cache:redis:stackexchange-redis": "/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/stackexchange-redis.md",
+ "caching:distributed-cache:redis:easy-caching": "/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/easy-caching.md",
+ "databases": "/roadmaps/116-aspnet-core/content/107-databases/readme.md",
+ "databases:search-engines": "/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/readme.md",
+ "databases:search-engines:elasticsearch": "/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/100-elasticsearch.md",
+ "databases:search-engines:solr": "/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/101-solr.md",
+ "databases:search-engines:sphinx": "/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/102-sphinx.md",
+ "databases:cloud": "/roadmaps/116-aspnet-core/content/107-databases/101-cloud/readme.md",
+ "databases:cloud:dynamodb": "/roadmaps/116-aspnet-core/content/107-databases/101-cloud/100-dynamodb.md",
+ "databases:cloud:cosmosdb": "/roadmaps/116-aspnet-core/content/107-databases/101-cloud/101-cosmosdb.md",
+ "databases:relational": "/roadmaps/116-aspnet-core/content/107-databases/102-relational/readme.md",
+ "databases:relational:sql-server": "/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md",
+ "databases:relational:postgresql": "/roadmaps/116-aspnet-core/content/107-databases/102-relational/101-postgresql.md",
+ "databases:relational:mariadb": "/roadmaps/116-aspnet-core/content/107-databases/102-relational/102-mariadb.md",
+ "databases:relational:mysql": "/roadmaps/116-aspnet-core/content/107-databases/102-relational/103-mysql.md",
+ "databases:nosql": "/roadmaps/116-aspnet-core/content/107-databases/103-nosql/readme.md",
+ "databases:nosql:redis": "/roadmaps/116-aspnet-core/content/107-databases/103-nosql/100-redis.md",
+ "databases:nosql:mongodb": "/roadmaps/116-aspnet-core/content/107-databases/103-nosql/101-mongodb.md",
+ "databases:nosql:litedb": "/roadmaps/116-aspnet-core/content/107-databases/103-nosql/102-litedb.md",
+ "databases:nosql:cassandra": "/roadmaps/116-aspnet-core/content/107-databases/103-nosql/103-cassandra.md",
+ "databases:nosql:ravendb": "/roadmaps/116-aspnet-core/content/107-databases/103-nosql/104-ravendb.md",
+ "databases:nosql:couchdb": "/roadmaps/116-aspnet-core/content/107-databases/103-nosql/105-couchdb.md",
+ "log-frameworks": "/roadmaps/116-aspnet-core/content/108-log-frameworks/readme.md",
+ "log-frameworks:serilog": "/roadmaps/116-aspnet-core/content/108-log-frameworks/100-serilog.md",
+ "log-frameworks:nlog": "/roadmaps/116-aspnet-core/content/108-log-frameworks/101-nlog.md",
+ "log-frameworks:log-management-system": "/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/readme.md",
+ "log-frameworks:log-management-system:elk-stack": "/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/100-elk-stack.md",
+ "log-frameworks:log-management-system:sentry": "/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/101-sentry.md",
+ "log-frameworks:log-management-system:datadog": "/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/102-datadog.md",
+ "log-frameworks:log-management-system:loggly": "/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/103-loggly.md",
+ "log-frameworks:log-management-system:elmah": "/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/104-elmah.md",
+ "api-clients": "/roadmaps/116-aspnet-core/content/109-api-clients/readme.md",
+ "api-clients:rest": "/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/readme.md",
+ "api-clients:rest:odata": "/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/101-odata.md",
+ "api-clients:rest:sieve": "/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/102-sieve.md",
+ "api-clients:grpc": "/roadmaps/116-aspnet-core/content/109-api-clients/101-grpc.md",
+ "api-clients:graphql": "/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/readme.md",
+ "api-clients:graphql:graphql-dotnet": "/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md",
+ "api-clients:graphql:hot-chocolate": "/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/101-hot-chocolate.md",
+ "real-time-communication": "/roadmaps/116-aspnet-core/content/110-real-time-communication/readme.md",
+ "real-time-communication:web-sockets": "/roadmaps/116-aspnet-core/content/110-real-time-communication/100-web-sockets.md",
+ "real-time-communication:singlar-core": "/roadmaps/116-aspnet-core/content/110-real-time-communication/101-singlar-core.md",
+ "object-mapping": "/roadmaps/116-aspnet-core/content/111-object-mapping/readme.md",
+ "object-mapping:atuo-mapper": "/roadmaps/116-aspnet-core/content/111-object-mapping/100-atuo-mapper.md",
+ "object-mapping:express-mapper": "/roadmaps/116-aspnet-core/content/111-object-mapping/101-express-mapper.md",
+ "object-mapping:agile-mapper": "/roadmaps/116-aspnet-core/content/111-object-mapping/102-agile-mapper.md",
+ "object-mapping:mapster": "/roadmaps/116-aspnet-core/content/111-object-mapping/103-mapster.md",
+ "task-scheduling": "/roadmaps/116-aspnet-core/content/112-task-scheduling/readme.md",
+ "task-scheduling:hangfire": "/roadmaps/116-aspnet-core/content/112-task-scheduling/100-hangfire.md",
+ "task-scheduling:native-background-service": "/roadmaps/116-aspnet-core/content/112-task-scheduling/101-native-background-service.md",
+ "task-scheduling:quartz": "/roadmaps/116-aspnet-core/content/112-task-scheduling/102-quartz.md",
+ "task-scheduling:coravel": "/roadmaps/116-aspnet-core/content/112-task-scheduling/103-coravel.md",
+ "testing": "/roadmaps/116-aspnet-core/content/113-testing/readme.md",
+ "testing:e2e-testing": "/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/readme.md",
+ "testing:e2e-testing:selenium": "/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/100-selenium.md",
+ "testing:e2e-testing:playwright": "/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/101-playwright.md",
+ "testing:e2e-testing:puppeteer": "/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/102-puppeteer.md",
+ "testing:e2e-testing:cypress": "/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/103-cypress.md",
+ "testing:unit-testing": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/readme.md",
+ "testing:unit-testing:fluent-assertions": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/100-fluent-assertions.md",
+ "testing:unit-testing:shouldly": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/101-shouldly.md",
+ "testing:unit-testing:mstest": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/102-mstest.md",
+ "testing:unit-testing:xunit": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/103-xunit.md",
+ "testing:unit-testing:nunit": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/104-nunit.md",
+ "testing:unit-testing:nsubstitute": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/105-nsubstitute.md",
+ "testing:unit-testing:moq": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/106-moq.md",
+ "testing:unit-testing:fake-it-easy": "/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/107-fake-it-easy.md",
+ "testing:integration-testing": "/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/readme.md",
+ "testing:integration-testing:web-application-factory": "/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/100-web-application-factory.md",
+ "testing:integration-testing:test-server": "/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/101-test-server.md",
+ "testing:behavior-testing": "/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/readme.md",
+ "testing:behavior-testing:spec-flow": "/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/100-spec-flow.md",
+ "testing:behavior-testing:bddfy": "/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/101-bddfy.md",
+ "testing:behavior-testing:light-bdd": "/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/102-light-bdd.md",
+ "microservices": "/roadmaps/116-aspnet-core/content/114-microservices/readme.md",
+ "microservices:message-brokers": "/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/readme.md",
+ "microservices:message-brokers:active-mq": "/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/100-active-mq.md",
+ "microservices:message-brokers:apache-kafka": "/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/101-apache-kafka.md",
+ "microservices:message-brokers:rabbit-mq": "/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/102-rabbit-mq.md",
+ "microservices:message-brokers:net-mq": "/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/103-net-mq.md",
+ "microservices:message-brokers:azure-service-bus": "/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/104-azure-service-bus.md",
+ "microservices:message-bus": "/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/readme.md",
+ "microservices:message-bus:mass-transit": "/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/100-mass-transit.md",
+ "microservices:message-bus:nservice-bus": "/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/101-nservice-bus.md",
+ "microservices:message-bus:easy-net-q": "/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/102-easy-net-q.md",
+ "microservices:kubernetes": "/roadmaps/116-aspnet-core/content/114-microservices/102-kubernetes.md",
+ "microservices:docker-swarm": "/roadmaps/116-aspnet-core/content/114-microservices/103-docker-swarm.md",
+ "microservices:ocelot": "/roadmaps/116-aspnet-core/content/114-microservices/104-ocelot.md",
+ "microservices:docker": "/roadmaps/116-aspnet-core/content/114-microservices/105-docker.md",
+ "microservices:yarp": "/roadmaps/116-aspnet-core/content/114-microservices/106-yarp.md",
+ "microservices:orleans": "/roadmaps/116-aspnet-core/content/114-microservices/107-orleans.md",
+ "microservices:steel-toe": "/roadmaps/116-aspnet-core/content/114-microservices/108-steel-toe.md",
+ "microservices:dapr": "/roadmaps/116-aspnet-core/content/114-microservices/109-dapr.md",
+ "microservices:tye": "/roadmaps/116-aspnet-core/content/114-microservices/110-tye.md",
+ "ci-cd": "/roadmaps/116-aspnet-core/content/115-ci-cd/readme.md",
+ "ci-cd:github-actions": "/roadmaps/116-aspnet-core/content/115-ci-cd/100-github-actions.md",
+ "ci-cd:azure-pipelines": "/roadmaps/116-aspnet-core/content/115-ci-cd/101-azure-pipelines.md",
+ "ci-cd:travis-ci": "/roadmaps/116-aspnet-core/content/115-ci-cd/102-travis-ci.md",
+ "ci-cd:jenkins": "/roadmaps/116-aspnet-core/content/115-ci-cd/103-jenkins.md",
+ "ci-cd:circle-ci": "/roadmaps/116-aspnet-core/content/115-ci-cd/104-circle-ci.md",
+ "ci-cd:team-city": "/roadmaps/116-aspnet-core/content/115-ci-cd/105-team-city.md",
+ "client-side-libraries": "/roadmaps/116-aspnet-core/content/116-client-side-libraries/readme.md",
+ "client-side-libraries:blazor": "/roadmaps/116-aspnet-core/content/116-client-side-libraries/100-blazor.md",
+ "template-engines": "/roadmaps/116-aspnet-core/content/117-template-engines/readme.md",
+ "template-engines:razor": "/roadmaps/116-aspnet-core/content/117-template-engines/100-razor.md",
+ "template-engines:dot-liquid": "/roadmaps/116-aspnet-core/content/117-template-engines/101-dot-liquid.md",
+ "template-engines:scriban": "/roadmaps/116-aspnet-core/content/117-template-engines/102-scriban.md",
+ "template-engines:fluid": "/roadmaps/116-aspnet-core/content/117-template-engines/103-fluid.md",
+ "good-to-know-libraries": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/readme.md",
+ "good-to-know-libraries:mediatr": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/100-mediatr.md",
+ "good-to-know-libraries:fluent-validation": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/101-fluent-validation.md",
+ "good-to-know-libraries:polly": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/102-polly.md",
+ "good-to-know-libraries:nuke": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/103-nuke.md",
+ "good-to-know-libraries:benchmark-net": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/104-benchmark-net.md",
+ "good-to-know-libraries:noda-time": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/105-noda-time.md",
+ "good-to-know-libraries:gen-fu": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/106-gen-fu.md",
+ "good-to-know-libraries:swash-buckle": "/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/107-swash-buckle.md"
+}
diff --git a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md
new file mode 100644
index 000000000..ad0f08296
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/100-csharp.md
@@ -0,0 +1 @@
+# Csharp
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/101-dotnet.md b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/101-dotnet.md
new file mode 100644
index 000000000..b312fdf76
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/101-dotnet.md
@@ -0,0 +1 @@
+# Dotnet
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md
new file mode 100644
index 000000000..bda23dd96
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/102-dotnet-cli.md
@@ -0,0 +1 @@
+# Dotnet cli
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md
new file mode 100644
index 000000000..ea0a373d6
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/100-basics-of-csharp/readme.md
@@ -0,0 +1 @@
+# Basics of csharp
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/100-git.md b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/100-git.md
new file mode 100644
index 000000000..65f57e71e
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/100-git.md
@@ -0,0 +1 @@
+# Git
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/101-azure-devops-services.md b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/101-azure-devops-services.md
new file mode 100644
index 000000000..6d3ea56d5
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/101-azure-devops-services.md
@@ -0,0 +1 @@
+# Azure devops services
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/102-vcs-hosting-services.md b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/102-vcs-hosting-services.md
new file mode 100644
index 000000000..369db83bc
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/102-vcs-hosting-services.md
@@ -0,0 +1 @@
+# Vcs hosting services
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/103-http-https.md b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/103-http-https.md
new file mode 100644
index 000000000..6eb375120
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/103-http-https.md
@@ -0,0 +1 @@
+# Http https
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md
new file mode 100644
index 000000000..5b251c85d
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/104-datastructures-and-algorithms.md
@@ -0,0 +1 @@
+# Datastructures and algorithms
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/readme.md b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/readme.md
new file mode 100644
index 000000000..d8e5ab08b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/readme.md
@@ -0,0 +1 @@
+# General development skills
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/100-database-design-basics.md b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/100-database-design-basics.md
new file mode 100644
index 000000000..52aa93bfc
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/100-database-design-basics.md
@@ -0,0 +1 @@
+# Database design basics
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/101-sql-basics.md b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/101-sql-basics.md
new file mode 100644
index 000000000..a0b69d1a9
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/101-sql-basics.md
@@ -0,0 +1 @@
+# Sql basics
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/102-stored-procedures.md b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/102-stored-procedures.md
new file mode 100644
index 000000000..ff0ca159f
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/102-stored-procedures.md
@@ -0,0 +1 @@
+# Stored procedures
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/103-constraints.md b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/103-constraints.md
new file mode 100644
index 000000000..857142d89
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/103-constraints.md
@@ -0,0 +1 @@
+# Constraints
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/104-triggers.md b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/104-triggers.md
new file mode 100644
index 000000000..57cdccb40
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/104-triggers.md
@@ -0,0 +1 @@
+# Triggers
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/readme.md b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/readme.md
new file mode 100644
index 000000000..c90d02e25
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/102-database-fundamentals/readme.md
@@ -0,0 +1 @@
+# Database fundamentals
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/100-mvc.md b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/100-mvc.md
new file mode 100644
index 000000000..ada383a85
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/100-mvc.md
@@ -0,0 +1 @@
+# Mvc
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/101-rest.md b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/101-rest.md
new file mode 100644
index 000000000..5088a865c
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/101-rest.md
@@ -0,0 +1 @@
+# Rest
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/102-razor-pages.md b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/102-razor-pages.md
new file mode 100644
index 000000000..9e02a4009
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/102-razor-pages.md
@@ -0,0 +1 @@
+# Razor pages
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/103-razor-components.md b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/103-razor-components.md
new file mode 100644
index 000000000..a005e7ce4
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/103-razor-components.md
@@ -0,0 +1 @@
+# Razor components
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/104-middlewares.md b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/104-middlewares.md
new file mode 100644
index 000000000..9a18400f5
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/104-middlewares.md
@@ -0,0 +1 @@
+# Middlewares
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/105-filters-and-attributes.md b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/105-filters-and-attributes.md
new file mode 100644
index 000000000..0d02d316d
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/105-filters-and-attributes.md
@@ -0,0 +1 @@
+# Filters and attributes
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/106-app-settings-and-configurations.md b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/106-app-settings-and-configurations.md
new file mode 100644
index 000000000..d312a1d87
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/106-app-settings-and-configurations.md
@@ -0,0 +1 @@
+# App settings and configurations
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/readme.md b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/readme.md
new file mode 100644
index 000000000..739675108
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/103-basics-of-aspnet-core/readme.md
@@ -0,0 +1 @@
+# Basics of aspnet core
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/100-framework-basics.md b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/100-framework-basics.md
new file mode 100644
index 000000000..5f87516f1
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/100-framework-basics.md
@@ -0,0 +1 @@
+# Framework basics
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/101-codefirst-migrations.md b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/101-codefirst-migrations.md
new file mode 100644
index 000000000..9c53e81c2
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/101-codefirst-migrations.md
@@ -0,0 +1 @@
+# Codefirst migrations
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/102-change-tracker-api.md b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/102-change-tracker-api.md
new file mode 100644
index 000000000..269fbca83
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/102-change-tracker-api.md
@@ -0,0 +1 @@
+# Change tracker api
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md
new file mode 100644
index 000000000..5bbe4d300
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md
@@ -0,0 +1 @@
+# Lazy eager explicit loading
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/readme.md b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/readme.md
new file mode 100644
index 000000000..16cddf046
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/100-entity-framework-core/readme.md
@@ -0,0 +1 @@
+# Entity framework core
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/101-dapper.md b/content/roadmaps/116-aspnet-core/content/104-orm/101-dapper.md
new file mode 100644
index 000000000..3310c7359
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/101-dapper.md
@@ -0,0 +1 @@
+# Dapper
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/102-repodb.md b/content/roadmaps/116-aspnet-core/content/104-orm/102-repodb.md
new file mode 100644
index 000000000..a5714fb9f
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/102-repodb.md
@@ -0,0 +1 @@
+# Repodb
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/103-nhibernate.md b/content/roadmaps/116-aspnet-core/content/104-orm/103-nhibernate.md
new file mode 100644
index 000000000..48efc75fb
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/103-nhibernate.md
@@ -0,0 +1 @@
+# Nhibernate
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/104-orm/readme.md b/content/roadmaps/116-aspnet-core/content/104-orm/readme.md
new file mode 100644
index 000000000..de9a0a7df
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/104-orm/readme.md
@@ -0,0 +1 @@
+# Orm
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/100-scrutor.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/100-scrutor.md
new file mode 100644
index 000000000..837dead2f
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/100-scrutor.md
@@ -0,0 +1 @@
+# Scrutor
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/100-microsoft-extensions-dependency-injection.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/100-microsoft-extensions-dependency-injection.md
new file mode 100644
index 000000000..9f33143c7
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/100-microsoft-extensions-dependency-injection.md
@@ -0,0 +1 @@
+# Microsoft extensions dependency injection
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/101-auto-fac.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/101-auto-fac.md
new file mode 100644
index 000000000..05af34b00
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/101-auto-fac.md
@@ -0,0 +1 @@
+# Auto fac
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/102-ninject.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/102-ninject.md
new file mode 100644
index 000000000..a0dbfeb71
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/102-ninject.md
@@ -0,0 +1 @@
+# Ninject
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/103-castle-windsor.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/103-castle-windsor.md
new file mode 100644
index 000000000..e210453ab
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/103-castle-windsor.md
@@ -0,0 +1 @@
+# Castle windsor
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/104-simple-injector.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/104-simple-injector.md
new file mode 100644
index 000000000..4d9af164e
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/104-simple-injector.md
@@ -0,0 +1 @@
+# Simple injector
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/readme.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/readme.md
new file mode 100644
index 000000000..22e7c41f4
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/101-di-containers/readme.md
@@ -0,0 +1 @@
+# Di containers
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/100-scoped.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/100-scoped.md
new file mode 100644
index 000000000..020b94603
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/100-scoped.md
@@ -0,0 +1 @@
+# Scoped
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/101-transient.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/101-transient.md
new file mode 100644
index 000000000..8c06546cd
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/101-transient.md
@@ -0,0 +1 @@
+# Transient
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/102-singleton.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/102-singleton.md
new file mode 100644
index 000000000..d80f013d6
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/102-singleton.md
@@ -0,0 +1 @@
+# Singleton
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/readme.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/readme.md
new file mode 100644
index 000000000..63e8d903b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/102-life-cycles/readme.md
@@ -0,0 +1 @@
+# Life cycles
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/105-dependency-injection/readme.md b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/readme.md
new file mode 100644
index 000000000..450bde1c7
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/105-dependency-injection/readme.md
@@ -0,0 +1 @@
+# Dependency injection
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/106-caching/100-memory-cache.md b/content/roadmaps/116-aspnet-core/content/106-caching/100-memory-cache.md
new file mode 100644
index 000000000..488d0d6c9
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/106-caching/100-memory-cache.md
@@ -0,0 +1 @@
+# Memory cache
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/106-caching/101-entity-framework-cache.md b/content/roadmaps/116-aspnet-core/content/106-caching/101-entity-framework-cache.md
new file mode 100644
index 000000000..cff289ce0
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/106-caching/101-entity-framework-cache.md
@@ -0,0 +1 @@
+# Entity framework cache
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/100-memcached.md b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/100-memcached.md
new file mode 100644
index 000000000..a77571ada
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/100-memcached.md
@@ -0,0 +1 @@
+# Memcached
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/easy-caching.md b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/easy-caching.md
new file mode 100644
index 000000000..bddbaaed5
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/easy-caching.md
@@ -0,0 +1 @@
+# Easy caching
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/readme.md b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/readme.md
new file mode 100644
index 000000000..0de4bc736
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/readme.md
@@ -0,0 +1 @@
+# Redis
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/stackexchange-redis.md b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/stackexchange-redis.md
new file mode 100644
index 000000000..e8241a6ad
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/101-redis/stackexchange-redis.md
@@ -0,0 +1 @@
+# Stackexchange redis
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/readme.md b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/readme.md
new file mode 100644
index 000000000..657aa944b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/106-caching/102-distributed-cache/readme.md
@@ -0,0 +1 @@
+# Distributed cache
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/106-caching/readme.md b/content/roadmaps/116-aspnet-core/content/106-caching/readme.md
new file mode 100644
index 000000000..07f88797a
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/106-caching/readme.md
@@ -0,0 +1 @@
+# Caching
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/100-elasticsearch.md b/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/100-elasticsearch.md
new file mode 100644
index 000000000..1c01a877a
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/100-elasticsearch.md
@@ -0,0 +1 @@
+# Elasticsearch
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/101-solr.md b/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/101-solr.md
new file mode 100644
index 000000000..54c3caa94
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/101-solr.md
@@ -0,0 +1 @@
+# Solr
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/102-sphinx.md b/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/102-sphinx.md
new file mode 100644
index 000000000..470f2a5a7
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/102-sphinx.md
@@ -0,0 +1 @@
+# Sphinx
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/readme.md b/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/readme.md
new file mode 100644
index 000000000..bc600ec99
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/100-search-engines/readme.md
@@ -0,0 +1 @@
+# Search engines
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/100-dynamodb.md b/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/100-dynamodb.md
new file mode 100644
index 000000000..b08ce7569
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/100-dynamodb.md
@@ -0,0 +1 @@
+# Dynamodb
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/101-cosmosdb.md b/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/101-cosmosdb.md
new file mode 100644
index 000000000..84cc06469
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/101-cosmosdb.md
@@ -0,0 +1 @@
+# Cosmosdb
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/readme.md b/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/readme.md
new file mode 100644
index 000000000..bd82553bb
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/101-cloud/readme.md
@@ -0,0 +1 @@
+# Cloud
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md
new file mode 100644
index 000000000..4c59024d3
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/100-sql-server.md
@@ -0,0 +1 @@
+# Sql server
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/101-postgresql.md b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/101-postgresql.md
new file mode 100644
index 000000000..a6798acec
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/101-postgresql.md
@@ -0,0 +1 @@
+# Postgresql
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/102-mariadb.md b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/102-mariadb.md
new file mode 100644
index 000000000..2efaf2286
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/102-mariadb.md
@@ -0,0 +1 @@
+# Mariadb
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/103-mysql.md b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/103-mysql.md
new file mode 100644
index 000000000..39b7062b3
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/103-mysql.md
@@ -0,0 +1 @@
+# Mysql
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/readme.md b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/readme.md
new file mode 100644
index 000000000..e6a7c3178
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/102-relational/readme.md
@@ -0,0 +1 @@
+# Relational
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/100-redis.md b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/100-redis.md
new file mode 100644
index 000000000..0de4bc736
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/100-redis.md
@@ -0,0 +1 @@
+# Redis
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/101-mongodb.md b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/101-mongodb.md
new file mode 100644
index 000000000..090d1d3ea
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/101-mongodb.md
@@ -0,0 +1 @@
+# Mongodb
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/102-litedb.md b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/102-litedb.md
new file mode 100644
index 000000000..f4298759b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/102-litedb.md
@@ -0,0 +1 @@
+# Litedb
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/103-cassandra.md b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/103-cassandra.md
new file mode 100644
index 000000000..fb6bc61fc
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/103-cassandra.md
@@ -0,0 +1 @@
+# Cassandra
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/104-ravendb.md b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/104-ravendb.md
new file mode 100644
index 000000000..b27209c6f
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/104-ravendb.md
@@ -0,0 +1 @@
+# Ravendb
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/105-couchdb.md b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/105-couchdb.md
new file mode 100644
index 000000000..643c17afc
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/105-couchdb.md
@@ -0,0 +1 @@
+# Couchdb
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/readme.md b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/readme.md
new file mode 100644
index 000000000..a6b54c76c
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/103-nosql/readme.md
@@ -0,0 +1 @@
+# Nosql
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/107-databases/readme.md b/content/roadmaps/116-aspnet-core/content/107-databases/readme.md
new file mode 100644
index 000000000..602f6d863
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/107-databases/readme.md
@@ -0,0 +1 @@
+# Databases
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/100-serilog.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/100-serilog.md
new file mode 100644
index 000000000..c3a09a797
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/100-serilog.md
@@ -0,0 +1 @@
+# Serilog
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/101-nlog.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/101-nlog.md
new file mode 100644
index 000000000..d40545ab0
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/101-nlog.md
@@ -0,0 +1 @@
+# Nlog
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/100-elk-stack.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/100-elk-stack.md
new file mode 100644
index 000000000..a2c2f9ee2
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/100-elk-stack.md
@@ -0,0 +1 @@
+# Elk stack
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/101-sentry.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/101-sentry.md
new file mode 100644
index 000000000..efc441663
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/101-sentry.md
@@ -0,0 +1 @@
+# Sentry
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/102-datadog.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/102-datadog.md
new file mode 100644
index 000000000..c11e557ba
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/102-datadog.md
@@ -0,0 +1 @@
+# Datadog
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/103-loggly.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/103-loggly.md
new file mode 100644
index 000000000..63234d0cb
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/103-loggly.md
@@ -0,0 +1 @@
+# Loggly
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/104-elmah.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/104-elmah.md
new file mode 100644
index 000000000..3031f5bc6
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/104-elmah.md
@@ -0,0 +1 @@
+# Elmah
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/readme.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/readme.md
new file mode 100644
index 000000000..6bb298261
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/102-log-management-system/readme.md
@@ -0,0 +1 @@
+# Log management system
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/108-log-frameworks/readme.md b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/readme.md
new file mode 100644
index 000000000..f0e9793fa
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/108-log-frameworks/readme.md
@@ -0,0 +1 @@
+# Log frameworks
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/101-odata.md b/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/101-odata.md
new file mode 100644
index 000000000..36b735b92
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/101-odata.md
@@ -0,0 +1 @@
+# Odata
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/102-sieve.md b/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/102-sieve.md
new file mode 100644
index 000000000..61b8d81ea
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/102-sieve.md
@@ -0,0 +1 @@
+# Sieve
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/readme.md b/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/readme.md
new file mode 100644
index 000000000..5088a865c
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/109-api-clients/100-rest/readme.md
@@ -0,0 +1 @@
+# Rest
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/109-api-clients/101-grpc.md b/content/roadmaps/116-aspnet-core/content/109-api-clients/101-grpc.md
new file mode 100644
index 000000000..5d543f43c
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/109-api-clients/101-grpc.md
@@ -0,0 +1 @@
+# Grpc
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md b/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md
new file mode 100644
index 000000000..8f8f0f5b7
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/100-graphql-dotnet.md
@@ -0,0 +1 @@
+# Graphql dotnet
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/101-hot-chocolate.md b/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/101-hot-chocolate.md
new file mode 100644
index 000000000..075634181
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/101-hot-chocolate.md
@@ -0,0 +1 @@
+# Hot chocolate
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/readme.md b/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/readme.md
new file mode 100644
index 000000000..92b738b69
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/109-api-clients/102-graphql/readme.md
@@ -0,0 +1 @@
+# Graphql
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/109-api-clients/readme.md b/content/roadmaps/116-aspnet-core/content/109-api-clients/readme.md
new file mode 100644
index 000000000..3ad7ce843
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/109-api-clients/readme.md
@@ -0,0 +1 @@
+# Api clients
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/110-real-time-communication/100-web-sockets.md b/content/roadmaps/116-aspnet-core/content/110-real-time-communication/100-web-sockets.md
new file mode 100644
index 000000000..8b76cfb8d
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/110-real-time-communication/100-web-sockets.md
@@ -0,0 +1 @@
+# Web sockets
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/110-real-time-communication/101-singlar-core.md b/content/roadmaps/116-aspnet-core/content/110-real-time-communication/101-singlar-core.md
new file mode 100644
index 000000000..511d797ad
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/110-real-time-communication/101-singlar-core.md
@@ -0,0 +1 @@
+# Singlar core
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/110-real-time-communication/readme.md b/content/roadmaps/116-aspnet-core/content/110-real-time-communication/readme.md
new file mode 100644
index 000000000..fcca92201
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/110-real-time-communication/readme.md
@@ -0,0 +1 @@
+# Real time communication
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/111-object-mapping/100-atuo-mapper.md b/content/roadmaps/116-aspnet-core/content/111-object-mapping/100-atuo-mapper.md
new file mode 100644
index 000000000..2458788e2
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/111-object-mapping/100-atuo-mapper.md
@@ -0,0 +1 @@
+# Atuo mapper
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/111-object-mapping/101-express-mapper.md b/content/roadmaps/116-aspnet-core/content/111-object-mapping/101-express-mapper.md
new file mode 100644
index 000000000..ab9cfe0e5
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/111-object-mapping/101-express-mapper.md
@@ -0,0 +1 @@
+# Express mapper
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/111-object-mapping/102-agile-mapper.md b/content/roadmaps/116-aspnet-core/content/111-object-mapping/102-agile-mapper.md
new file mode 100644
index 000000000..d52b64a0f
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/111-object-mapping/102-agile-mapper.md
@@ -0,0 +1 @@
+# Agile mapper
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/111-object-mapping/103-mapster.md b/content/roadmaps/116-aspnet-core/content/111-object-mapping/103-mapster.md
new file mode 100644
index 000000000..eb8824e72
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/111-object-mapping/103-mapster.md
@@ -0,0 +1 @@
+# Mapster
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/111-object-mapping/readme.md b/content/roadmaps/116-aspnet-core/content/111-object-mapping/readme.md
new file mode 100644
index 000000000..21bbef441
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/111-object-mapping/readme.md
@@ -0,0 +1 @@
+# Object mapping
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/112-task-scheduling/100-hangfire.md b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/100-hangfire.md
new file mode 100644
index 000000000..44ebc6d66
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/100-hangfire.md
@@ -0,0 +1 @@
+# Hangfire
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/112-task-scheduling/101-native-background-service.md b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/101-native-background-service.md
new file mode 100644
index 000000000..fc05d1421
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/101-native-background-service.md
@@ -0,0 +1 @@
+# Native background service
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/112-task-scheduling/102-quartz.md b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/102-quartz.md
new file mode 100644
index 000000000..0c4afd83b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/102-quartz.md
@@ -0,0 +1 @@
+# Quartz
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/112-task-scheduling/103-coravel.md b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/103-coravel.md
new file mode 100644
index 000000000..10e347362
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/103-coravel.md
@@ -0,0 +1 @@
+# Coravel
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/112-task-scheduling/readme.md b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/readme.md
new file mode 100644
index 000000000..af077b7a8
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/112-task-scheduling/readme.md
@@ -0,0 +1 @@
+# Task scheduling
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/100-selenium.md b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/100-selenium.md
new file mode 100644
index 000000000..832bd8988
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/100-selenium.md
@@ -0,0 +1 @@
+# Selenium
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/101-playwright.md b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/101-playwright.md
new file mode 100644
index 000000000..454f06c7c
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/101-playwright.md
@@ -0,0 +1 @@
+# Playwright
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/102-puppeteer.md b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/102-puppeteer.md
new file mode 100644
index 000000000..70452d2a2
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/102-puppeteer.md
@@ -0,0 +1 @@
+# Puppeteer
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/103-cypress.md b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/103-cypress.md
new file mode 100644
index 000000000..c881065db
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/103-cypress.md
@@ -0,0 +1 @@
+# Cypress
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/readme.md b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/readme.md
new file mode 100644
index 000000000..d4b55904e
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/100-e2e-testing/readme.md
@@ -0,0 +1 @@
+# E2e testing
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/100-fluent-assertions.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/100-fluent-assertions.md
new file mode 100644
index 000000000..184bda8b3
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/100-fluent-assertions.md
@@ -0,0 +1 @@
+# Fluent assertions
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/101-shouldly.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/101-shouldly.md
new file mode 100644
index 000000000..76c15d93d
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/101-shouldly.md
@@ -0,0 +1 @@
+# Shouldly
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/102-mstest.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/102-mstest.md
new file mode 100644
index 000000000..1b6dfb56b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/102-mstest.md
@@ -0,0 +1 @@
+# Mstest
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/103-xunit.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/103-xunit.md
new file mode 100644
index 000000000..e6b9f19fb
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/103-xunit.md
@@ -0,0 +1 @@
+# Xunit
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/104-nunit.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/104-nunit.md
new file mode 100644
index 000000000..575e4aeab
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/104-nunit.md
@@ -0,0 +1 @@
+# Nunit
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/105-nsubstitute.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/105-nsubstitute.md
new file mode 100644
index 000000000..9d4b95656
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/105-nsubstitute.md
@@ -0,0 +1 @@
+# Nsubstitute
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/106-moq.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/106-moq.md
new file mode 100644
index 000000000..ca5011ced
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/106-moq.md
@@ -0,0 +1 @@
+# Moq
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/107-fake-it-easy.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/107-fake-it-easy.md
new file mode 100644
index 000000000..1496a8157
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/107-fake-it-easy.md
@@ -0,0 +1 @@
+# Fake it easy
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/readme.md b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/readme.md
new file mode 100644
index 000000000..94ee45331
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/101-unit-testing/readme.md
@@ -0,0 +1 @@
+# Unit testing
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/100-web-application-factory.md b/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/100-web-application-factory.md
new file mode 100644
index 000000000..a72c421ca
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/100-web-application-factory.md
@@ -0,0 +1 @@
+# Web application factory
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/101-test-server.md b/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/101-test-server.md
new file mode 100644
index 000000000..614981335
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/101-test-server.md
@@ -0,0 +1 @@
+# Test server
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/readme.md b/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/readme.md
new file mode 100644
index 000000000..30f1d7fbd
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/102-integration-testing/readme.md
@@ -0,0 +1 @@
+# Integration testing
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/100-spec-flow.md b/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/100-spec-flow.md
new file mode 100644
index 000000000..a792ff348
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/100-spec-flow.md
@@ -0,0 +1 @@
+# Spec flow
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/101-bddfy.md b/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/101-bddfy.md
new file mode 100644
index 000000000..d7631439b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/101-bddfy.md
@@ -0,0 +1 @@
+# Bddfy
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/102-light-bdd.md b/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/102-light-bdd.md
new file mode 100644
index 000000000..e114e3ef5
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/102-light-bdd.md
@@ -0,0 +1 @@
+# Light bdd
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/readme.md b/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/readme.md
new file mode 100644
index 000000000..007085e2b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/103-behavior-testing/readme.md
@@ -0,0 +1 @@
+# Behavior testing
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/113-testing/readme.md b/content/roadmaps/116-aspnet-core/content/113-testing/readme.md
new file mode 100644
index 000000000..94cfd7d77
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/113-testing/readme.md
@@ -0,0 +1 @@
+# Testing
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/100-active-mq.md b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/100-active-mq.md
new file mode 100644
index 000000000..fa679bc02
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/100-active-mq.md
@@ -0,0 +1 @@
+# Active mq
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/101-apache-kafka.md b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/101-apache-kafka.md
new file mode 100644
index 000000000..183b6f6fb
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/101-apache-kafka.md
@@ -0,0 +1 @@
+# Apache kafka
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/102-rabbit-mq.md b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/102-rabbit-mq.md
new file mode 100644
index 000000000..ef9a745cb
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/102-rabbit-mq.md
@@ -0,0 +1 @@
+# Rabbit mq
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/103-net-mq.md b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/103-net-mq.md
new file mode 100644
index 000000000..16267af2d
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/103-net-mq.md
@@ -0,0 +1 @@
+# Net mq
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/104-azure-service-bus.md b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/104-azure-service-bus.md
new file mode 100644
index 000000000..60b5aa2f8
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/104-azure-service-bus.md
@@ -0,0 +1 @@
+# Azure service bus
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/readme.md b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/readme.md
new file mode 100644
index 000000000..08e76c75e
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/100-message-brokers/readme.md
@@ -0,0 +1 @@
+# Message brokers
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/100-mass-transit.md b/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/100-mass-transit.md
new file mode 100644
index 000000000..ce010d048
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/100-mass-transit.md
@@ -0,0 +1 @@
+# Mass transit
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/101-nservice-bus.md b/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/101-nservice-bus.md
new file mode 100644
index 000000000..a922ac132
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/101-nservice-bus.md
@@ -0,0 +1 @@
+# Nservice bus
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/102-easy-net-q.md b/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/102-easy-net-q.md
new file mode 100644
index 000000000..32d23fcde
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/102-easy-net-q.md
@@ -0,0 +1 @@
+# Easy net q
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/readme.md b/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/readme.md
new file mode 100644
index 000000000..6f6e4e461
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/101-message-bus/readme.md
@@ -0,0 +1 @@
+# Message bus
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/102-kubernetes.md b/content/roadmaps/116-aspnet-core/content/114-microservices/102-kubernetes.md
new file mode 100644
index 000000000..ddf04c9b3
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/102-kubernetes.md
@@ -0,0 +1 @@
+# Kubernetes
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/103-docker-swarm.md b/content/roadmaps/116-aspnet-core/content/114-microservices/103-docker-swarm.md
new file mode 100644
index 000000000..eec61f718
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/103-docker-swarm.md
@@ -0,0 +1 @@
+# Docker swarm
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/104-ocelot.md b/content/roadmaps/116-aspnet-core/content/114-microservices/104-ocelot.md
new file mode 100644
index 000000000..742ca4ab8
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/104-ocelot.md
@@ -0,0 +1 @@
+# Ocelot
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/105-docker.md b/content/roadmaps/116-aspnet-core/content/114-microservices/105-docker.md
new file mode 100644
index 000000000..687140836
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/105-docker.md
@@ -0,0 +1 @@
+# Docker
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/106-yarp.md b/content/roadmaps/116-aspnet-core/content/114-microservices/106-yarp.md
new file mode 100644
index 000000000..4c670a13b
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/106-yarp.md
@@ -0,0 +1 @@
+# Yarp
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/107-orleans.md b/content/roadmaps/116-aspnet-core/content/114-microservices/107-orleans.md
new file mode 100644
index 000000000..32a10391f
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/107-orleans.md
@@ -0,0 +1 @@
+# Orleans
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/108-steel-toe.md b/content/roadmaps/116-aspnet-core/content/114-microservices/108-steel-toe.md
new file mode 100644
index 000000000..f4d77a364
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/108-steel-toe.md
@@ -0,0 +1 @@
+# Steel toe
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/109-dapr.md b/content/roadmaps/116-aspnet-core/content/114-microservices/109-dapr.md
new file mode 100644
index 000000000..794944feb
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/109-dapr.md
@@ -0,0 +1 @@
+# Dapr
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/110-tye.md b/content/roadmaps/116-aspnet-core/content/114-microservices/110-tye.md
new file mode 100644
index 000000000..32625bfa4
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/110-tye.md
@@ -0,0 +1 @@
+# Tye
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/114-microservices/readme.md b/content/roadmaps/116-aspnet-core/content/114-microservices/readme.md
new file mode 100644
index 000000000..3ace82ef2
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/114-microservices/readme.md
@@ -0,0 +1 @@
+# Microservices
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/115-ci-cd/100-github-actions.md b/content/roadmaps/116-aspnet-core/content/115-ci-cd/100-github-actions.md
new file mode 100644
index 000000000..d1cf49177
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/115-ci-cd/100-github-actions.md
@@ -0,0 +1 @@
+# Github actions
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/115-ci-cd/101-azure-pipelines.md b/content/roadmaps/116-aspnet-core/content/115-ci-cd/101-azure-pipelines.md
new file mode 100644
index 000000000..9798d36c9
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/115-ci-cd/101-azure-pipelines.md
@@ -0,0 +1 @@
+# Azure pipelines
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/115-ci-cd/102-travis-ci.md b/content/roadmaps/116-aspnet-core/content/115-ci-cd/102-travis-ci.md
new file mode 100644
index 000000000..fbffb7e93
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/115-ci-cd/102-travis-ci.md
@@ -0,0 +1 @@
+# Travis ci
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/115-ci-cd/103-jenkins.md b/content/roadmaps/116-aspnet-core/content/115-ci-cd/103-jenkins.md
new file mode 100644
index 000000000..2b36b080c
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/115-ci-cd/103-jenkins.md
@@ -0,0 +1 @@
+# Jenkins
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/115-ci-cd/104-circle-ci.md b/content/roadmaps/116-aspnet-core/content/115-ci-cd/104-circle-ci.md
new file mode 100644
index 000000000..b76511472
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/115-ci-cd/104-circle-ci.md
@@ -0,0 +1 @@
+# Circle ci
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/115-ci-cd/105-team-city.md b/content/roadmaps/116-aspnet-core/content/115-ci-cd/105-team-city.md
new file mode 100644
index 000000000..ea700b253
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/115-ci-cd/105-team-city.md
@@ -0,0 +1 @@
+# Team city
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/115-ci-cd/readme.md b/content/roadmaps/116-aspnet-core/content/115-ci-cd/readme.md
new file mode 100644
index 000000000..edee7d737
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/115-ci-cd/readme.md
@@ -0,0 +1 @@
+# Ci cd
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/116-client-side-libraries/100-blazor.md b/content/roadmaps/116-aspnet-core/content/116-client-side-libraries/100-blazor.md
new file mode 100644
index 000000000..8f9d59155
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/116-client-side-libraries/100-blazor.md
@@ -0,0 +1 @@
+# Blazor
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/116-client-side-libraries/readme.md b/content/roadmaps/116-aspnet-core/content/116-client-side-libraries/readme.md
new file mode 100644
index 000000000..b187395fa
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/116-client-side-libraries/readme.md
@@ -0,0 +1 @@
+# Client side libraries
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/117-template-engines/100-razor.md b/content/roadmaps/116-aspnet-core/content/117-template-engines/100-razor.md
new file mode 100644
index 000000000..14e9169a9
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/117-template-engines/100-razor.md
@@ -0,0 +1 @@
+# Razor
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/117-template-engines/101-dot-liquid.md b/content/roadmaps/116-aspnet-core/content/117-template-engines/101-dot-liquid.md
new file mode 100644
index 000000000..6aaeb25ff
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/117-template-engines/101-dot-liquid.md
@@ -0,0 +1 @@
+# Dot liquid
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/117-template-engines/102-scriban.md b/content/roadmaps/116-aspnet-core/content/117-template-engines/102-scriban.md
new file mode 100644
index 000000000..63d93d9e4
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/117-template-engines/102-scriban.md
@@ -0,0 +1 @@
+# Scriban
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/117-template-engines/103-fluid.md b/content/roadmaps/116-aspnet-core/content/117-template-engines/103-fluid.md
new file mode 100644
index 000000000..dd7bfbb44
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/117-template-engines/103-fluid.md
@@ -0,0 +1 @@
+# Fluid
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/117-template-engines/readme.md b/content/roadmaps/116-aspnet-core/content/117-template-engines/readme.md
new file mode 100644
index 000000000..8d9b2651a
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/117-template-engines/readme.md
@@ -0,0 +1 @@
+# Template engines
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/100-mediatr.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/100-mediatr.md
new file mode 100644
index 000000000..c3376ec54
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/100-mediatr.md
@@ -0,0 +1 @@
+# Mediatr
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/101-fluent-validation.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/101-fluent-validation.md
new file mode 100644
index 000000000..d8742b170
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/101-fluent-validation.md
@@ -0,0 +1 @@
+# Fluent validation
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/102-polly.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/102-polly.md
new file mode 100644
index 000000000..91efcfb06
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/102-polly.md
@@ -0,0 +1 @@
+# Polly
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/103-nuke.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/103-nuke.md
new file mode 100644
index 000000000..a179d88a1
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/103-nuke.md
@@ -0,0 +1 @@
+# Nuke
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/104-benchmark-net.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/104-benchmark-net.md
new file mode 100644
index 000000000..873ad98d1
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/104-benchmark-net.md
@@ -0,0 +1 @@
+# Benchmark net
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/105-noda-time.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/105-noda-time.md
new file mode 100644
index 000000000..97482f6a3
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/105-noda-time.md
@@ -0,0 +1 @@
+# Noda time
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/106-gen-fu.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/106-gen-fu.md
new file mode 100644
index 000000000..8697cbd01
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/106-gen-fu.md
@@ -0,0 +1 @@
+# Gen fu
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/107-swash-buckle.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/107-swash-buckle.md
new file mode 100644
index 000000000..7dc1907b3
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/107-swash-buckle.md
@@ -0,0 +1 @@
+# Swash buckle
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/readme.md b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/readme.md
new file mode 100644
index 000000000..4d208577c
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/118-good-to-know-libraries/readme.md
@@ -0,0 +1 @@
+# Good to know libraries
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/content/readme.md b/content/roadmaps/116-aspnet-core/content/readme.md
new file mode 100644
index 000000000..4e768b56d
--- /dev/null
+++ b/content/roadmaps/116-aspnet-core/content/readme.md
@@ -0,0 +1 @@
+#
\ No newline at end of file
diff --git a/content/roadmaps/116-aspnet-core/meta.json b/content/roadmaps/116-aspnet-core/meta.json
index 26e4ded25..26626cdcf 100644
--- a/content/roadmaps/116-aspnet-core/meta.json
+++ b/content/roadmaps/116-aspnet-core/meta.json
@@ -56,5 +56,6 @@
"golang",
"java",
"nodejs"
- ]
-}
+ ],
+ "contentPathsFilePath": "./content-paths.json"
+}
\ No newline at end of file
diff --git a/public/project/aspnet-core.json b/public/project/aspnet-core.json
index 94be2e619..6a42b1110 100644
--- a/public/project/aspnet-core.json
+++ b/public/project/aspnet-core.json
@@ -5,7 +5,7 @@
{
"ID": "10597",
"typeID": "Arrow",
- "zOrder": "137",
+ "zOrder": "120",
"w": "372",
"h": "339",
"measuredW": "150",
@@ -34,7 +34,7 @@
{
"ID": "10605",
"typeID": "Label",
- "zOrder": "138",
+ "zOrder": "121",
"measuredW": "206",
"measuredH": "40",
"x": "846",
@@ -47,7 +47,7 @@
{
"ID": "10606",
"typeID": "Arrow",
- "zOrder": "139",
+ "zOrder": "122",
"w": "17",
"h": "92",
"measuredW": "150",
@@ -78,7 +78,7 @@
{
"ID": "10607",
"typeID": "Arrow",
- "zOrder": "140",
+ "zOrder": "123",
"w": "22",
"h": "143",
"measuredW": "150",
@@ -104,64 +104,10 @@
}
}
},
- {
- "ID": "10608",
- "typeID": "TextArea",
- "zOrder": "141",
- "w": "341",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "841",
- "y": "464",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10609",
- "typeID": "Label",
- "zOrder": "142",
- "measuredW": "188",
- "measuredH": "26",
- "x": "918",
- "y": "476",
- "properties": {
- "size": "18",
- "text": "Learn the Basics of C#"
- }
- },
- {
- "ID": "10618",
- "typeID": "TextArea",
- "zOrder": "143",
- "w": "195",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1344",
- "y": "407",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10619",
- "typeID": "Label",
- "zOrder": "144",
- "measuredW": "47",
- "measuredH": "26",
- "x": "1418",
- "y": "418",
- "properties": {
- "text": "C# 10",
- "size": "18"
- }
- },
{
"ID": "10641",
"typeID": "Canvas",
- "zOrder": "145",
+ "zOrder": "126",
"w": "350",
"h": "141",
"measuredW": "100",
@@ -172,7 +118,7 @@
{
"ID": "10642",
"typeID": "Label",
- "zOrder": "146",
+ "zOrder": "127",
"measuredW": "314",
"measuredH": "25",
"x": "1246",
@@ -185,7 +131,7 @@
{
"ID": "10643",
"typeID": "Label",
- "zOrder": "147",
+ "zOrder": "128",
"measuredW": "319",
"measuredH": "25",
"x": "1246",
@@ -198,7 +144,7 @@
{
"ID": "10650",
"typeID": "Canvas",
- "zOrder": "149",
+ "zOrder": "130",
"w": "408",
"h": "162",
"measuredW": "100",
@@ -209,7 +155,7 @@
{
"ID": "10653",
"typeID": "Label",
- "zOrder": "151",
+ "zOrder": "132",
"measuredW": "269",
"measuredH": "24",
"x": "357",
@@ -222,7 +168,7 @@
{
"ID": "10654",
"typeID": "Label",
- "zOrder": "152",
+ "zOrder": "133",
"measuredW": "159",
"measuredH": "24",
"x": "357",
@@ -235,7 +181,7 @@
{
"ID": "10656",
"typeID": "Label",
- "zOrder": "154",
+ "zOrder": "135",
"w": "324",
"measuredW": "315",
"measuredH": "24",
@@ -249,7 +195,7 @@
{
"ID": "10659",
"typeID": "Label",
- "zOrder": "156",
+ "zOrder": "137",
"measuredW": "272",
"measuredH": "24",
"x": "357",
@@ -259,37 +205,10 @@
"text": "Alternative Option - Pick this or purple"
}
},
- {
- "ID": "10684",
- "typeID": "TextArea",
- "zOrder": "158",
- "w": "195",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1344",
- "y": "459",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10685",
- "typeID": "Label",
- "zOrder": "159",
- "measuredW": "56",
- "measuredH": "26",
- "x": "1414",
- "y": "470",
- "properties": {
- "text": ".NET 6",
- "size": "18"
- }
- },
{
"ID": "10686",
"typeID": "Arrow",
- "zOrder": "136",
+ "zOrder": "119",
"w": "224",
"h": "8",
"measuredW": "150",
@@ -319,7 +238,7 @@
{
"ID": "10687",
"typeID": "Arrow",
- "zOrder": "135",
+ "zOrder": "118",
"w": "222",
"h": "57",
"measuredW": "150",
@@ -346,64 +265,10 @@
}
}
},
- {
- "ID": "10688",
- "typeID": "TextArea",
- "zOrder": "160",
- "w": "341",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "841",
- "y": "520",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10689",
- "typeID": "Label",
- "zOrder": "161",
- "measuredW": "224",
- "measuredH": "26",
- "x": "900",
- "y": "532",
- "properties": {
- "size": "18",
- "text": "General Development Skills"
- }
- },
- {
- "ID": "10692",
- "typeID": "TextArea",
- "zOrder": "162",
- "w": "195",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1344",
- "y": "512",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10693",
- "typeID": "Label",
- "zOrder": "163",
- "measuredW": "74",
- "measuredH": "26",
- "x": "1405",
- "y": "523",
- "properties": {
- "size": "18",
- "text": ".NET CLI"
- }
- },
{
"ID": "10694",
"typeID": "Arrow",
- "zOrder": "134",
+ "zOrder": "117",
"w": "205",
"h": "52",
"measuredW": "150",
@@ -430,145 +295,10 @@
}
}
},
- {
- "ID": "10711",
- "typeID": "TextArea",
- "zOrder": "124",
- "w": "346",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "352",
- "y": "419",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10712",
- "typeID": "Label",
- "zOrder": "125",
- "measuredW": "162",
- "measuredH": "26",
- "x": "444",
- "y": "430",
- "properties": {
- "size": "18",
- "text": "Git - Version Control"
- }
- },
- {
- "ID": "10713",
- "typeID": "TextArea",
- "zOrder": "126",
- "w": "346",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "352",
- "y": "573",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10714",
- "typeID": "Label",
- "zOrder": "127",
- "measuredW": "193",
- "measuredH": "26",
- "x": "428",
- "y": "584",
- "properties": {
- "size": "18",
- "text": "HTTP / HTTPS Protocol"
- }
- },
- {
- "ID": "10715",
- "typeID": "TextArea",
- "zOrder": "128",
- "w": "346",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "352",
- "y": "470",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10716",
- "typeID": "Label",
- "zOrder": "129",
- "measuredW": "192",
- "measuredH": "26",
- "x": "429",
- "y": "481",
- "properties": {
- "size": "18",
- "text": "Azure DevOps Services"
- }
- },
- {
- "ID": "10717",
- "typeID": "TextArea",
- "zOrder": "130",
- "w": "346",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "352",
- "y": "522",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10718",
- "typeID": "Label",
- "zOrder": "131",
- "measuredW": "204",
- "measuredH": "26",
- "x": "423",
- "y": "533",
- "properties": {
- "size": "18",
- "text": "GitHub, GitLab, BitBucket"
- }
- },
- {
- "ID": "10719",
- "typeID": "TextArea",
- "zOrder": "132",
- "w": "346",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "352",
- "y": "625",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10720",
- "typeID": "Label",
- "zOrder": "133",
- "measuredW": "249",
- "measuredH": "26",
- "x": "400",
- "y": "636",
- "properties": {
- "size": "18",
- "text": "DataStructures and Algorithms"
- }
- },
{
"ID": "10721",
"typeID": "Arrow",
- "zOrder": "122",
+ "zOrder": "110",
"w": "165",
"h": "3",
"measuredW": "150",
@@ -598,7 +328,7 @@
{
"ID": "10722",
"typeID": "Arrow",
- "zOrder": "123",
+ "zOrder": "111",
"w": "167",
"h": "46",
"measuredW": "150",
@@ -628,7 +358,7 @@
{
"ID": "10723",
"typeID": "Arrow",
- "zOrder": "121",
+ "zOrder": "109",
"w": "167",
"h": "93",
"measuredW": "150",
@@ -658,7 +388,7 @@
{
"ID": "10724",
"typeID": "Arrow",
- "zOrder": "120",
+ "zOrder": "108",
"w": "173",
"h": "45",
"measuredW": "150",
@@ -688,7 +418,7 @@
{
"ID": "10725",
"typeID": "Arrow",
- "zOrder": "119",
+ "zOrder": "107",
"w": "174",
"h": "90",
"measuredW": "150",
@@ -715,172 +445,10 @@
}
}
},
- {
- "ID": "10726",
- "typeID": "TextArea",
- "zOrder": "164",
- "w": "244",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "687",
- "y": "721",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10727",
- "typeID": "Label",
- "zOrder": "165",
- "measuredW": "199",
- "measuredH": "26",
- "x": "709",
- "y": "733",
- "properties": {
- "size": "18",
- "text": "Database Fundamentals"
- }
- },
- {
- "ID": "10728",
- "typeID": "TextArea",
- "zOrder": "166",
- "w": "251",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "352",
- "y": "697",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10729",
- "typeID": "Label",
- "zOrder": "167",
- "measuredW": "200",
- "measuredH": "26",
- "x": "376",
- "y": "708",
- "properties": {
- "size": "18",
- "text": "Database Design Basics"
- }
- },
- {
- "ID": "10730",
- "typeID": "TextArea",
- "zOrder": "168",
- "w": "251",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "352",
- "y": "750",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10731",
- "typeID": "Label",
- "zOrder": "169",
- "measuredW": "95",
- "measuredH": "26",
- "x": "430",
- "y": "761",
- "properties": {
- "size": "18",
- "text": "SQL Basics"
- }
- },
- {
- "ID": "10732",
- "typeID": "TextArea",
- "zOrder": "170",
- "w": "226",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1007",
- "y": "626",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10733",
- "typeID": "Label",
- "zOrder": "171",
- "measuredW": "153",
- "measuredH": "26",
- "x": "1043",
- "y": "637",
- "properties": {
- "size": "18",
- "text": "Stored Procedures"
- }
- },
- {
- "ID": "10734",
- "typeID": "TextArea",
- "zOrder": "172",
- "w": "226",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1007",
- "y": "678",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10735",
- "typeID": "Label",
- "zOrder": "173",
- "measuredW": "93",
- "measuredH": "26",
- "x": "1073",
- "y": "689",
- "properties": {
- "size": "18",
- "text": "Constraints"
- }
- },
- {
- "ID": "10736",
- "typeID": "TextArea",
- "zOrder": "174",
- "w": "226",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1007",
- "y": "730",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10737",
- "typeID": "Label",
- "zOrder": "175",
- "measuredW": "68",
- "measuredH": "26",
- "x": "1086",
- "y": "741",
- "properties": {
- "size": "18",
- "text": "Triggers"
- }
- },
{
"ID": "10739",
"typeID": "Arrow",
- "zOrder": "114",
+ "zOrder": "102",
"w": "121",
"h": "28",
"measuredW": "150",
@@ -910,7 +478,7 @@
{
"ID": "10740",
"typeID": "Arrow",
- "zOrder": "118",
+ "zOrder": "106",
"w": "114",
"h": "6",
"measuredW": "150",
@@ -940,7 +508,7 @@
{
"ID": "10741",
"typeID": "Arrow",
- "zOrder": "117",
+ "zOrder": "105",
"w": "98",
"h": "50",
"measuredW": "150",
@@ -970,7 +538,7 @@
{
"ID": "10742",
"typeID": "Arrow",
- "zOrder": "116",
+ "zOrder": "104",
"w": "93",
"h": "98",
"measuredW": "150",
@@ -997,37 +565,10 @@
}
}
},
- {
- "ID": "10744",
- "typeID": "TextArea",
- "zOrder": "176",
- "w": "261",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "869",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10745",
- "typeID": "Label",
- "zOrder": "177",
- "measuredW": "175",
- "measuredH": "26",
- "x": "381",
- "y": "881",
- "properties": {
- "size": "18",
- "text": "ASP.NET Core Basics"
- }
- },
{
"ID": "10771",
"typeID": "Arrow",
- "zOrder": "115",
+ "zOrder": "103",
"w": "114",
"h": "24",
"measuredW": "150",
@@ -1054,199 +595,10 @@
}
}
},
- {
- "ID": "10780",
- "typeID": "TextArea",
- "zOrder": "178",
- "w": "121",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "970",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10781",
- "typeID": "Label",
- "zOrder": "179",
- "measuredW": "39",
- "measuredH": "26",
- "x": "379",
- "y": "981",
- "properties": {
- "size": "18",
- "text": "MVC"
- }
- },
- {
- "ID": "10782",
- "typeID": "TextArea",
- "zOrder": "180",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "469",
- "y": "970",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10783",
- "typeID": "Label",
- "zOrder": "181",
- "measuredW": "47",
- "measuredH": "26",
- "x": "510",
- "y": "981",
- "properties": {
- "size": "18",
- "text": "REST"
- }
- },
- {
- "ID": "10784",
- "typeID": "TextArea",
- "zOrder": "182",
- "w": "261",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "1022",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10785",
- "typeID": "Label",
- "zOrder": "183",
- "measuredW": "104",
- "measuredH": "26",
- "x": "417",
- "y": "1033",
- "properties": {
- "size": "18",
- "text": "Razor Pages"
- }
- },
- {
- "ID": "10786",
- "typeID": "TextArea",
- "zOrder": "184",
- "w": "261",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "1074",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10787",
- "typeID": "Label",
- "zOrder": "185",
- "measuredW": "157",
- "measuredH": "26",
- "x": "390",
- "y": "1085",
- "properties": {
- "size": "18",
- "text": "Razor Components"
- }
- },
- {
- "ID": "10788",
- "typeID": "TextArea",
- "zOrder": "186",
- "w": "261",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "1126",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10789",
- "typeID": "Label",
- "zOrder": "187",
- "measuredW": "103",
- "measuredH": "26",
- "x": "417",
- "y": "1137",
- "properties": {
- "size": "18",
- "text": "Middlewares"
- }
- },
- {
- "ID": "10790",
- "typeID": "TextArea",
- "zOrder": "188",
- "w": "261",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "1178",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10791",
- "typeID": "Label",
- "zOrder": "189",
- "measuredW": "169",
- "measuredH": "26",
- "x": "384",
- "y": "1189",
- "properties": {
- "size": "18",
- "text": "Filters and Attributes"
- }
- },
- {
- "ID": "10792",
- "typeID": "TextArea",
- "zOrder": "190",
- "w": "261",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "1231",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10793",
- "typeID": "Label",
- "zOrder": "191",
- "measuredW": "196",
- "measuredH": "26",
- "x": "371",
- "y": "1242",
- "properties": {
- "size": "18",
- "text": "App Settings and Config"
- }
- },
{
"ID": "10794",
"typeID": "Arrow",
- "zOrder": "113",
+ "zOrder": "101",
"w": "1",
"h": "93",
"measuredW": "150",
@@ -1276,7 +628,7 @@
{
"ID": "10795",
"typeID": "Arrow",
- "zOrder": "112",
+ "zOrder": "100",
"w": "1",
"h": "93",
"measuredW": "150",
@@ -1306,7 +658,7 @@
{
"ID": "10796",
"typeID": "Arrow",
- "zOrder": "111",
+ "zOrder": "99",
"w": "281",
"h": "1",
"measuredW": "150",
@@ -1332,37 +684,10 @@
}
}
},
- {
- "ID": "10799",
- "typeID": "TextArea",
- "zOrder": "192",
- "w": "133",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "735",
- "y": "869",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10800",
- "typeID": "Label",
- "zOrder": "193",
- "measuredW": "43",
- "measuredH": "26",
- "x": "780",
- "y": "881",
- "properties": {
- "size": "18",
- "text": "ORM"
- }
- },
{
"ID": "10802",
"typeID": "Arrow",
- "zOrder": "110",
+ "zOrder": "98",
"h": "4",
"measuredW": "150",
"measuredH": "100",
@@ -1388,118 +713,10 @@
}
}
},
- {
- "ID": "10803",
- "typeID": "TextArea",
- "zOrder": "194",
- "w": "251",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "971",
- "y": "861",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10804",
- "typeID": "Label",
- "zOrder": "195",
- "measuredW": "184",
- "measuredH": "26",
- "x": "1005",
- "y": "872",
- "properties": {
- "size": "18",
- "text": "Entity Framework Core"
- }
- },
- {
- "ID": "10829",
- "typeID": "TextArea",
- "zOrder": "204",
- "w": "251",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "971",
- "y": "915",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10830",
- "typeID": "Label",
- "zOrder": "205",
- "measuredW": "62",
- "measuredH": "26",
- "x": "1066",
- "y": "926",
- "properties": {
- "size": "18",
- "text": "Dapper"
- }
- },
- {
- "ID": "10831",
- "typeID": "TextArea",
- "zOrder": "206",
- "w": "251",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "971",
- "y": "968",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10832",
- "typeID": "Label",
- "zOrder": "207",
- "measuredW": "70",
- "measuredH": "26",
- "x": "1062",
- "y": "979",
- "properties": {
- "size": "18",
- "text": "RepoDB"
- }
- },
- {
- "ID": "10833",
- "typeID": "TextArea",
- "zOrder": "208",
- "w": "251",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "971",
- "y": "1022",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10834",
- "typeID": "Label",
- "zOrder": "209",
- "measuredW": "95",
- "measuredH": "26",
- "x": "1049",
- "y": "1033",
- "properties": {
- "size": "18",
- "text": "NHibernate"
- }
- },
{
"ID": "10836",
"typeID": "Arrow",
- "zOrder": "109",
+ "zOrder": "97",
"w": "144",
"h": "61",
"measuredW": "150",
@@ -1529,7 +746,7 @@
{
"ID": "10837",
"typeID": "Arrow",
- "zOrder": "108",
+ "zOrder": "96",
"w": "144",
"h": "104",
"measuredW": "150",
@@ -1559,7 +776,7 @@
{
"ID": "10838",
"typeID": "Arrow",
- "zOrder": "107",
+ "zOrder": "95",
"w": "136",
"h": "153",
"measuredW": "150",
@@ -1589,7 +806,7 @@
{
"ID": "10839",
"typeID": "Arrow",
- "zOrder": "106",
+ "zOrder": "94",
"w": "239",
"h": "354",
"measuredW": "150",
@@ -1615,118 +832,10 @@
}
}
},
- {
- "ID": "10840",
- "typeID": "TextArea",
- "zOrder": "196",
- "w": "277",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1307",
- "y": "689",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10841",
- "typeID": "Label",
- "zOrder": "197",
- "measuredW": "150",
- "measuredH": "26",
- "x": "1371",
- "y": "700",
- "properties": {
- "size": "18",
- "text": "Framework Basics"
- }
- },
- {
- "ID": "10842",
- "typeID": "TextArea",
- "zOrder": "198",
- "w": "277",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1307",
- "y": "745",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10843",
- "typeID": "Label",
- "zOrder": "199",
- "measuredW": "192",
- "measuredH": "26",
- "x": "1350",
- "y": "756",
- "properties": {
- "size": "18",
- "text": "Code First + Migrations"
- }
- },
- {
- "ID": "10844",
- "typeID": "TextArea",
- "zOrder": "200",
- "w": "277",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1307",
- "y": "801",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10845",
- "typeID": "Label",
- "zOrder": "201",
- "measuredW": "163",
- "measuredH": "26",
- "x": "1364",
- "y": "812",
- "properties": {
- "size": "18",
- "text": "Change Tracker API"
- }
- },
- {
- "ID": "10846",
- "typeID": "TextArea",
- "zOrder": "202",
- "w": "277",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1307",
- "y": "857",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10847",
- "typeID": "Label",
- "zOrder": "203",
- "measuredW": "229",
- "measuredH": "26",
- "x": "1331",
- "y": "868",
- "properties": {
- "size": "18",
- "text": "Lazy, Eager, Explicit Loading"
- }
- },
{
"ID": "10852",
"typeID": "Arrow",
- "zOrder": "105",
+ "zOrder": "93",
"w": "148",
"h": "7",
"measuredW": "150",
@@ -1756,7 +865,7 @@
{
"ID": "10853",
"typeID": "Arrow",
- "zOrder": "104",
+ "zOrder": "92",
"w": "118",
"h": "55",
"measuredW": "150",
@@ -1786,7 +895,7 @@
{
"ID": "10854",
"typeID": "Arrow",
- "zOrder": "103",
+ "zOrder": "91",
"w": "127",
"h": "123",
"measuredW": "150",
@@ -1816,7 +925,7 @@
{
"ID": "10855",
"typeID": "Arrow",
- "zOrder": "102",
+ "zOrder": "90",
"w": "133",
"h": "176",
"measuredW": "150",
@@ -1843,212 +952,10 @@
}
}
},
- {
- "ID": "10856",
- "typeID": "TextArea",
- "zOrder": "210",
- "w": "270",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1003",
- "y": "1231",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10857",
- "typeID": "Label",
- "zOrder": "211",
- "measuredW": "178",
- "measuredH": "26",
- "x": "1049",
- "y": "1243",
- "properties": {
- "size": "18",
- "text": "Dependency Injection"
- }
- },
- {
- "ID": "10858",
- "typeID": "TextArea",
- "zOrder": "212",
- "w": "251",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1331",
- "y": "1232",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10859",
- "typeID": "Label",
- "zOrder": "213",
- "measuredW": "113",
- "measuredH": "26",
- "x": "1400",
- "y": "1243",
- "properties": {
- "size": "18",
- "text": "DI Containers"
- }
- },
- {
- "ID": "10860",
- "typeID": "TextArea",
- "zOrder": "214",
- "w": "251",
- "h": "76",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1331",
- "y": "1118",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10861",
- "typeID": "Label",
- "zOrder": "215",
- "measuredW": "172",
- "measuredH": "26",
- "x": "1371",
- "y": "1131",
- "properties": {
- "size": "18",
- "text": "Microsoft.Extensions."
- }
- },
- {
- "ID": "10862",
- "typeID": "Label",
- "zOrder": "216",
- "measuredW": "174",
- "measuredH": "26",
- "x": "1370",
- "y": "1157",
- "properties": {
- "size": "18",
- "text": "DependencyInjection"
- }
- },
- {
- "ID": "10863",
- "typeID": "TextArea",
- "zOrder": "217",
- "w": "120",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1332",
- "y": "1065",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10864",
- "typeID": "Label",
- "zOrder": "218",
- "measuredW": "67",
- "measuredH": "26",
- "x": "1358",
- "y": "1075",
- "properties": {
- "size": "18",
- "text": "AutoFac"
- }
- },
- {
- "ID": "10865",
- "typeID": "TextArea",
- "zOrder": "219",
- "w": "118",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1462",
- "y": "1065",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10866",
- "typeID": "Label",
- "zOrder": "220",
- "measuredW": "58",
- "measuredH": "26",
- "x": "1492",
- "y": "1075",
- "properties": {
- "size": "18",
- "text": "Ninject"
- }
- },
- {
- "ID": "10869",
- "typeID": "TextArea",
- "zOrder": "221",
- "w": "248",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1332",
- "y": "1011",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10870",
- "typeID": "Label",
- "zOrder": "222",
- "measuredW": "122",
- "measuredH": "26",
- "x": "1395",
- "y": "1022",
- "properties": {
- "size": "18",
- "text": "Castle Windsor"
- }
- },
- {
- "ID": "10871",
- "typeID": "TextArea",
- "zOrder": "223",
- "w": "248",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1332",
- "y": "957",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10872",
- "typeID": "Label",
- "zOrder": "224",
- "measuredW": "123",
- "measuredH": "26",
- "x": "1394",
- "y": "968",
- "properties": {
- "size": "18",
- "text": "Simple Injector"
- }
- },
{
"ID": "10873",
"typeID": "Arrow",
- "zOrder": "101",
+ "zOrder": "89",
"w": "1",
"h": "92",
"measuredW": "150",
@@ -2078,7 +985,7 @@
{
"ID": "10874",
"typeID": "Arrow",
- "zOrder": "100",
+ "zOrder": "88",
"w": "123",
"h": "2",
"measuredW": "150",
@@ -2105,37 +1012,10 @@
}
}
},
- {
- "ID": "10875",
- "typeID": "TextArea",
- "zOrder": "225",
- "w": "149",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1124",
- "y": "1146",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10876",
- "typeID": "Label",
- "zOrder": "226",
- "measuredW": "60",
- "measuredH": "26",
- "x": "1169",
- "y": "1157",
- "properties": {
- "size": "18",
- "text": "Scrutor"
- }
- },
{
"ID": "10877",
"typeID": "Arrow",
- "zOrder": "99",
+ "zOrder": "87",
"w": "1",
"h": "92",
"measuredW": "150",
@@ -2165,7 +1045,7 @@
{
"ID": "10878",
"typeID": "Arrow",
- "zOrder": "98",
+ "zOrder": "86",
"w": "1",
"h": "77",
"measuredW": "150",
@@ -2192,118 +1072,10 @@
}
}
},
- {
- "ID": "10879",
- "typeID": "TextArea",
- "zOrder": "227",
- "w": "149",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1124",
- "y": "1323",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10880",
- "typeID": "Label",
- "zOrder": "228",
- "measuredW": "89",
- "measuredH": "26",
- "x": "1154",
- "y": "1334",
- "properties": {
- "size": "18",
- "text": "Life Cycles"
- }
- },
- {
- "ID": "10881",
- "typeID": "TextArea",
- "zOrder": "229",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1394",
- "y": "1319",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10882",
- "typeID": "Label",
- "zOrder": "230",
- "measuredW": "63",
- "measuredH": "26",
- "x": "1456",
- "y": "1330",
- "properties": {
- "size": "18",
- "text": "Scoped"
- }
- },
- {
- "ID": "10883",
- "typeID": "TextArea",
- "zOrder": "231",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1394",
- "y": "1376",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10884",
- "typeID": "Label",
- "zOrder": "232",
- "measuredW": "76",
- "measuredH": "26",
- "x": "1450",
- "y": "1387",
- "properties": {
- "size": "18",
- "text": "Transient"
- }
- },
- {
- "ID": "10885",
- "typeID": "TextArea",
- "zOrder": "233",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1394",
- "y": "1434",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10886",
- "typeID": "Label",
- "zOrder": "234",
- "measuredW": "76",
- "measuredH": "26",
- "x": "1450",
- "y": "1445",
- "properties": {
- "size": "18",
- "text": "Singleton"
- }
- },
{
"ID": "10887",
"typeID": "Arrow",
- "zOrder": "97",
+ "zOrder": "85",
"w": "154",
"h": "1",
"measuredW": "150",
@@ -2333,7 +1105,7 @@
{
"ID": "10888",
"typeID": "Arrow",
- "zOrder": "96",
+ "zOrder": "84",
"w": "162",
"h": "60",
"measuredW": "150",
@@ -2363,7 +1135,7 @@
{
"ID": "10889",
"typeID": "Arrow",
- "zOrder": "95",
+ "zOrder": "83",
"w": "139",
"h": "105",
"measuredW": "150",
@@ -2393,7 +1165,7 @@
{
"ID": "10890",
"typeID": "Arrow",
- "zOrder": "94",
+ "zOrder": "82",
"w": "203",
"h": "67",
"measuredW": "150",
@@ -2419,199 +1191,10 @@
}
}
},
- {
- "ID": "10891",
- "typeID": "TextArea",
- "zOrder": "235",
- "w": "165",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "741",
- "y": "1308",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10892",
- "typeID": "Label",
- "zOrder": "236",
- "measuredW": "68",
- "measuredH": "26",
- "x": "790",
- "y": "1320",
- "properties": {
- "size": "18",
- "text": "Caching"
- }
- },
- {
- "ID": "10893",
- "typeID": "TextArea",
- "zOrder": "237",
- "w": "172",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "653",
- "y": "1221",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10894",
- "typeID": "Label",
- "zOrder": "238",
- "measuredW": "124",
- "measuredH": "26",
- "x": "677",
- "y": "1232",
- "properties": {
- "size": "18",
- "text": "Memory Cache"
- }
- },
- {
- "ID": "10896",
- "typeID": "TextArea",
- "zOrder": "239",
- "w": "327",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "1309",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10897",
- "typeID": "Label",
- "zOrder": "240",
- "measuredW": "282",
- "measuredH": "26",
- "x": "361",
- "y": "1320",
- "properties": {
- "size": "18",
- "text": "Entity Framework 2nd Level Cache"
- }
- },
- {
- "ID": "10898",
- "typeID": "TextArea",
- "zOrder": "241",
- "w": "228",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "592",
- "y": "1388",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10899",
- "typeID": "Label",
- "zOrder": "242",
- "measuredW": "148",
- "measuredH": "26",
- "x": "632",
- "y": "1399",
- "properties": {
- "size": "18",
- "text": "Distributed Cache"
- }
- },
- {
- "ID": "10901",
- "typeID": "TextArea",
- "zOrder": "243",
- "w": "158",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "338",
- "y": "1390",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10902",
- "typeID": "Label",
- "zOrder": "244",
- "measuredW": "102",
- "measuredH": "26",
- "x": "367",
- "y": "1401",
- "properties": {
- "size": "18",
- "text": "Memcached"
- }
- },
- {
- "ID": "10903",
- "typeID": "TextArea",
- "zOrder": "245",
- "w": "158",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "339",
- "y": "1448",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10904",
- "typeID": "Label",
- "zOrder": "246",
- "measuredW": "47",
- "measuredH": "26",
- "x": "394",
- "y": "1459",
- "properties": {
- "size": "18",
- "text": "Redis"
- }
- },
- {
- "ID": "10907",
- "typeID": "TextArea",
- "zOrder": "247",
- "w": "217",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "309",
- "y": "1537",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10908",
- "typeID": "Label",
- "zOrder": "248",
- "measuredW": "176",
- "measuredH": "26",
- "x": "330",
- "y": "1548",
- "properties": {
- "size": "18",
- "text": "StackExchange.Redis"
- }
- },
{
"ID": "10909",
"typeID": "Arrow",
- "zOrder": "93",
+ "zOrder": "81",
"w": "1",
"h": "87",
"measuredW": "150",
@@ -2638,37 +1221,10 @@
}
}
},
- {
- "ID": "10910",
- "typeID": "TextArea",
- "zOrder": "249",
- "w": "217",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "309",
- "y": "1589",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10911",
- "typeID": "Label",
- "zOrder": "250",
- "measuredW": "107",
- "measuredH": "26",
- "x": "364",
- "y": "1600",
- "properties": {
- "size": "18",
- "text": "EasyCaching"
- }
- },
{
"ID": "10915",
"typeID": "Arrow",
- "zOrder": "92",
+ "zOrder": "80",
"w": "1",
"h": "156",
"measuredW": "150",
@@ -2698,7 +1254,7 @@
{
"ID": "10916",
"typeID": "Arrow",
- "zOrder": "91",
+ "zOrder": "79",
"w": "124",
"h": "1",
"measuredW": "150",
@@ -2728,7 +1284,7 @@
{
"ID": "10917",
"typeID": "Arrow",
- "zOrder": "90",
+ "zOrder": "78",
"w": "128",
"h": "3",
"measuredW": "150",
@@ -2758,7 +1314,7 @@
{
"ID": "10918",
"typeID": "Arrow",
- "zOrder": "89",
+ "zOrder": "77",
"w": "135",
"h": "55",
"measuredW": "150",
@@ -2788,7 +1344,7 @@
{
"ID": "10919",
"typeID": "Arrow",
- "zOrder": "88",
+ "zOrder": "76",
"w": "252",
"h": "355",
"measuredW": "150",
@@ -2814,172 +1370,10 @@
}
}
},
- {
- "ID": "10920",
- "typeID": "TextArea",
- "zOrder": "251",
- "w": "165",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1054",
- "y": "1665",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10921",
- "typeID": "Label",
- "zOrder": "252",
- "measuredW": "88",
- "measuredH": "26",
- "x": "1093",
- "y": "1677",
- "properties": {
- "size": "18",
- "text": "Databases"
- }
- },
- {
- "ID": "10922",
- "typeID": "TextArea",
- "zOrder": "253",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1276",
- "y": "1666",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10923",
- "typeID": "Label",
- "zOrder": "254",
- "measuredW": "82",
- "measuredH": "26",
- "x": "1300",
- "y": "1677",
- "properties": {
- "size": "18",
- "text": "Relational"
- }
- },
- {
- "ID": "10924",
- "typeID": "TextArea",
- "zOrder": "255",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1450",
- "y": "1666",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10925",
- "typeID": "Label",
- "zOrder": "256",
- "measuredW": "94",
- "measuredH": "26",
- "x": "1466",
- "y": "1677",
- "properties": {
- "size": "18",
- "text": "SQL Server"
- }
- },
- {
- "ID": "10926",
- "typeID": "TextArea",
- "zOrder": "257",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1450",
- "y": "1719",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10927",
- "typeID": "Label",
- "zOrder": "258",
- "measuredW": "98",
- "measuredH": "26",
- "x": "1463",
- "y": "1730",
- "properties": {
- "size": "18",
- "text": "PostgreSQL"
- }
- },
- {
- "ID": "10928",
- "typeID": "TextArea",
- "zOrder": "259",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1450",
- "y": "1771",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10929",
- "typeID": "Label",
- "zOrder": "260",
- "measuredW": "73",
- "measuredH": "26",
- "x": "1478",
- "y": "1782",
- "properties": {
- "size": "18",
- "text": "MariaDB"
- }
- },
- {
- "ID": "10930",
- "typeID": "TextArea",
- "zOrder": "261",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1450",
- "y": "1823",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10931",
- "typeID": "Label",
- "zOrder": "262",
- "measuredW": "59",
- "measuredH": "26",
- "x": "1485",
- "y": "1834",
- "properties": {
- "size": "18",
- "text": "MySQL"
- }
- },
{
"ID": "10932",
"typeID": "Arrow",
- "zOrder": "87",
+ "zOrder": "75",
"w": "84",
"h": "1",
"measuredW": "150",
@@ -3009,7 +1403,7 @@
{
"ID": "10933",
"typeID": "Arrow",
- "zOrder": "85",
+ "zOrder": "73",
"w": "89",
"h": "56",
"measuredW": "150",
@@ -3039,7 +1433,7 @@
{
"ID": "10934",
"typeID": "Arrow",
- "zOrder": "86",
+ "zOrder": "74",
"w": "97",
"h": "94",
"measuredW": "150",
@@ -3069,7 +1463,7 @@
{
"ID": "10935",
"typeID": "Arrow",
- "zOrder": "84",
+ "zOrder": "72",
"w": "114",
"h": "152",
"measuredW": "150",
@@ -3099,7 +1493,7 @@
{
"ID": "10937",
"typeID": "Arrow",
- "zOrder": "83",
+ "zOrder": "71",
"w": "111",
"h": "3",
"measuredW": "150",
@@ -3126,91 +1520,10 @@
}
}
},
- {
- "ID": "10938",
- "typeID": "TextArea",
- "zOrder": "263",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1276",
- "y": "1608",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10939",
- "typeID": "Label",
- "zOrder": "264",
- "measuredW": "48",
- "measuredH": "26",
- "x": "1317",
- "y": "1619",
- "properties": {
- "size": "18",
- "text": "Cloud"
- }
- },
- {
- "ID": "10940",
- "typeID": "TextArea",
- "zOrder": "265",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1450",
- "y": "1608",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10941",
- "typeID": "Label",
- "zOrder": "266",
- "measuredW": "92",
- "measuredH": "26",
- "x": "1467",
- "y": "1619",
- "properties": {
- "size": "18",
- "text": "CosmosDB"
- }
- },
- {
- "ID": "10942",
- "typeID": "TextArea",
- "zOrder": "267",
- "w": "130",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1450",
- "y": "1553",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10943",
- "typeID": "Label",
- "zOrder": "268",
- "measuredW": "93",
- "measuredH": "26",
- "x": "1465",
- "y": "1564",
- "properties": {
- "size": "18",
- "text": "DynamoDB"
- }
- },
{
"ID": "10944",
"typeID": "Arrow",
- "zOrder": "82",
+ "zOrder": "70",
"w": "85",
"h": "6",
"measuredW": "150",
@@ -3240,7 +1553,7 @@
{
"ID": "10945",
"typeID": "Arrow",
- "zOrder": "81",
+ "zOrder": "69",
"w": "63",
"h": "61",
"measuredW": "150",
@@ -3270,7 +1583,7 @@
{
"ID": "10946",
"typeID": "Arrow",
- "zOrder": "80",
+ "zOrder": "68",
"w": "98",
"h": "58",
"measuredW": "150",
@@ -3297,37 +1610,10 @@
}
}
},
- {
- "ID": "10947",
- "typeID": "TextArea",
- "zOrder": "269",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1093",
- "y": "1581",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10948",
- "typeID": "Label",
- "zOrder": "270",
- "measuredW": "129",
- "measuredH": "26",
- "x": "1111",
- "y": "1592",
- "properties": {
- "size": "18",
- "text": "Search Engines"
- }
- },
{
"ID": "10949",
"typeID": "Arrow",
- "zOrder": "79",
+ "zOrder": "67",
"w": "1",
"h": "238",
"measuredW": "150",
@@ -3354,280 +1640,10 @@
}
}
},
- {
- "ID": "10950",
- "typeID": "TextArea",
- "zOrder": "271",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1094",
- "y": "1497",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10951",
- "typeID": "Label",
- "zOrder": "272",
- "measuredW": "117",
- "measuredH": "26",
- "x": "1114",
- "y": "1508",
- "properties": {
- "size": "18",
- "text": "Elastic Search"
- }
- },
- {
- "ID": "10952",
- "typeID": "TextArea",
- "zOrder": "273",
- "w": "68",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1093",
- "y": "1444",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10953",
- "typeID": "Label",
- "zOrder": "274",
- "measuredW": "32",
- "measuredH": "26",
- "x": "1114",
- "y": "1455",
- "properties": {
- "size": "18",
- "text": "Solr"
- }
- },
- {
- "ID": "10954",
- "typeID": "TextArea",
- "zOrder": "275",
- "w": "87",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1168",
- "y": "1444",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10955",
- "typeID": "Label",
- "zOrder": "276",
- "measuredW": "55",
- "measuredH": "26",
- "x": "1180",
- "y": "1455",
- "properties": {
- "size": "18",
- "text": "Sphinx"
- }
- },
- {
- "ID": "10957",
- "typeID": "TextArea",
- "zOrder": "277",
- "w": "145",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1093",
- "y": "1744",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10958",
- "typeID": "Label",
- "zOrder": "278",
- "measuredW": "60",
- "measuredH": "26",
- "x": "1136",
- "y": "1755",
- "properties": {
- "size": "18",
- "text": "NoSQL"
- }
- },
- {
- "ID": "10959",
- "typeID": "TextArea",
- "zOrder": "279",
- "w": "145",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1093",
- "y": "1823",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10960",
- "typeID": "Label",
- "zOrder": "280",
- "measuredW": "47",
- "measuredH": "26",
- "x": "1142",
- "y": "1834",
- "properties": {
- "size": "18",
- "text": "Redis"
- }
- },
- {
- "ID": "10961",
- "typeID": "TextArea",
- "zOrder": "281",
- "w": "145",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1093",
- "y": "1876",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10962",
- "typeID": "Label",
- "zOrder": "282",
- "measuredW": "83",
- "measuredH": "26",
- "x": "1124",
- "y": "1887",
- "properties": {
- "size": "18",
- "text": "MongoDB"
- }
- },
- {
- "ID": "10963",
- "typeID": "TextArea",
- "zOrder": "283",
- "w": "145",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1093",
- "y": "1929",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10964",
- "typeID": "Label",
- "zOrder": "284",
- "measuredW": "57",
- "measuredH": "26",
- "x": "1137",
- "y": "1940",
- "properties": {
- "size": "18",
- "text": "LiteDB"
- }
- },
- {
- "ID": "10965",
- "typeID": "TextArea",
- "zOrder": "285",
- "w": "139",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1251",
- "y": "1823",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10966",
- "typeID": "Label",
- "zOrder": "286",
- "measuredW": "88",
- "measuredH": "26",
- "x": "1277",
- "y": "1834",
- "properties": {
- "size": "18",
- "text": "Cassandra"
- }
- },
- {
- "ID": "10967",
- "typeID": "TextArea",
- "zOrder": "287",
- "w": "139",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1251",
- "y": "1876",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10968",
- "typeID": "Label",
- "zOrder": "288",
- "measuredW": "78",
- "measuredH": "26",
- "x": "1282",
- "y": "1887",
- "properties": {
- "size": "18",
- "text": "RavenDB"
- }
- },
- {
- "ID": "10969",
- "typeID": "TextArea",
- "zOrder": "289",
- "w": "139",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1251",
- "y": "1929",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10970",
- "typeID": "Label",
- "zOrder": "290",
- "measuredW": "79",
- "measuredH": "26",
- "x": "1281",
- "y": "1940",
- "properties": {
- "size": "18",
- "text": "CouchDB"
- }
- },
{
"ID": "10971",
"typeID": "Arrow",
- "zOrder": "78",
+ "zOrder": "66",
"w": "1",
"h": "99",
"measuredW": "150",
@@ -3657,7 +1673,7 @@
{
"ID": "10972",
"typeID": "Arrow",
- "zOrder": "77",
+ "zOrder": "65",
"w": "89",
"h": "65",
"measuredW": "150",
@@ -3687,7 +1703,7 @@
{
"ID": "10973",
"typeID": "Arrow",
- "zOrder": "76",
+ "zOrder": "64",
"w": "264",
"h": "1",
"measuredW": "150",
@@ -3713,118 +1729,10 @@
}
}
},
- {
- "ID": "10974",
- "typeID": "TextArea",
- "zOrder": "291",
- "w": "211",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "641",
- "y": "1665",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10975",
- "typeID": "Label",
- "zOrder": "292",
- "measuredW": "135",
- "measuredH": "26",
- "x": "679",
- "y": "1677",
- "properties": {
- "size": "18",
- "text": "Log Frameworks"
- }
- },
- {
- "ID": "10976",
- "typeID": "TextArea",
- "zOrder": "293",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "603",
- "y": "1589",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10977",
- "typeID": "Label",
- "zOrder": "294",
- "measuredW": "57",
- "measuredH": "26",
- "x": "654",
- "y": "1600",
- "properties": {
- "size": "18",
- "text": "Serilog"
- }
- },
- {
- "ID": "10978",
- "typeID": "TextArea",
- "zOrder": "295",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "603",
- "y": "1744",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10979",
- "typeID": "Label",
- "zOrder": "296",
- "measuredW": "44",
- "measuredH": "26",
- "x": "661",
- "y": "1755",
- "properties": {
- "size": "18",
- "text": "NLog"
- }
- },
- {
- "ID": "10980",
- "typeID": "TextArea",
- "zOrder": "297",
- "w": "256",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "309",
- "y": "1666",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10981",
- "typeID": "Label",
- "zOrder": "298",
- "measuredW": "208",
- "measuredH": "26",
- "x": "333",
- "y": "1677",
- "properties": {
- "size": "18",
- "text": "Log Management System"
- }
- },
{
"ID": "10982",
"typeID": "Arrow",
- "zOrder": "75",
+ "zOrder": "63",
"w": "124",
"h": "1",
"measuredW": "150",
@@ -3854,7 +1762,7 @@
{
"ID": "10983",
"typeID": "Arrow",
- "zOrder": "74",
+ "zOrder": "62",
"w": "1",
"h": "151",
"measuredW": "150",
@@ -3884,7 +1792,7 @@
{
"ID": "10984",
"typeID": "Arrow",
- "zOrder": "73",
+ "zOrder": "61",
"w": "1",
"h": "75",
"measuredW": "150",
@@ -3911,145 +1819,10 @@
}
}
},
- {
- "ID": "10985",
- "typeID": "TextArea",
- "zOrder": "299",
- "w": "217",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "309",
- "y": "1744",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10986",
- "typeID": "Label",
- "zOrder": "300",
- "measuredW": "84",
- "measuredH": "26",
- "x": "376",
- "y": "1755",
- "properties": {
- "size": "18",
- "text": "ELK Stack"
- }
- },
- {
- "ID": "10987",
- "typeID": "TextArea",
- "zOrder": "301",
- "w": "217",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "309",
- "y": "1799",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10988",
- "typeID": "Label",
- "zOrder": "302",
- "measuredW": "69",
- "measuredH": "26",
- "x": "383",
- "y": "1810",
- "properties": {
- "size": "18",
- "text": "Sentry.io"
- }
- },
- {
- "ID": "10989",
- "typeID": "TextArea",
- "zOrder": "303",
- "w": "217",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "309",
- "y": "1853",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10990",
- "typeID": "Label",
- "zOrder": "304",
- "measuredW": "70",
- "measuredH": "26",
- "x": "383",
- "y": "1864",
- "properties": {
- "size": "18",
- "text": "Datadog"
- }
- },
- {
- "ID": "10991",
- "typeID": "TextArea",
- "zOrder": "305",
- "w": "217",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "309",
- "y": "1906",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10992",
- "typeID": "Label",
- "zOrder": "306",
- "measuredW": "84",
- "measuredH": "26",
- "x": "376",
- "y": "1917",
- "properties": {
- "size": "18",
- "text": "loggly.com"
- }
- },
- {
- "ID": "10993",
- "typeID": "TextArea",
- "zOrder": "307",
- "w": "217",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "309",
- "y": "1959",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10994",
- "typeID": "Label",
- "zOrder": "308",
- "measuredW": "68",
- "measuredH": "26",
- "x": "384",
- "y": "1970",
- "properties": {
- "size": "18",
- "text": "elmah.io"
- }
- },
{
"ID": "10995",
"typeID": "Arrow",
- "zOrder": "72",
+ "zOrder": "60",
"w": "1",
"h": "356",
"measuredW": "150",
@@ -4075,172 +1848,10 @@
}
}
},
- {
- "ID": "10996",
- "typeID": "TextArea",
- "zOrder": "309",
- "w": "314",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "661",
- "y": "2035",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "10997",
- "typeID": "Label",
- "zOrder": "310",
- "measuredW": "257",
- "measuredH": "26",
- "x": "689",
- "y": "2047",
- "properties": {
- "size": "18",
- "text": "API Clients and Communication"
- }
- },
- {
- "ID": "10998",
- "typeID": "TextArea",
- "zOrder": "311",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "603",
- "y": "1947",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "10999",
- "typeID": "Label",
- "zOrder": "312",
- "measuredW": "48",
- "measuredH": "26",
- "x": "659",
- "y": "1958",
- "properties": {
- "size": "18",
- "text": "gRPC"
- }
- },
- {
- "ID": "11000",
- "typeID": "TextArea",
- "zOrder": "313",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "869",
- "y": "1945",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11001",
- "typeID": "Label",
- "zOrder": "314",
- "measuredW": "47",
- "measuredH": "26",
- "x": "927",
- "y": "1956",
- "properties": {
- "size": "18",
- "text": "REST"
- }
- },
- {
- "ID": "11002",
- "typeID": "TextArea",
- "zOrder": "315",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "603",
- "y": "2128",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11003",
- "typeID": "Label",
- "zOrder": "316",
- "measuredW": "75",
- "measuredH": "26",
- "x": "645",
- "y": "2139",
- "properties": {
- "size": "18",
- "text": "GraphQL"
- }
- },
- {
- "ID": "11004",
- "typeID": "TextArea",
- "zOrder": "317",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "871",
- "y": "1855",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11005",
- "typeID": "Label",
- "zOrder": "318",
- "measuredW": "53",
- "measuredH": "26",
- "x": "924",
- "y": "1866",
- "properties": {
- "size": "18",
- "text": "OData"
- }
- },
- {
- "ID": "11006",
- "typeID": "TextArea",
- "zOrder": "319",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "871",
- "y": "1800",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11007",
- "typeID": "Label",
- "zOrder": "320",
- "measuredW": "45",
- "measuredH": "26",
- "x": "928",
- "y": "1811",
- "properties": {
- "size": "18",
- "text": "Sieve"
- }
- },
{
"ID": "11008",
"typeID": "Arrow",
- "zOrder": "71",
+ "zOrder": "59",
"w": "1",
"h": "183",
"measuredW": "150",
@@ -4270,7 +1881,7 @@
{
"ID": "11009",
"typeID": "Arrow",
- "zOrder": "70",
+ "zOrder": "58",
"w": "1",
"h": "180",
"measuredW": "150",
@@ -4297,64 +1908,10 @@
}
}
},
- {
- "ID": "11010",
- "typeID": "TextArea",
- "zOrder": "321",
- "w": "220",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "311",
- "y": "2128",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11011",
- "typeID": "Label",
- "zOrder": "322",
- "measuredW": "112",
- "measuredH": "26",
- "x": "365",
- "y": "2139",
- "properties": {
- "size": "18",
- "text": "HotChocolate"
- }
- },
- {
- "ID": "11012",
- "typeID": "TextArea",
- "zOrder": "323",
- "w": "220",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "311",
- "y": "2074",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11013",
- "typeID": "Label",
- "zOrder": "324",
- "measuredW": "134",
- "measuredH": "26",
- "x": "354",
- "y": "2085",
- "properties": {
- "size": "18",
- "text": "GraphQL-dotnet"
- }
- },
{
"ID": "11014",
"typeID": "Arrow",
- "zOrder": "69",
+ "zOrder": "57",
"w": "112",
"h": "1",
"measuredW": "150",
@@ -4384,7 +1941,7 @@
{
"ID": "11015",
"typeID": "Arrow",
- "zOrder": "68",
+ "zOrder": "56",
"w": "109",
"h": "52",
"measuredW": "150",
@@ -4411,91 +1968,10 @@
}
}
},
- {
- "ID": "11016",
- "typeID": "TextArea",
- "zOrder": "325",
- "w": "314",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1089",
- "y": "2033",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11017",
- "typeID": "Label",
- "zOrder": "326",
- "measuredW": "215",
- "measuredH": "26",
- "x": "1138",
- "y": "2045",
- "properties": {
- "size": "18",
- "text": "Real-Time Communication"
- }
- },
- {
- "ID": "11019",
- "typeID": "TextArea",
- "zOrder": "327",
- "w": "139",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1445",
- "y": "1983",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11020",
- "typeID": "Label",
- "zOrder": "328",
- "measuredW": "106",
- "measuredH": "26",
- "x": "1457",
- "y": "1994",
- "properties": {
- "size": "18",
- "text": "Web Sockets"
- }
- },
- {
- "ID": "11021",
- "typeID": "TextArea",
- "zOrder": "329",
- "w": "139",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1445",
- "y": "2036",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11022",
- "typeID": "Label",
- "zOrder": "330",
- "measuredW": "108",
- "measuredH": "26",
- "x": "1456",
- "y": "2047",
- "properties": {
- "size": "18",
- "text": "SingalR Core"
- }
- },
{
"ID": "11023",
"typeID": "Arrow",
- "zOrder": "67",
+ "zOrder": "55",
"w": "264",
"h": "1",
"measuredW": "150",
@@ -4524,7 +2000,7 @@
{
"ID": "11026",
"typeID": "Arrow",
- "zOrder": "65",
+ "zOrder": "53",
"w": "98",
"h": "58",
"measuredW": "150",
@@ -4554,7 +2030,7 @@
{
"ID": "11027",
"typeID": "Arrow",
- "zOrder": "66",
+ "zOrder": "54",
"w": "111",
"h": "3",
"measuredW": "150",
@@ -4581,37 +2057,10 @@
}
}
},
- {
- "ID": "11029",
- "typeID": "TextArea",
- "zOrder": "331",
- "w": "237",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1089",
- "y": "2132",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11030",
- "typeID": "Label",
- "zOrder": "332",
- "measuredW": "130",
- "measuredH": "26",
- "x": "1143",
- "y": "2144",
- "properties": {
- "size": "18",
- "text": "Object Mapping"
- }
- },
{
"ID": "11033",
"typeID": "Arrow",
- "zOrder": "64",
+ "zOrder": "52",
"w": "1",
"h": "103",
"measuredW": "150",
@@ -4640,7 +2089,7 @@
{
"ID": "11046",
"typeID": "Arrow",
- "zOrder": "61",
+ "zOrder": "49",
"w": "155",
"h": "1",
"measuredW": "150",
@@ -4670,7 +2119,7 @@
{
"ID": "11047",
"typeID": "Arrow",
- "zOrder": "63",
+ "zOrder": "51",
"w": "132",
"h": "50",
"measuredW": "150",
@@ -4700,7 +2149,7 @@
{
"ID": "11048",
"typeID": "Arrow",
- "zOrder": "62",
+ "zOrder": "50",
"w": "134",
"h": "101",
"measuredW": "150",
@@ -4730,7 +2179,7 @@
{
"ID": "11049",
"typeID": "Arrow",
- "zOrder": "60",
+ "zOrder": "48",
"w": "125",
"h": "143",
"measuredW": "150",
@@ -4760,7 +2209,7 @@
{
"ID": "11050",
"typeID": "Arrow",
- "zOrder": "59",
+ "zOrder": "47",
"w": "305",
"h": "81",
"measuredW": "150",
@@ -4786,118 +2235,10 @@
}
}
},
- {
- "ID": "11051",
- "typeID": "TextArea",
- "zOrder": "341",
- "w": "237",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "733",
- "y": "2226",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11052",
- "typeID": "Label",
- "zOrder": "342",
- "measuredW": "132",
- "measuredH": "26",
- "x": "777",
- "y": "2238",
- "properties": {
- "size": "18",
- "text": "Task Scheduling"
- }
- },
- {
- "ID": "11053",
- "typeID": "TextArea",
- "zOrder": "343",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "807",
- "y": "2138",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11054",
- "typeID": "Label",
- "zOrder": "344",
- "measuredW": "70",
- "measuredH": "26",
- "x": "852",
- "y": "2149",
- "properties": {
- "size": "18",
- "text": "Hangfire"
- }
- },
- {
- "ID": "11055",
- "typeID": "TextArea",
- "zOrder": "345",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "445",
- "y": "2284",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11056",
- "typeID": "Label",
- "zOrder": "346",
- "measuredW": "56",
- "measuredH": "26",
- "x": "497",
- "y": "2295",
- "properties": {
- "size": "18",
- "text": "Quartz"
- }
- },
- {
- "ID": "11057",
- "typeID": "TextArea",
- "zOrder": "347",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "445",
- "y": "2338",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11058",
- "typeID": "Label",
- "zOrder": "348",
- "measuredW": "63",
- "measuredH": "26",
- "x": "493",
- "y": "2349",
- "properties": {
- "size": "18",
- "text": "Coravel"
- }
- },
{
"ID": "11061",
"typeID": "Arrow",
- "zOrder": "58",
+ "zOrder": "46",
"w": "1",
"h": "95",
"measuredW": "150",
@@ -4924,37 +2265,10 @@
}
}
},
- {
- "ID": "11062",
- "typeID": "TextArea",
- "zOrder": "349",
- "w": "295",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "311",
- "y": "2227",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11063",
- "typeID": "Label",
- "zOrder": "350",
- "measuredW": "211",
- "measuredH": "26",
- "x": "353",
- "y": "2238",
- "properties": {
- "size": "18",
- "text": "NativeBackgroundService"
- }
- },
{
"ID": "11064",
"typeID": "Arrow",
- "zOrder": "57",
+ "zOrder": "45",
"w": "196",
"h": "5",
"measuredW": "150",
@@ -4984,7 +2298,7 @@
{
"ID": "11065",
"typeID": "Arrow",
- "zOrder": "56",
+ "zOrder": "44",
"w": "365",
"h": "167",
"measuredW": "150",
@@ -5010,172 +2324,10 @@
}
}
},
- {
- "ID": "11066",
- "typeID": "TextArea",
- "zOrder": "351",
- "w": "202",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1193",
- "y": "2411",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11067",
- "typeID": "Label",
- "zOrder": "352",
- "measuredW": "59",
- "measuredH": "26",
- "x": "1264",
- "y": "2423",
- "properties": {
- "size": "18",
- "text": "Testing"
- }
- },
- {
- "ID": "11068",
- "typeID": "TextArea",
- "zOrder": "335",
- "w": "166",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1415",
- "y": "2291",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11069",
- "typeID": "Label",
- "zOrder": "336",
- "measuredW": "68",
- "measuredH": "26",
- "x": "1464",
- "y": "2302",
- "properties": {
- "size": "18",
- "text": "Mapster"
- }
- },
- {
- "ID": "11070",
- "typeID": "TextArea",
- "zOrder": "353",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1421",
- "y": "2411",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11071",
- "typeID": "Label",
- "zOrder": "354",
- "measuredW": "98",
- "measuredH": "26",
- "x": "1452",
- "y": "2422",
- "properties": {
- "size": "18",
- "text": "E2E Testing"
- }
- },
- {
- "ID": "11072",
- "typeID": "TextArea",
- "zOrder": "355",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1421",
- "y": "2488",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11073",
- "typeID": "Label",
- "zOrder": "356",
- "measuredW": "76",
- "measuredH": "26",
- "x": "1463",
- "y": "2499",
- "properties": {
- "size": "18",
- "text": "Selenium"
- }
- },
- {
- "ID": "11074",
- "typeID": "TextArea",
- "zOrder": "357",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1421",
- "y": "2594",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11075",
- "typeID": "Label",
- "zOrder": "358",
- "measuredW": "87",
- "measuredH": "26",
- "x": "1457",
- "y": "2605",
- "properties": {
- "size": "18",
- "text": "Puppeteer"
- }
- },
- {
- "ID": "11076",
- "typeID": "TextArea",
- "zOrder": "359",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1421",
- "y": "2541",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11077",
- "typeID": "Label",
- "zOrder": "360",
- "measuredW": "83",
- "measuredH": "26",
- "x": "1459",
- "y": "2552",
- "properties": {
- "size": "18",
- "text": "Playwright"
- }
- },
{
"ID": "11078",
"typeID": "Arrow",
- "zOrder": "55",
+ "zOrder": "43",
"w": "1",
"h": "90",
"measuredW": "150",
@@ -5202,38 +2354,10 @@
}
}
},
- {
- "ID": "11082",
- "typeID": "TextArea",
- "zOrder": "361",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "960",
- "y": "2415",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11083",
- "typeID": "Label",
- "zOrder": "362",
- "w": "97",
- "measuredW": "97",
- "measuredH": "26",
- "x": "991",
- "y": "2426",
- "properties": {
- "text": "Unit Testing",
- "size": "18"
- }
- },
{
"ID": "11084",
"typeID": "Arrow",
- "zOrder": "54",
+ "zOrder": "42",
"w": "175",
"h": "60",
"measuredW": "150",
@@ -5263,7 +2387,7 @@
{
"ID": "11085",
"typeID": "Arrow",
- "zOrder": "53",
+ "zOrder": "41",
"w": "161",
"measuredW": "150",
"measuredH": "100",
@@ -5292,7 +2416,7 @@
{
"ID": "11127",
"typeID": "Arrow",
- "zOrder": "30",
+ "zOrder": "26",
"w": "1",
"h": "98",
"measuredW": "150",
@@ -5322,7 +2446,7 @@
{
"ID": "11128",
"typeID": "Arrow",
- "zOrder": "29",
+ "zOrder": "25",
"w": "1009",
"h": "1",
"measuredW": "150",
@@ -5349,91 +2473,10 @@
}
}
},
- {
- "ID": "11130",
- "typeID": "TextArea",
- "zOrder": "363",
- "w": "197",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "606",
- "y": "2415",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11131",
- "typeID": "Label",
- "zOrder": "364",
- "measuredW": "152",
- "measuredH": "26",
- "x": "629",
- "y": "2426",
- "properties": {
- "text": "Integration Testing",
- "size": "18"
- }
- },
- {
- "ID": "11132",
- "typeID": "TextArea",
- "zOrder": "365",
- "w": "229",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "577",
- "y": "2503",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11133",
- "typeID": "Label",
- "zOrder": "366",
- "measuredW": "187",
- "measuredH": "26",
- "x": "598",
- "y": "2514",
- "properties": {
- "size": "18",
- "text": "WebApplicationFactory"
- }
- },
- {
- "ID": "11134",
- "typeID": "TextArea",
- "zOrder": "367",
- "w": "229",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "577",
- "y": "2557",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11135",
- "typeID": "Label",
- "zOrder": "368",
- "measuredW": "93",
- "measuredH": "26",
- "x": "645",
- "y": "2568",
- "properties": {
- "size": "18",
- "text": "Test Server"
- }
- },
{
"ID": "11136",
"typeID": "TextArea",
- "zOrder": "31",
+ "zOrder": "27",
"w": "291",
"h": "173",
"measuredW": "200",
@@ -5441,24 +2484,10 @@
"x": "883",
"y": "2677"
},
- {
- "ID": "11137",
- "typeID": "TextArea",
- "zOrder": "32",
- "w": "102",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "904",
- "y": "2750",
- "properties": {
- "color": "16770457"
- }
- },
{
"ID": "11138",
"typeID": "Label",
- "zOrder": "33",
+ "zOrder": "29",
"measuredW": "77",
"measuredH": "28",
"x": "991",
@@ -5468,77 +2497,10 @@
"text": "Mocking"
}
},
- {
- "ID": "11139",
- "typeID": "Label",
- "zOrder": "34",
- "measuredW": "41",
- "measuredH": "28",
- "x": "934",
- "y": "2760",
- "properties": {
- "size": "20",
- "text": "Moq"
- }
- },
- {
- "ID": "11140",
- "typeID": "TextArea",
- "zOrder": "35",
- "w": "140",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1014",
- "y": "2750",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11141",
- "typeID": "Label",
- "zOrder": "36",
- "measuredW": "100",
- "measuredH": "28",
- "x": "1034",
- "y": "2760",
- "properties": {
- "size": "20",
- "text": "FakeItEasy"
- }
- },
- {
- "ID": "11142",
- "typeID": "TextArea",
- "zOrder": "37",
- "w": "252",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "902",
- "y": "2695",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11143",
- "typeID": "Label",
- "zOrder": "38",
- "measuredW": "106",
- "measuredH": "28",
- "x": "983",
- "y": "2705",
- "properties": {
- "size": "20",
- "text": "NSubstitute"
- }
- },
{
"ID": "11146",
"typeID": "TextArea",
- "zOrder": "39",
+ "zOrder": "32",
"w": "160",
"h": "179",
"measuredW": "200",
@@ -5546,24 +2508,10 @@
"x": "884",
"y": "2503"
},
- {
- "ID": "11147",
- "typeID": "TextArea",
- "zOrder": "40",
- "w": "87",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "843",
- "y": "2575",
- "properties": {
- "color": "16770457"
- }
- },
{
"ID": "11148",
"typeID": "Label",
- "zOrder": "41",
+ "zOrder": "34",
"measuredW": "111",
"measuredH": "28",
"x": "908",
@@ -5573,77 +2521,10 @@
"text": "Frameworks"
}
},
- {
- "ID": "11149",
- "typeID": "Label",
- "zOrder": "42",
- "measuredW": "47",
- "measuredH": "28",
- "x": "865",
- "y": "2585",
- "properties": {
- "size": "20",
- "text": "xUnit"
- }
- },
- {
- "ID": "11150",
- "typeID": "TextArea",
- "zOrder": "43",
- "w": "87",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "938",
- "y": "2575",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11151",
- "typeID": "Label",
- "zOrder": "44",
- "measuredW": "52",
- "measuredH": "28",
- "x": "951",
- "y": "2585",
- "properties": {
- "size": "20",
- "text": "NUnit"
- }
- },
- {
- "ID": "11152",
- "typeID": "TextArea",
- "zOrder": "45",
- "w": "181",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "844",
- "y": "2520",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11153",
- "typeID": "Label",
- "zOrder": "46",
- "measuredW": "67",
- "measuredH": "28",
- "x": "901",
- "y": "2530",
- "properties": {
- "size": "20",
- "text": "MSTest"
- }
- },
{
"ID": "11154",
"typeID": "TextArea",
- "zOrder": "47",
+ "zOrder": "37",
"w": "136",
"h": "179",
"measuredW": "200",
@@ -5654,7 +2535,7 @@
{
"ID": "11155",
"typeID": "Label",
- "zOrder": "48",
+ "zOrder": "38",
"measuredW": "85",
"measuredH": "28",
"x": "1067",
@@ -5664,64 +2545,10 @@
"text": "Assertion"
}
},
- {
- "ID": "11156",
- "typeID": "TextArea",
- "zOrder": "49",
- "w": "199",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1053",
- "y": "2520",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11157",
- "typeID": "Label",
- "zOrder": "50",
- "measuredW": "157",
- "measuredH": "28",
- "x": "1073",
- "y": "2530",
- "properties": {
- "size": "20",
- "text": "Fluent Assertions"
- }
- },
- {
- "ID": "11158",
- "typeID": "TextArea",
- "zOrder": "51",
- "w": "199",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1053",
- "y": "2574",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11159",
- "typeID": "Label",
- "zOrder": "52",
- "measuredW": "75",
- "measuredH": "28",
- "x": "1115",
- "y": "2584",
- "properties": {
- "size": "20",
- "text": "Shouldly"
- }
- },
{
"ID": "11160",
"typeID": "Arrow",
- "zOrder": "28",
+ "zOrder": "24",
"w": "1",
"h": "98",
"measuredW": "150",
@@ -5751,7 +2578,7 @@
{
"ID": "11161",
"typeID": "Arrow",
- "zOrder": "369",
+ "zOrder": "244",
"w": "1",
"h": "98",
"measuredW": "150",
@@ -5778,118 +2605,10 @@
}
}
},
- {
- "ID": "11162",
- "typeID": "TextArea",
- "zOrder": "370",
- "w": "197",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "313",
- "y": "2415",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11163",
- "typeID": "Label",
- "zOrder": "371",
- "measuredW": "136",
- "measuredH": "26",
- "x": "344",
- "y": "2426",
- "properties": {
- "size": "18",
- "text": "Behavior Testing"
- }
- },
- {
- "ID": "11164",
- "typeID": "TextArea",
- "zOrder": "372",
- "w": "137",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "343",
- "y": "2503",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11165",
- "typeID": "Label",
- "zOrder": "373",
- "measuredW": "79",
- "measuredH": "26",
- "x": "372",
- "y": "2514",
- "properties": {
- "size": "18",
- "text": "SpecFlow"
- }
- },
- {
- "ID": "11166",
- "typeID": "TextArea",
- "zOrder": "374",
- "w": "137",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "343",
- "y": "2557",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11167",
- "typeID": "Label",
- "zOrder": "375",
- "measuredW": "60",
- "measuredH": "26",
- "x": "382",
- "y": "2568",
- "properties": {
- "size": "18",
- "text": "BDDFY"
- }
- },
- {
- "ID": "11168",
- "typeID": "TextArea",
- "zOrder": "376",
- "w": "137",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "343",
- "y": "2611",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11169",
- "typeID": "Label",
- "zOrder": "377",
- "measuredW": "80",
- "measuredH": "26",
- "x": "372",
- "y": "2622",
- "properties": {
- "size": "18",
- "text": "LightBDD"
- }
- },
{
"ID": "11170",
"typeID": "Arrow",
- "zOrder": "27",
+ "zOrder": "23",
"w": "1",
"h": "477",
"measuredW": "150",
@@ -5915,199 +2634,10 @@
}
}
},
- {
- "ID": "11171",
- "typeID": "TextArea",
- "zOrder": "378",
- "w": "202",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1133",
- "y": "2905",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11172",
- "typeID": "Label",
- "zOrder": "379",
- "measuredW": "123",
- "measuredH": "26",
- "x": "1172",
- "y": "2917",
- "properties": {
- "size": "18",
- "text": "Micro-Services"
- }
- },
- {
- "ID": "11173",
- "typeID": "TextArea",
- "zOrder": "380",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1387",
- "y": "2906",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11174",
- "typeID": "Label",
- "zOrder": "381",
- "measuredW": "144",
- "measuredH": "26",
- "x": "1409",
- "y": "2917",
- "properties": {
- "size": "18",
- "text": "Message Brokers"
- }
- },
- {
- "ID": "11175",
- "typeID": "TextArea",
- "zOrder": "382",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1387",
- "y": "2828",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11176",
- "typeID": "Label",
- "zOrder": "383",
- "measuredW": "83",
- "measuredH": "26",
- "x": "1439",
- "y": "2839",
- "properties": {
- "size": "18",
- "text": "RabbitMQ"
- }
- },
- {
- "ID": "11177",
- "typeID": "TextArea",
- "zOrder": "384",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1387",
- "y": "2775",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11178",
- "typeID": "Label",
- "zOrder": "385",
- "measuredW": "113",
- "measuredH": "26",
- "x": "1424",
- "y": "2786",
- "properties": {
- "size": "18",
- "text": "Apache Kafka"
- }
- },
- {
- "ID": "11179",
- "typeID": "TextArea",
- "zOrder": "386",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1387",
- "y": "2722",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11180",
- "typeID": "Label",
- "zOrder": "387",
- "measuredW": "78",
- "measuredH": "26",
- "x": "1442",
- "y": "2733",
- "properties": {
- "size": "18",
- "text": "ActiveMQ"
- }
- },
- {
- "ID": "11181",
- "typeID": "TextArea",
- "zOrder": "388",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1387",
- "y": "2976",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11182",
- "typeID": "Label",
- "zOrder": "389",
- "measuredW": "60",
- "measuredH": "26",
- "x": "1451",
- "y": "2987",
- "properties": {
- "size": "18",
- "text": "NetMQ"
- }
- },
- {
- "ID": "11183",
- "typeID": "TextArea",
- "zOrder": "390",
- "w": "187",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1387",
- "y": "3028",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11184",
- "typeID": "Label",
- "zOrder": "391",
- "measuredW": "149",
- "measuredH": "26",
- "x": "1404",
- "y": "3039",
- "properties": {
- "size": "18",
- "text": "Azure Service Bus"
- }
- },
{
"ID": "11185",
"typeID": "Arrow",
- "zOrder": "26",
+ "zOrder": "22",
"w": "1",
"h": "178",
"measuredW": "150",
@@ -6137,7 +2667,7 @@
{
"ID": "11186",
"typeID": "Arrow",
- "zOrder": "25",
+ "zOrder": "21",
"w": "1009",
"h": "1",
"measuredW": "150",
@@ -6164,118 +2694,10 @@
}
}
},
- {
- "ID": "11187",
- "typeID": "TextArea",
- "zOrder": "392",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "898",
- "y": "2906",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11188",
- "typeID": "Label",
- "zOrder": "393",
- "measuredW": "112",
- "measuredH": "26",
- "x": "929",
- "y": "2917",
- "properties": {
- "size": "18",
- "text": "Message Bus"
- }
- },
- {
- "ID": "11189",
- "typeID": "TextArea",
- "zOrder": "394",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "898",
- "y": "2989",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11190",
- "typeID": "Label",
- "zOrder": "395",
- "measuredW": "103",
- "measuredH": "26",
- "x": "933",
- "y": "3000",
- "properties": {
- "size": "18",
- "text": "Mass Transit"
- }
- },
- {
- "ID": "11191",
- "typeID": "TextArea",
- "zOrder": "396",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "898",
- "y": "3043",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11192",
- "typeID": "Label",
- "zOrder": "397",
- "measuredW": "106",
- "measuredH": "26",
- "x": "932",
- "y": "3054",
- "properties": {
- "size": "18",
- "text": "NServiceBus"
- }
- },
- {
- "ID": "11193",
- "typeID": "TextArea",
- "zOrder": "398",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "898",
- "y": "3096",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11194",
- "typeID": "Label",
- "zOrder": "399",
- "measuredW": "83",
- "measuredH": "26",
- "x": "943",
- "y": "3107",
- "properties": {
- "size": "18",
- "text": "EasyNetQ"
- }
- },
{
"ID": "11195",
"typeID": "Arrow",
- "zOrder": "24",
+ "zOrder": "20",
"w": "1",
"h": "88",
"measuredW": "150",
@@ -6305,7 +2727,7 @@
{
"ID": "11196",
"typeID": "Arrow",
- "zOrder": "23",
+ "zOrder": "19",
"w": "1",
"h": "88",
"measuredW": "150",
@@ -6335,7 +2757,7 @@
{
"ID": "11197",
"typeID": "TextArea",
- "zOrder": "400",
+ "zOrder": "260",
"w": "173",
"h": "119",
"measuredW": "200",
@@ -6346,7 +2768,7 @@
{
"ID": "11198",
"typeID": "Label",
- "zOrder": "401",
+ "zOrder": "261",
"measuredW": "103",
"measuredH": "26",
"x": "652",
@@ -6356,37 +2778,10 @@
"text": "API Gateway"
}
},
- {
- "ID": "11199",
- "typeID": "TextArea",
- "zOrder": "402",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "633",
- "y": "2909",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11200",
- "typeID": "Label",
- "zOrder": "403",
- "measuredW": "54",
- "measuredH": "26",
- "x": "677",
- "y": "2920",
- "properties": {
- "size": "18",
- "text": "Ocelot"
- }
- },
{
"ID": "11210",
"typeID": "Arrow",
- "zOrder": "404",
+ "zOrder": "263",
"w": "1",
"h": "88",
"measuredW": "150",
@@ -6416,7 +2811,7 @@
{
"ID": "11211",
"typeID": "TextArea",
- "zOrder": "405",
+ "zOrder": "264",
"w": "173",
"h": "112",
"measuredW": "200",
@@ -6427,7 +2822,7 @@
{
"ID": "11212",
"typeID": "Label",
- "zOrder": "406",
+ "zOrder": "265",
"measuredW": "134",
"measuredH": "26",
"x": "637",
@@ -6437,37 +2832,10 @@
"text": "Containerization"
}
},
- {
- "ID": "11213",
- "typeID": "TextArea",
- "zOrder": "407",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "633",
- "y": "3015",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11214",
- "typeID": "Label",
- "zOrder": "408",
- "measuredW": "59",
- "measuredH": "26",
- "x": "674",
- "y": "3026",
- "properties": {
- "size": "18",
- "text": "Docker"
- }
- },
{
"ID": "11215",
"typeID": "Arrow",
- "zOrder": "409",
+ "zOrder": "267",
"w": "1",
"h": "88",
"measuredW": "150",
@@ -6497,7 +2865,7 @@
{
"ID": "11216",
"typeID": "TextArea",
- "zOrder": "410",
+ "zOrder": "268",
"w": "173",
"h": "178",
"measuredW": "200",
@@ -6508,7 +2876,7 @@
{
"ID": "11217",
"typeID": "Label",
- "zOrder": "411",
+ "zOrder": "269",
"measuredW": "111",
"measuredH": "26",
"x": "648",
@@ -6518,64 +2886,10 @@
"text": "Orchestration"
}
},
- {
- "ID": "11218",
- "typeID": "TextArea",
- "zOrder": "412",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "633",
- "y": "2733",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11219",
- "typeID": "Label",
- "zOrder": "413",
- "measuredW": "95",
- "measuredH": "26",
- "x": "656",
- "y": "2744",
- "properties": {
- "size": "18",
- "text": "Kubernetes"
- }
- },
- {
- "ID": "11220",
- "typeID": "TextArea",
- "zOrder": "414",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "633",
- "y": "2786",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11221",
- "typeID": "Label",
- "zOrder": "415",
- "measuredW": "118",
- "measuredH": "26",
- "x": "645",
- "y": "2797",
- "properties": {
- "size": "18",
- "text": "Docker Swarm"
- }
- },
{
"ID": "11222",
"typeID": "Arrow",
- "zOrder": "416",
+ "zOrder": "272",
"w": "1",
"h": "88",
"measuredW": "150",
@@ -6605,7 +2919,7 @@
{
"ID": "11223",
"typeID": "TextArea",
- "zOrder": "417",
+ "zOrder": "273",
"w": "173",
"h": "112",
"measuredW": "200",
@@ -6616,7 +2930,7 @@
{
"ID": "11224",
"typeID": "Label",
- "zOrder": "418",
+ "zOrder": "274",
"measuredW": "118",
"measuredH": "26",
"x": "645",
@@ -6626,37 +2940,10 @@
"text": "Reverse Proxy"
}
},
- {
- "ID": "11225",
- "typeID": "TextArea",
- "zOrder": "419",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "633",
- "y": "3121",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11226",
- "typeID": "Label",
- "zOrder": "420",
- "measuredW": "45",
- "measuredH": "26",
- "x": "681",
- "y": "3132",
- "properties": {
- "size": "18",
- "text": "YARP"
- }
- },
{
"ID": "11236",
"typeID": "Arrow",
- "zOrder": "421",
+ "zOrder": "276",
"w": "1",
"h": "88",
"measuredW": "150",
@@ -6686,7 +2973,7 @@
{
"ID": "11237",
"typeID": "TextArea",
- "zOrder": "422",
+ "zOrder": "277",
"w": "173",
"h": "278",
"measuredW": "200",
@@ -6697,7 +2984,7 @@
{
"ID": "11238",
"typeID": "Label",
- "zOrder": "423",
+ "zOrder": "278",
"measuredW": "47",
"measuredH": "26",
"x": "407",
@@ -6707,118 +2994,10 @@
"text": "Other"
}
},
- {
- "ID": "11239",
- "typeID": "TextArea",
- "zOrder": "424",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "360",
- "y": "2847",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11240",
- "typeID": "Label",
- "zOrder": "425",
- "measuredW": "65",
- "measuredH": "26",
- "x": "398",
- "y": "2858",
- "properties": {
- "size": "18",
- "text": "Orleans"
- }
- },
- {
- "ID": "11246",
- "typeID": "TextArea",
- "zOrder": "426",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "360",
- "y": "2900",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11247",
- "typeID": "Label",
- "zOrder": "427",
- "measuredW": "72",
- "measuredH": "26",
- "x": "395",
- "y": "2911",
- "properties": {
- "size": "18",
- "text": "SteelToe"
- }
- },
- {
- "ID": "11248",
- "typeID": "TextArea",
- "zOrder": "428",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "360",
- "y": "2954",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11249",
- "typeID": "Label",
- "zOrder": "429",
- "measuredW": "40",
- "measuredH": "26",
- "x": "411",
- "y": "2965",
- "properties": {
- "size": "18",
- "text": "Dapr"
- }
- },
- {
- "ID": "11250",
- "typeID": "TextArea",
- "zOrder": "430",
- "w": "142",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "360",
- "y": "3007",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11251",
- "typeID": "Label",
- "zOrder": "431",
- "measuredW": "28",
- "measuredH": "26",
- "x": "417",
- "y": "3018",
- "properties": {
- "size": "18",
- "text": "Tye"
- }
- },
{
"ID": "11252",
"typeID": "Arrow",
- "zOrder": "22",
+ "zOrder": "18",
"w": "1",
"h": "303",
"measuredW": "150",
@@ -6844,199 +3023,10 @@
}
}
},
- {
- "ID": "11253",
- "typeID": "TextArea",
- "zOrder": "432",
- "w": "202",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1133",
- "y": "3218",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11254",
- "typeID": "Label",
- "zOrder": "433",
- "measuredW": "63",
- "measuredH": "26",
- "x": "1202",
- "y": "3230",
- "properties": {
- "size": "18",
- "text": "CI / CD"
- }
- },
- {
- "ID": "11255",
- "typeID": "TextArea",
- "zOrder": "434",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1401",
- "y": "3119",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11256",
- "typeID": "Label",
- "zOrder": "435",
- "measuredW": "121",
- "measuredH": "26",
- "x": "1424",
- "y": "3130",
- "properties": {
- "size": "18",
- "text": "GitHub Actions"
- }
- },
- {
- "ID": "11261",
- "typeID": "TextArea",
- "zOrder": "436",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1401",
- "y": "3171",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11262",
- "typeID": "Label",
- "zOrder": "437",
- "measuredW": "126",
- "measuredH": "26",
- "x": "1422",
- "y": "3182",
- "properties": {
- "size": "18",
- "text": "Azure Pipelines"
- }
- },
- {
- "ID": "11263",
- "typeID": "TextArea",
- "zOrder": "438",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1401",
- "y": "3222",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11264",
- "typeID": "Label",
- "zOrder": "439",
- "measuredW": "72",
- "measuredH": "26",
- "x": "1452",
- "y": "3233",
- "properties": {
- "size": "18",
- "text": "Travis CI"
- }
- },
- {
- "ID": "11265",
- "typeID": "TextArea",
- "zOrder": "440",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1401",
- "y": "3273",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11266",
- "typeID": "Label",
- "zOrder": "441",
- "measuredW": "63",
- "measuredH": "26",
- "x": "1456",
- "y": "3284",
- "properties": {
- "size": "18",
- "text": "Jenkins"
- }
- },
- {
- "ID": "11267",
- "typeID": "TextArea",
- "zOrder": "442",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1401",
- "y": "3325",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11268",
- "typeID": "Label",
- "zOrder": "443",
- "measuredW": "71",
- "measuredH": "26",
- "x": "1452",
- "y": "3336",
- "properties": {
- "size": "18",
- "text": "Circle CI"
- }
- },
- {
- "ID": "11269",
- "typeID": "TextArea",
- "zOrder": "444",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1401",
- "y": "3376",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11270",
- "typeID": "Label",
- "zOrder": "445",
- "measuredW": "76",
- "measuredH": "26",
- "x": "1450",
- "y": "3387",
- "properties": {
- "size": "18",
- "text": "TeamCity"
- }
- },
{
"ID": "11271",
"typeID": "Arrow",
- "zOrder": "18",
+ "zOrder": "14",
"w": "132",
"h": "4",
"measuredW": "150",
@@ -7066,7 +3056,7 @@
{
"ID": "11272",
"typeID": "Arrow",
- "zOrder": "17",
+ "zOrder": "13",
"w": "123",
"h": "97",
"measuredW": "150",
@@ -7096,7 +3086,7 @@
{
"ID": "11273",
"typeID": "Arrow",
- "zOrder": "16",
+ "zOrder": "12",
"w": "115",
"h": "50",
"measuredW": "150",
@@ -7126,7 +3116,7 @@
{
"ID": "11274",
"typeID": "Arrow",
- "zOrder": "19",
+ "zOrder": "15",
"w": "94",
"h": "41",
"measuredW": "150",
@@ -7156,7 +3146,7 @@
{
"ID": "11275",
"typeID": "Arrow",
- "zOrder": "20",
+ "zOrder": "16",
"w": "102",
"h": "90",
"measuredW": "150",
@@ -7186,7 +3176,7 @@
{
"ID": "11276",
"typeID": "Arrow",
- "zOrder": "21",
+ "zOrder": "17",
"w": "120",
"h": "132",
"measuredW": "150",
@@ -7216,7 +3206,7 @@
{
"ID": "11277",
"typeID": "Arrow",
- "zOrder": "15",
+ "zOrder": "11",
"w": "634",
"h": "1",
"measuredW": "150",
@@ -7245,7 +3235,7 @@
{
"ID": "11278",
"typeID": "__group__",
- "zOrder": "446",
+ "zOrder": "290",
"measuredW": "356",
"measuredH": "55",
"w": "356",
@@ -7291,37 +3281,10 @@
}
}
},
- {
- "ID": "11279",
- "typeID": "TextArea",
- "zOrder": "447",
- "w": "220",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "344",
- "y": "3220",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11280",
- "typeID": "Label",
- "zOrder": "448",
- "measuredW": "165",
- "measuredH": "26",
- "x": "371",
- "y": "3232",
- "properties": {
- "size": "18",
- "text": "Client Side Libraries"
- }
- },
{
"ID": "11281",
"typeID": "Arrow",
- "zOrder": "12",
+ "zOrder": "9",
"w": "1",
"h": "121",
"measuredW": "150",
@@ -7348,64 +3311,10 @@
}
}
},
- {
- "ID": "11282",
- "typeID": "TextArea",
- "zOrder": "13",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "344",
- "y": "3127",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11283",
- "typeID": "Label",
- "zOrder": "14",
- "measuredW": "52",
- "measuredH": "26",
- "x": "405",
- "y": "3138",
- "properties": {
- "size": "18",
- "text": "Blazor"
- }
- },
- {
- "ID": "11284",
- "typeID": "TextArea",
- "zOrder": "449",
- "w": "220",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "344",
- "y": "3330",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11285",
- "typeID": "Label",
- "zOrder": "450",
- "measuredW": "147",
- "measuredH": "26",
- "x": "380",
- "y": "3342",
- "properties": {
- "size": "18",
- "text": "Template Engines"
- }
- },
{
"ID": "11286",
"typeID": "Arrow",
- "zOrder": "11",
+ "zOrder": "8",
"w": "1",
"h": "107",
"measuredW": "150",
@@ -7461,114 +3370,6 @@
}
}
},
- {
- "ID": "11294",
- "typeID": "TextArea",
- "zOrder": "5",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "344",
- "y": "3421",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11295",
- "typeID": "Label",
- "zOrder": "6",
- "measuredW": "49",
- "measuredH": "26",
- "x": "406",
- "y": "3432",
- "properties": {
- "size": "18",
- "text": "Razor"
- }
- },
- {
- "ID": "11296",
- "typeID": "TextArea",
- "zOrder": "7",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "344",
- "y": "3473",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11297",
- "typeID": "Label",
- "zOrder": "8",
- "measuredW": "79",
- "measuredH": "26",
- "x": "391",
- "y": "3484",
- "properties": {
- "size": "18",
- "text": "DotLiquid"
- }
- },
- {
- "ID": "11298",
- "typeID": "TextArea",
- "zOrder": "9",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "344",
- "y": "3525",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11299",
- "typeID": "Label",
- "zOrder": "10",
- "measuredW": "62",
- "measuredH": "26",
- "x": "400",
- "y": "3536",
- "properties": {
- "size": "18",
- "text": "Scriban"
- }
- },
- {
- "ID": "11300",
- "typeID": "TextArea",
- "zOrder": "451",
- "w": "173",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "344",
- "y": "3576",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11301",
- "typeID": "Label",
- "zOrder": "452",
- "measuredW": "40",
- "measuredH": "26",
- "x": "411",
- "y": "3587",
- "properties": {
- "size": "18",
- "text": "Fluid"
- }
- },
{
"ID": "11302",
"typeID": "Arrow",
@@ -7598,249 +3399,6 @@
}
}
},
- {
- "ID": "11304",
- "typeID": "TextArea",
- "zOrder": "453",
- "w": "253",
- "h": "50",
- "measuredW": "200",
- "measuredH": "140",
- "x": "648",
- "y": "3330",
- "properties": {
- "color": "16776960"
- }
- },
- {
- "ID": "11305",
- "typeID": "Label",
- "zOrder": "454",
- "measuredW": "190",
- "measuredH": "26",
- "x": "680",
- "y": "3342",
- "properties": {
- "size": "18",
- "text": "Good to Know Libraries"
- }
- },
- {
- "ID": "11306",
- "typeID": "TextArea",
- "zOrder": "455",
- "w": "198",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "676",
- "y": "3420",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11307",
- "typeID": "Label",
- "zOrder": "456",
- "measuredW": "70",
- "measuredH": "26",
- "x": "740",
- "y": "3431",
- "properties": {
- "size": "18",
- "text": "MediatR"
- }
- },
- {
- "ID": "11308",
- "typeID": "TextArea",
- "zOrder": "457",
- "w": "198",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "676",
- "y": "3472",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11309",
- "typeID": "Label",
- "zOrder": "458",
- "measuredW": "130",
- "measuredH": "26",
- "x": "710",
- "y": "3483",
- "properties": {
- "size": "18",
- "text": "FluentValidation"
- }
- },
- {
- "ID": "11310",
- "typeID": "TextArea",
- "zOrder": "459",
- "w": "198",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "676",
- "y": "3524",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11311",
- "typeID": "Label",
- "zOrder": "460",
- "measuredW": "37",
- "measuredH": "26",
- "x": "756",
- "y": "3535",
- "properties": {
- "size": "18",
- "text": "Polly"
- }
- },
- {
- "ID": "11312",
- "typeID": "TextArea",
- "zOrder": "461",
- "w": "198",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "676",
- "y": "3575",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11313",
- "typeID": "Label",
- "zOrder": "462",
- "measuredW": "43",
- "measuredH": "26",
- "x": "753",
- "y": "3586",
- "properties": {
- "size": "18",
- "text": "Nuke"
- }
- },
- {
- "ID": "11314",
- "typeID": "TextArea",
- "zOrder": "463",
- "w": "198",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "676",
- "y": "3628",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11315",
- "typeID": "Label",
- "zOrder": "464",
- "measuredW": "134",
- "measuredH": "26",
- "x": "708",
- "y": "3639",
- "properties": {
- "size": "18",
- "text": "Benchmark.NET"
- }
- },
- {
- "ID": "11316",
- "typeID": "TextArea",
- "zOrder": "465",
- "w": "198",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "676",
- "y": "3680",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11317",
- "typeID": "Label",
- "zOrder": "466",
- "measuredW": "85",
- "measuredH": "26",
- "x": "732",
- "y": "3691",
- "properties": {
- "size": "18",
- "text": "NodaTime"
- }
- },
- {
- "ID": "11318",
- "typeID": "TextArea",
- "zOrder": "467",
- "w": "198",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "676",
- "y": "3732",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11319",
- "typeID": "Label",
- "zOrder": "468",
- "measuredW": "55",
- "measuredH": "26",
- "x": "747",
- "y": "3743",
- "properties": {
- "size": "18",
- "text": "GenFu"
- }
- },
- {
- "ID": "11320",
- "typeID": "TextArea",
- "zOrder": "469",
- "w": "198",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "676",
- "y": "3785",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11321",
- "typeID": "Label",
- "zOrder": "470",
- "measuredW": "108",
- "measuredH": "26",
- "x": "721",
- "y": "3796",
- "properties": {
- "size": "18",
- "text": "SwashBuckle"
- }
- },
{
"ID": "11322",
"typeID": "Arrow",
@@ -7874,7 +3432,7 @@
{
"ID": "11323",
"typeID": "TextArea",
- "zOrder": "471",
+ "zOrder": "303",
"w": "281",
"h": "124",
"measuredW": "200",
@@ -7885,7 +3443,7 @@
{
"ID": "11324",
"typeID": "Label",
- "zOrder": "472",
+ "zOrder": "304",
"measuredW": "186",
"measuredH": "25",
"x": "1141",
@@ -7898,7 +3456,7 @@
{
"ID": "11325",
"typeID": "__group__",
- "zOrder": "473",
+ "zOrder": "305",
"measuredW": "229",
"measuredH": "44",
"w": "229",
@@ -8004,7 +3562,7 @@
{
"ID": "11329",
"typeID": "__group__",
- "zOrder": "148",
+ "zOrder": "129",
"measuredW": "320",
"measuredH": "45",
"w": "320",
@@ -8110,7 +3668,7 @@
{
"ID": "11330",
"typeID": "__group__",
- "zOrder": "150",
+ "zOrder": "131",
"measuredW": "24",
"measuredH": "24",
"w": "24",
@@ -8159,7 +3717,7 @@
{
"ID": "11332",
"typeID": "__group__",
- "zOrder": "157",
+ "zOrder": "138",
"measuredW": "24",
"measuredH": "24",
"w": "24",
@@ -8224,7 +3782,7 @@
{
"ID": "11333",
"typeID": "__group__",
- "zOrder": "155",
+ "zOrder": "136",
"measuredW": "24",
"measuredH": "24",
"w": "24",
@@ -8273,7 +3831,7 @@
{
"ID": "11334",
"typeID": "__group__",
- "zOrder": "153",
+ "zOrder": "134",
"measuredW": "24",
"measuredH": "24",
"w": "24",
@@ -8303,9685 +3861,10 @@
}
}
},
- {
- "ID": "11335",
- "typeID": "__group__",
- "zOrder": "474",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1526",
- "y": "419",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11336",
- "typeID": "__group__",
- "zOrder": "475",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1526",
- "y": "471",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11337",
- "typeID": "__group__",
- "zOrder": "476",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1526",
- "y": "524",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11339",
- "typeID": "__group__",
- "zOrder": "477",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "343",
- "y": "431",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11341",
- "typeID": "__group__",
- "zOrder": "478",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "343",
- "y": "482",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11342",
- "typeID": "__group__",
- "zOrder": "479",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "343",
- "y": "533",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11343",
- "typeID": "__group__",
- "zOrder": "480",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "343",
- "y": "638",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11344",
- "typeID": "__group__",
- "zOrder": "481",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "343",
- "y": "585",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11345",
- "typeID": "__group__",
- "zOrder": "482",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "830",
- "y": "479",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11346",
- "typeID": "__group__",
- "zOrder": "483",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1168",
- "y": "533",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11347",
- "typeID": "__group__",
- "zOrder": "484",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "343",
- "y": "709",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11348",
- "typeID": "__group__",
- "zOrder": "485",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "343",
- "y": "761",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11349",
- "typeID": "__group__",
- "zOrder": "486",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1219",
- "y": "637",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11350",
- "typeID": "__group__",
- "zOrder": "487",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1219",
- "y": "689",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11351",
- "typeID": "__group__",
- "zOrder": "488",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1219",
- "y": "741",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11352",
- "typeID": "__group__",
- "zOrder": "489",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "330",
- "y": "882",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11353",
- "typeID": "__group__",
- "zOrder": "490",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "330",
- "y": "982",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11354",
- "typeID": "__group__",
- "zOrder": "491",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "582",
- "y": "981",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11355",
- "typeID": "__group__",
- "zOrder": "492",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "582",
- "y": "1034",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11356",
- "typeID": "__group__",
- "zOrder": "493",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "582",
- "y": "1086",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11357",
- "typeID": "__group__",
- "zOrder": "494",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "582",
- "y": "1138",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11358",
- "typeID": "__group__",
- "zOrder": "495",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "582",
- "y": "1190",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11359",
- "typeID": "__group__",
- "zOrder": "496",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "582",
- "y": "1244",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11360",
- "typeID": "__group__",
- "zOrder": "497",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "961",
- "y": "869",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11361",
- "typeID": "__group__",
- "zOrder": "498",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "961",
- "y": "927",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "icon": {
- "ID": "check-circle",
- "size": "small"
- },
- "color": "40463"
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11362",
- "typeID": "__group__",
- "zOrder": "499",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "961",
- "y": "981",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "icon": {
- "ID": "check-circle",
- "size": "small"
- },
- "color": "40463"
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11363",
- "typeID": "__group__",
- "zOrder": "500",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "961",
- "y": "1034",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "icon": {
- "ID": "check-circle",
- "size": "small"
- },
- "color": "40463"
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11364",
- "typeID": "__group__",
- "zOrder": "501",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1569",
- "y": "700",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11365",
- "typeID": "__group__",
- "zOrder": "502",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1569",
- "y": "756",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11366",
- "typeID": "__group__",
- "zOrder": "503",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1569",
- "y": "810",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11367",
- "typeID": "__group__",
- "zOrder": "504",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1569",
- "y": "868",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11368",
- "typeID": "__group__",
- "zOrder": "505",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "727",
- "y": "882",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11369",
- "typeID": "__group__",
- "zOrder": "506",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1258",
- "y": "1244",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11370",
- "typeID": "__group__",
- "zOrder": "507",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1258",
- "y": "1155",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11371",
- "typeID": "__group__",
- "zOrder": "508",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1322",
- "y": "1244",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11372",
- "typeID": "__group__",
- "zOrder": "509",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1115",
- "y": "1335",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11373",
- "typeID": "__group__",
- "zOrder": "510",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1322",
- "y": "968",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11374",
- "typeID": "__group__",
- "zOrder": "511",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1322",
- "y": "1022",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11375",
- "typeID": "__group__",
- "zOrder": "512",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1322",
- "y": "1076",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11376",
- "typeID": "__group__",
- "zOrder": "513",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "1076",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11377",
- "typeID": "__group__",
- "zOrder": "514",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1321",
- "y": "1144",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11378",
- "typeID": "__group__",
- "zOrder": "515",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "1331",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11379",
- "typeID": "__group__",
- "zOrder": "516",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "1388",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11380",
- "typeID": "__group__",
- "zOrder": "517",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "1446",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11381",
- "typeID": "__group__",
- "zOrder": "518",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "734",
- "y": "1321",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11382",
- "typeID": "__group__",
- "zOrder": "519",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "810",
- "y": "1232",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11383",
- "typeID": "__group__",
- "zOrder": "520",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "805",
- "y": "1400",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11384",
- "typeID": "__group__",
- "zOrder": "521",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "330",
- "y": "1321",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11385",
- "typeID": "__group__",
- "zOrder": "522",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "330",
- "y": "1400",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11386",
- "typeID": "__group__",
- "zOrder": "523",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "300",
- "y": "1601",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11387",
- "typeID": "__group__",
- "zOrder": "524",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "330",
- "y": "1460",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11388",
- "typeID": "__group__",
- "zOrder": "525",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "300",
- "y": "1549",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11389",
- "typeID": "__group__",
- "zOrder": "526",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1043",
- "y": "1682",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11390",
- "typeID": "__group__",
- "zOrder": "527",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1265",
- "y": "1678",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11391",
- "typeID": "__group__",
- "zOrder": "528",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1082",
- "y": "1602",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11392",
- "typeID": "__group__",
- "zOrder": "529",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1082",
- "y": "1579",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11394",
- "typeID": "__group__",
- "zOrder": "530",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1083",
- "y": "1509",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11395",
- "typeID": "__group__",
- "zOrder": "531",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1084",
- "y": "1455",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11397",
- "typeID": "__group__",
- "zOrder": "532",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1241",
- "y": "1455",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11401",
- "typeID": "__group__",
- "zOrder": "533",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1265",
- "y": "1620",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11402",
- "typeID": "__group__",
- "zOrder": "534",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1568",
- "y": "1620",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11403",
- "typeID": "__group__",
- "zOrder": "535",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1567",
- "y": "1564",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11404",
- "typeID": "__group__",
- "zOrder": "536",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1567",
- "y": "1678",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11405",
- "typeID": "__group__",
- "zOrder": "537",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1567",
- "y": "1731",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11406",
- "typeID": "__group__",
- "zOrder": "538",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "1784",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11407",
- "typeID": "__group__",
- "zOrder": "539",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "1835",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11410",
- "typeID": "__group__",
- "zOrder": "540",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1084",
- "y": "1765",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11411",
- "typeID": "__group__",
- "zOrder": "541",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1084",
- "y": "1744",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11412",
- "typeID": "__group__",
- "zOrder": "542",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1082",
- "y": "1833",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11413",
- "typeID": "__group__",
- "zOrder": "543",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1082",
- "y": "1888",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11414",
- "typeID": "__group__",
- "zOrder": "544",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1082",
- "y": "1941",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11415",
- "typeID": "__group__",
- "zOrder": "545",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1377",
- "y": "1941",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11416",
- "typeID": "__group__",
- "zOrder": "546",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1376",
- "y": "1888",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11417",
- "typeID": "__group__",
- "zOrder": "547",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1376",
- "y": "1835",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11418",
- "typeID": "__group__",
- "zOrder": "548",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "633",
- "y": "1678",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11419",
- "typeID": "__group__",
- "zOrder": "549",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "592",
- "y": "1599",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11420",
- "typeID": "__group__",
- "zOrder": "550",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "592",
- "y": "1756",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11422",
- "typeID": "__group__",
- "zOrder": "551",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "298",
- "y": "1756",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11423",
- "typeID": "__group__",
- "zOrder": "552",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "298",
- "y": "1812",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11424",
- "typeID": "__group__",
- "zOrder": "553",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "300",
- "y": "1865",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11425",
- "typeID": "__group__",
- "zOrder": "554",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "300",
- "y": "1918",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11426",
- "typeID": "__group__",
- "zOrder": "555",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "300",
- "y": "1971",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11427",
- "typeID": "__group__",
- "zOrder": "556",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "653",
- "y": "2048",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11428",
- "typeID": "__group__",
- "zOrder": "557",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "858",
- "y": "1957",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11429",
- "typeID": "__group__",
- "zOrder": "558",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "749",
- "y": "1957",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11430",
- "typeID": "__group__",
- "zOrder": "559",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "592",
- "y": "2138",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11431",
- "typeID": "__group__",
- "zOrder": "560",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "861",
- "y": "1812",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11432",
- "typeID": "__group__",
- "zOrder": "561",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "861",
- "y": "1867",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11433",
- "typeID": "__group__",
- "zOrder": "562",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "301",
- "y": "2138",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11436",
- "typeID": "__group__",
- "zOrder": "563",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "301",
- "y": "2086",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11439",
- "typeID": "__group__",
- "zOrder": "564",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "300",
- "y": "1689",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11440",
- "typeID": "__group__",
- "zOrder": "565",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "300",
- "y": "1666",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11441",
- "typeID": "__group__",
- "zOrder": "566",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1080",
- "y": "2057",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11442",
- "typeID": "__group__",
- "zOrder": "567",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1080",
- "y": "2034",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11443",
- "typeID": "__group__",
- "zOrder": "568",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1569",
- "y": "1995",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11444",
- "typeID": "__group__",
- "zOrder": "569",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1569",
- "y": "2047",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11445",
- "typeID": "__group__",
- "zOrder": "570",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1080",
- "y": "2143",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11446",
- "typeID": "__group__",
- "zOrder": "571",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1567",
- "y": "2143",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11447",
- "typeID": "__group__",
- "zOrder": "572",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "2196",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11448",
- "typeID": "TextArea",
- "zOrder": "337",
- "w": "166",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1415",
- "y": "2184",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11449",
- "typeID": "Label",
- "zOrder": "338",
- "measuredW": "134",
- "measuredH": "26",
- "x": "1428",
- "y": "2195",
- "properties": {
- "size": "18",
- "text": "Express Mapper"
- }
- },
- {
- "ID": "11450",
- "typeID": "TextArea",
- "zOrder": "333",
- "w": "165",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1415",
- "y": "2131",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11451",
- "typeID": "Label",
- "zOrder": "334",
- "w": "104",
- "measuredW": "101",
- "measuredH": "26",
- "x": "1446",
- "y": "2142",
- "properties": {
- "text": "AutoMapper",
- "size": "18"
- }
- },
- {
- "ID": "11452",
- "typeID": "TextArea",
- "zOrder": "339",
- "w": "165",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1415",
- "y": "2237",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11453",
- "typeID": "Label",
- "zOrder": "340",
- "w": "112",
- "measuredW": "109",
- "measuredH": "26",
- "x": "1442",
- "y": "2248",
- "properties": {
- "text": "Agile Mapper",
- "size": "18"
- }
- },
- {
- "ID": "11454",
- "typeID": "__group__",
- "zOrder": "573",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1564",
- "y": "2249",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11455",
- "typeID": "__group__",
- "zOrder": "574",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1564",
- "y": "2303",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11456",
- "typeID": "__group__",
- "zOrder": "575",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "956",
- "y": "2250",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11457",
- "typeID": "__group__",
- "zOrder": "576",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "956",
- "y": "2227",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11458",
- "typeID": "__group__",
- "zOrder": "577",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "300",
- "y": "2239",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11459",
- "typeID": "__group__",
- "zOrder": "578",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "797",
- "y": "2150",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11460",
- "typeID": "__group__",
- "zOrder": "579",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "437",
- "y": "2296",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11461",
- "typeID": "__group__",
- "zOrder": "580",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "437",
- "y": "2350",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11462",
- "typeID": "__group__",
- "zOrder": "581",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1183",
- "y": "2425",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11463",
- "typeID": "__group__",
- "zOrder": "582",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "951",
- "y": "2425",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11464",
- "typeID": "__group__",
- "zOrder": "583",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "598",
- "y": "2425",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11465",
- "typeID": "__group__",
- "zOrder": "584",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "304",
- "y": "2426",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11466",
- "typeID": "__group__",
- "zOrder": "585",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1567",
- "y": "2433",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11467",
- "typeID": "__group__",
- "zOrder": "586",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1567",
- "y": "2410",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11469",
- "typeID": "__group__",
- "zOrder": "587",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "832",
- "y": "2586",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11470",
- "typeID": "__group__",
- "zOrder": "588",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "832",
- "y": "2531",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11471",
- "typeID": "__group__",
- "zOrder": "589",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1012",
- "y": "2586",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11472",
- "typeID": "__group__",
- "zOrder": "590",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "895",
- "y": "2762",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11473",
- "typeID": "__group__",
- "zOrder": "591",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "894",
- "y": "2707",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11474",
- "typeID": "__group__",
- "zOrder": "592",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1142",
- "y": "2762",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11475",
- "typeID": "__group__",
- "zOrder": "593",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1241",
- "y": "2531",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11476",
- "typeID": "__group__",
- "zOrder": "594",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1241",
- "y": "2586",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11477",
- "typeID": "__group__",
- "zOrder": "595",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "565",
- "y": "2515",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11478",
- "typeID": "__group__",
- "zOrder": "596",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "568",
- "y": "2569",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11479",
- "typeID": "__group__",
- "zOrder": "597",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "2515",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11480",
- "typeID": "__group__",
- "zOrder": "598",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "2569",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11481",
- "typeID": "__group__",
- "zOrder": "599",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "2623",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11482",
- "typeID": "__group__",
- "zOrder": "600",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "2553",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11483",
- "typeID": "TextArea",
- "zOrder": "601",
- "w": "160",
- "h": "47",
- "measuredW": "200",
- "measuredH": "140",
- "x": "1421",
- "y": "2646",
- "properties": {
- "color": "16770457"
- }
- },
- {
- "ID": "11484",
- "typeID": "Label",
- "zOrder": "602",
- "measuredW": "67",
- "measuredH": "26",
- "x": "1467",
- "y": "2657",
- "properties": {
- "size": "18",
- "text": "Cypress"
- }
- },
- {
- "ID": "11485",
- "typeID": "__group__",
- "zOrder": "603",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "2658",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11487",
- "typeID": "__group__",
- "zOrder": "604",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "2500",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11488",
- "typeID": "__group__",
- "zOrder": "605",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1566",
- "y": "2606",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11489",
- "typeID": "__group__",
- "zOrder": "606",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1319",
- "y": "2906",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11490",
- "typeID": "__group__",
- "zOrder": "607",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1319",
- "y": "2930",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11493",
- "typeID": "__group__",
- "zOrder": "608",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1560",
- "y": "2840",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11494",
- "typeID": "__group__",
- "zOrder": "609",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1560",
- "y": "2786",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11496",
- "typeID": "__group__",
- "zOrder": "610",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1560",
- "y": "2734",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11497",
- "typeID": "__group__",
- "zOrder": "611",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1560",
- "y": "2988",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11498",
- "typeID": "__group__",
- "zOrder": "612",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1561",
- "y": "3038",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11499",
- "typeID": "__group__",
- "zOrder": "613",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "888",
- "y": "3001",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11500",
- "typeID": "__group__",
- "zOrder": "614",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "888",
- "y": "3055",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11501",
- "typeID": "__group__",
- "zOrder": "615",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "888",
- "y": "3107",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11502",
- "typeID": "__group__",
- "zOrder": "616",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "625",
- "y": "2921",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11503",
- "typeID": "__group__",
- "zOrder": "617",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "625",
- "y": "3025",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11504",
- "typeID": "__group__",
- "zOrder": "618",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "625",
- "y": "3134",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11505",
- "typeID": "__group__",
- "zOrder": "619",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "624",
- "y": "2734",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11506",
- "typeID": "__group__",
- "zOrder": "620",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "624",
- "y": "2757",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11507",
- "typeID": "__group__",
- "zOrder": "621",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "353",
- "y": "2859",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11508",
- "typeID": "__group__",
- "zOrder": "622",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "353",
- "y": "2912",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11509",
- "typeID": "__group__",
- "zOrder": "623",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "353",
- "y": "2966",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11510",
- "typeID": "__group__",
- "zOrder": "624",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "353",
- "y": "3019",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11511",
- "typeID": "__group__",
- "zOrder": "625",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1124",
- "y": "3219",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11512",
- "typeID": "__group__",
- "zOrder": "626",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1124",
- "y": "3243",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11513",
- "typeID": "__group__",
- "zOrder": "627",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1560",
- "y": "3131",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11514",
- "typeID": "__group__",
- "zOrder": "628",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1560",
- "y": "3183",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11515",
- "typeID": "__group__",
- "zOrder": "629",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1559",
- "y": "3233",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11516",
- "typeID": "__group__",
- "zOrder": "630",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1559",
- "y": "3285",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11517",
- "typeID": "__group__",
- "zOrder": "631",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1558",
- "y": "3337",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11518",
- "typeID": "__group__",
- "zOrder": "632",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "1558",
- "y": "3388",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11521",
- "typeID": "__group__",
- "zOrder": "633",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "335",
- "y": "3231",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11522",
- "typeID": "__group__",
- "zOrder": "634",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "335",
- "y": "3139",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11523",
- "typeID": "__group__",
- "zOrder": "635",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "3330",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11524",
- "typeID": "__group__",
- "zOrder": "636",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "3354",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10066329",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11525",
- "typeID": "__group__",
- "zOrder": "637",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "3432",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11526",
- "typeID": "__group__",
- "zOrder": "638",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "3484",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11527",
- "typeID": "__group__",
- "zOrder": "639",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "3537",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11528",
- "typeID": "__group__",
- "zOrder": "640",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "334",
- "y": "3587",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11529",
- "typeID": "__group__",
- "zOrder": "641",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "666",
- "y": "3431",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11531",
- "typeID": "__group__",
- "zOrder": "642",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "666",
- "y": "3484",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11532",
- "typeID": "__group__",
- "zOrder": "643",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "666",
- "y": "3535",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11533",
- "typeID": "__group__",
- "zOrder": "644",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "666",
- "y": "3587",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "10027263",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11534",
- "typeID": "__group__",
- "zOrder": "645",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "666",
- "y": "3640",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11535",
- "typeID": "__group__",
- "zOrder": "646",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "666",
- "y": "3692",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11536",
- "typeID": "__group__",
- "zOrder": "647",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "666",
- "y": "3743",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
- {
- "ID": "11537",
- "typeID": "__group__",
- "zOrder": "648",
- "measuredW": "24",
- "measuredH": "24",
- "w": "24",
- "h": "24",
- "x": "666",
- "y": "3796",
- "children": {
- "controls": {
- "control": [
- {
- "ID": "0",
- "typeID": "Icon",
- "zOrder": "0",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "1",
- "typeID": "Icon",
- "zOrder": "1",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "16777215",
- "icon": {
- "ID": "circle",
- "size": "small"
- }
- }
- },
- {
- "ID": "2",
- "typeID": "Icon",
- "zOrder": "2",
- "measuredW": "24",
- "measuredH": "24",
- "x": "0",
- "y": "0",
- "properties": {
- "color": "3700253",
- "icon": {
- "ID": "check-circle",
- "size": "small"
- }
- }
- }
- ]
- }
- }
- },
{
"ID": "11538",
"typeID": "__group__",
- "zOrder": "649",
+ "zOrder": "307",
"measuredW": "24",
"measuredH": "24",
"w": "24",
@@ -18026,6 +3909,17483 @@
]
}
}
+ },
+ {
+ "ID": "11539",
+ "typeID": "__group__",
+ "zOrder": "124",
+ "measuredW": "352",
+ "measuredH": "50",
+ "w": "352",
+ "h": "50",
+ "x": "830",
+ "y": "464",
+ "properties": {
+ "controlName": "100-basics-of-csharp"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "341",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "188",
+ "measuredH": "26",
+ "x": "88",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Learn the Basics of C#"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "15",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11540",
+ "typeID": "__group__",
+ "zOrder": "140",
+ "measuredW": "351",
+ "measuredH": "50",
+ "w": "351",
+ "h": "50",
+ "x": "841",
+ "y": "520",
+ "properties": {
+ "controlName": "101-general-development-skills"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "341",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "224",
+ "measuredH": "26",
+ "x": "59",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "General Development Skills"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "327",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11541",
+ "typeID": "__group__",
+ "zOrder": "142",
+ "measuredW": "244",
+ "measuredH": "50",
+ "w": "244",
+ "h": "50",
+ "x": "687",
+ "y": "721",
+ "properties": {
+ "controlName": "102-database-fundamentals"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "244",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "199",
+ "measuredH": "26",
+ "x": "22",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Database Fundamentals"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11542",
+ "typeID": "__group__",
+ "zOrder": "148",
+ "measuredW": "269",
+ "measuredH": "50",
+ "w": "269",
+ "h": "50",
+ "x": "330",
+ "y": "869",
+ "properties": {
+ "controlName": "103-basics-of-aspnet-core"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "261",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "175",
+ "measuredH": "26",
+ "x": "51",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "ASP.NET Core Basics"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11543",
+ "typeID": "__group__",
+ "zOrder": "156",
+ "measuredW": "141",
+ "measuredH": "50",
+ "w": "141",
+ "h": "50",
+ "x": "727",
+ "y": "869",
+ "properties": {
+ "controlName": "104-orm"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "133",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "43",
+ "measuredH": "26",
+ "x": "53",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "ORM"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11544",
+ "typeID": "__group__",
+ "zOrder": "165",
+ "measuredW": "279",
+ "measuredH": "50",
+ "w": "279",
+ "h": "50",
+ "x": "1003",
+ "y": "1231",
+ "properties": {
+ "controlName": "105-dependency-injection"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "270",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "178",
+ "measuredH": "26",
+ "x": "46",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Dependency Injection"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "255",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11545",
+ "typeID": "__group__",
+ "zOrder": "177",
+ "measuredW": "172",
+ "measuredH": "50",
+ "w": "172",
+ "h": "50",
+ "x": "734",
+ "y": "1308",
+ "properties": {
+ "controlName": "106-caching"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "165",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "7",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "68",
+ "measuredH": "26",
+ "x": "56",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Caching"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11546",
+ "typeID": "__group__",
+ "zOrder": "185",
+ "measuredW": "176",
+ "measuredH": "50",
+ "w": "176",
+ "h": "50",
+ "x": "1043",
+ "y": "1665",
+ "properties": {
+ "controlName": "107-databases"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "165",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "88",
+ "measuredH": "26",
+ "x": "50",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Databases"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "17",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11547",
+ "typeID": "__group__",
+ "zOrder": "205",
+ "measuredW": "219",
+ "measuredH": "50",
+ "w": "219",
+ "h": "50",
+ "x": "633",
+ "y": "1665",
+ "properties": {
+ "controlName": "108-log-frameworks"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "211",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "135",
+ "measuredH": "26",
+ "x": "46",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Log Frameworks"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11548",
+ "typeID": "__group__",
+ "zOrder": "214",
+ "measuredW": "322",
+ "measuredH": "50",
+ "w": "322",
+ "h": "50",
+ "x": "653",
+ "y": "2035",
+ "properties": {
+ "controlName": "109-api-clients"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "314",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "257",
+ "measuredH": "26",
+ "x": "36",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "API Clients and Communication"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11549",
+ "typeID": "__group__",
+ "zOrder": "222",
+ "measuredW": "323",
+ "measuredH": "50",
+ "w": "323",
+ "h": "50",
+ "x": "1080",
+ "y": "2033",
+ "properties": {
+ "controlName": "110-real-time-communication"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "314",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "215",
+ "measuredH": "26",
+ "x": "58",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Real-Time Communication"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "24",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "1",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11550",
+ "typeID": "__group__",
+ "zOrder": "225",
+ "measuredW": "246",
+ "measuredH": "50",
+ "w": "246",
+ "h": "50",
+ "x": "1080",
+ "y": "2132",
+ "properties": {
+ "controlName": "111-object-mapping"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "237",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "130",
+ "measuredH": "26",
+ "x": "63",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Object Mapping"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11551",
+ "typeID": "__group__",
+ "zOrder": "230",
+ "measuredW": "247",
+ "measuredH": "50",
+ "w": "247",
+ "h": "50",
+ "x": "733",
+ "y": "2226",
+ "properties": {
+ "controlName": "112-task-scheduling"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "237",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "132",
+ "measuredH": "26",
+ "x": "44",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Task Scheduling"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "223",
+ "y": "24",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "223",
+ "y": "1",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11552",
+ "typeID": "__group__",
+ "zOrder": "235",
+ "measuredW": "212",
+ "measuredH": "50",
+ "w": "212",
+ "h": "50",
+ "x": "1183",
+ "y": "2411",
+ "properties": {
+ "controlName": "113-testing"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "202",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "59",
+ "measuredH": "26",
+ "x": "81",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Testing"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "14",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11553",
+ "typeID": "__group__",
+ "zOrder": "249",
+ "measuredW": "210",
+ "measuredH": "50",
+ "w": "210",
+ "h": "50",
+ "x": "1133",
+ "y": "2905",
+ "properties": {
+ "controlName": "114-microservices"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "202",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "123",
+ "measuredH": "26",
+ "x": "39",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Micro-Services"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "186",
+ "y": "1",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "186",
+ "y": "25",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11555",
+ "typeID": "__group__",
+ "zOrder": "283",
+ "measuredW": "211",
+ "measuredH": "50",
+ "w": "211",
+ "h": "50",
+ "x": "1124",
+ "y": "3218",
+ "properties": {
+ "controlName": "115-ci-cd"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "202",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "63",
+ "measuredH": "26",
+ "x": "78",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "CI / CD"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "1",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "25",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11556",
+ "typeID": "__group__",
+ "zOrder": "291",
+ "measuredW": "229",
+ "measuredH": "50",
+ "w": "229",
+ "h": "50",
+ "x": "335",
+ "y": "3220",
+ "properties": {
+ "controlName": "116-client-side-libraries"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "220",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "165",
+ "measuredH": "26",
+ "x": "36",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Client Side Libraries"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11557",
+ "typeID": "__group__",
+ "zOrder": "292",
+ "measuredW": "230",
+ "measuredH": "50",
+ "w": "230",
+ "h": "50",
+ "x": "334",
+ "y": "3330",
+ "properties": {
+ "controlName": "117-template-engines"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "220",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "147",
+ "measuredH": "26",
+ "x": "46",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Template Engines"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "0",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "24",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11558",
+ "typeID": "__group__",
+ "zOrder": "294",
+ "measuredW": "253",
+ "measuredH": "50",
+ "w": "253",
+ "h": "50",
+ "x": "648",
+ "y": "3330",
+ "properties": {
+ "controlName": "118-good-to-know-libraries"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "253",
+ "h": "50",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16776960"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "190",
+ "measuredH": "26",
+ "x": "32",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "Good to Know Libraries"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11559",
+ "typeID": "__group__",
+ "zOrder": "125",
+ "measuredW": "206",
+ "measuredH": "47",
+ "w": "206",
+ "h": "47",
+ "x": "1344",
+ "y": "407",
+ "properties": {
+ "controlName": "100-basics-of-csharp:csharp"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "195",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "25",
+ "measuredH": "26",
+ "x": "85",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "C#"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "182",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11560",
+ "typeID": "__group__",
+ "zOrder": "139",
+ "measuredW": "206",
+ "measuredH": "47",
+ "w": "206",
+ "h": "47",
+ "x": "1344",
+ "y": "459",
+ "properties": {
+ "controlName": "101-basics-of-csharp:dotnet"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "195",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "40",
+ "measuredH": "26",
+ "x": "78",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": ".NET"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "182",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11561",
+ "typeID": "__group__",
+ "zOrder": "141",
+ "measuredW": "206",
+ "measuredH": "47",
+ "w": "206",
+ "h": "47",
+ "x": "1344",
+ "y": "512",
+ "properties": {
+ "controlName": "102-basics-of-csharp:dotnet-cli"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "195",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "74",
+ "measuredH": "26",
+ "x": "61",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": ".NET CLI"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "182",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11562",
+ "typeID": "__group__",
+ "zOrder": "112",
+ "measuredW": "355",
+ "measuredH": "47",
+ "w": "355",
+ "h": "47",
+ "x": "343",
+ "y": "419",
+ "properties": {
+ "controlName": "100-general-development-skills:git"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "346",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "162",
+ "measuredH": "26",
+ "x": "101",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Git - Version Control"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11563",
+ "typeID": "__group__",
+ "zOrder": "114",
+ "measuredW": "355",
+ "measuredH": "47",
+ "w": "355",
+ "h": "47",
+ "x": "343",
+ "y": "470",
+ "properties": {
+ "controlName": "101-general-development-skills:azure-devops-services"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "346",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "192",
+ "measuredH": "26",
+ "x": "86",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Azure DevOps Services"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11564",
+ "typeID": "__group__",
+ "zOrder": "115",
+ "measuredW": "355",
+ "measuredH": "47",
+ "w": "355",
+ "h": "47",
+ "x": "343",
+ "y": "522",
+ "properties": {
+ "controlName": "102-general-development-skills:vcs-hosting-services"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "346",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "204",
+ "measuredH": "26",
+ "x": "80",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "GitHub, GitLab, BitBucket"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11565",
+ "typeID": "__group__",
+ "zOrder": "113",
+ "measuredW": "355",
+ "measuredH": "47",
+ "w": "355",
+ "h": "47",
+ "x": "343",
+ "y": "573",
+ "properties": {
+ "controlName": "103-general-development-skills:http-https"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "346",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "193",
+ "measuredH": "26",
+ "x": "85",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "HTTP / HTTPS Protocol"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11566",
+ "typeID": "__group__",
+ "zOrder": "116",
+ "measuredW": "355",
+ "measuredH": "47",
+ "w": "355",
+ "h": "47",
+ "x": "343",
+ "y": "625",
+ "properties": {
+ "controlName": "104-general-development-skills:datastructures-and-algorithms"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "346",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "249",
+ "measuredH": "26",
+ "x": "57",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "DataStructures and Algorithms"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11567",
+ "typeID": "__group__",
+ "zOrder": "143",
+ "measuredW": "260",
+ "measuredH": "47",
+ "w": "260",
+ "h": "47",
+ "x": "343",
+ "y": "697",
+ "properties": {
+ "controlName": "100-database-fundamentals:database-design-basics"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "251",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "200",
+ "measuredH": "26",
+ "x": "33",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Database Design Basics"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11568",
+ "typeID": "__group__",
+ "zOrder": "144",
+ "measuredW": "260",
+ "measuredH": "47",
+ "w": "260",
+ "h": "47",
+ "x": "343",
+ "y": "750",
+ "properties": {
+ "controlName": "101-database-fundamentals:sql-basics"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "251",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "95",
+ "measuredH": "26",
+ "x": "87",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "SQL Basics"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11569",
+ "typeID": "__group__",
+ "zOrder": "145",
+ "measuredW": "236",
+ "measuredH": "47",
+ "w": "236",
+ "h": "47",
+ "x": "1007",
+ "y": "626",
+ "properties": {
+ "controlName": "102-database-fundamentals:stored-procedures"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "226",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "153",
+ "measuredH": "26",
+ "x": "36",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Stored Procedures"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "212",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11570",
+ "typeID": "__group__",
+ "zOrder": "146",
+ "measuredW": "236",
+ "measuredH": "47",
+ "w": "236",
+ "h": "47",
+ "x": "1007",
+ "y": "678",
+ "properties": {
+ "controlName": "103-database-fundamentals:constraints"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "226",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "93",
+ "measuredH": "26",
+ "x": "66",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Constraints"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "212",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11571",
+ "typeID": "__group__",
+ "zOrder": "147",
+ "measuredW": "236",
+ "measuredH": "47",
+ "w": "236",
+ "h": "47",
+ "x": "1007",
+ "y": "730",
+ "properties": {
+ "controlName": "104-database-fundamentals:triggers"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "226",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "68",
+ "measuredH": "26",
+ "x": "79",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Triggers"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "212",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11572",
+ "typeID": "__group__",
+ "zOrder": "149",
+ "measuredW": "129",
+ "measuredH": "47",
+ "w": "129",
+ "h": "47",
+ "x": "330",
+ "y": "970",
+ "properties": {
+ "controlName": "100-basics-of-aspnet-core:mvc"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "121",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "39",
+ "measuredH": "26",
+ "x": "49",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "MVC"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11573",
+ "typeID": "__group__",
+ "zOrder": "150",
+ "measuredW": "137",
+ "measuredH": "47",
+ "w": "137",
+ "h": "47",
+ "x": "469",
+ "y": "970",
+ "properties": {
+ "controlName": "101-basics-of-aspnet-core:rest"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "47",
+ "measuredH": "26",
+ "x": "41",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "REST"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "113",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11574",
+ "typeID": "__group__",
+ "zOrder": "151",
+ "measuredW": "268",
+ "measuredH": "47",
+ "w": "268",
+ "h": "47",
+ "x": "338",
+ "y": "1022",
+ "properties": {
+ "controlName": "102-basics-of-aspnet-core:razor-pages"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "261",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "104",
+ "measuredH": "26",
+ "x": "79",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Razor Pages"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "244",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11575",
+ "typeID": "__group__",
+ "zOrder": "152",
+ "measuredW": "268",
+ "measuredH": "47",
+ "w": "268",
+ "h": "47",
+ "x": "338",
+ "y": "1074",
+ "properties": {
+ "controlName": "103-basics-of-aspnet-core:razor-components"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "261",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "157",
+ "measuredH": "26",
+ "x": "52",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Razor Components"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "244",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11576",
+ "typeID": "__group__",
+ "zOrder": "153",
+ "measuredW": "268",
+ "measuredH": "47",
+ "w": "268",
+ "h": "47",
+ "x": "338",
+ "y": "1126",
+ "properties": {
+ "controlName": "104-basics-of-aspnet-core:middlewares"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "261",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "103",
+ "measuredH": "26",
+ "x": "79",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Middlewares"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "244",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11577",
+ "typeID": "__group__",
+ "zOrder": "154",
+ "measuredW": "268",
+ "measuredH": "47",
+ "w": "268",
+ "h": "47",
+ "x": "338",
+ "y": "1178",
+ "properties": {
+ "controlName": "105-basics-of-aspnet-core:filters-and-attributes"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "261",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "169",
+ "measuredH": "26",
+ "x": "46",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Filters and Attributes"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "244",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11578",
+ "typeID": "__group__",
+ "zOrder": "155",
+ "measuredW": "268",
+ "measuredH": "47",
+ "w": "268",
+ "h": "47",
+ "x": "338",
+ "y": "1231",
+ "properties": {
+ "controlName": "106-basics-of-aspnet-core:app-settings-and-configurations"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "261",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "196",
+ "measuredH": "26",
+ "x": "33",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "App Settings and Config"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "244",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11579",
+ "typeID": "__group__",
+ "zOrder": "157",
+ "measuredW": "261",
+ "measuredH": "47",
+ "w": "261",
+ "h": "47",
+ "x": "961",
+ "y": "861",
+ "properties": {
+ "controlName": "100-orm:entity-framework-core"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "251",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "184",
+ "measuredH": "26",
+ "x": "44",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Entity Framework Core"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "8",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11580",
+ "typeID": "__group__",
+ "zOrder": "162",
+ "measuredW": "261",
+ "measuredH": "47",
+ "w": "261",
+ "h": "47",
+ "x": "961",
+ "y": "915",
+ "properties": {
+ "controlName": "101-orm:dapper"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "251",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "62",
+ "measuredH": "26",
+ "x": "105",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Dapper"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ },
+ "color": "40463"
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11581",
+ "typeID": "__group__",
+ "zOrder": "163",
+ "measuredW": "261",
+ "measuredH": "47",
+ "w": "261",
+ "h": "47",
+ "x": "961",
+ "y": "968",
+ "properties": {
+ "controlName": "102-orm:repodb"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "251",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "70",
+ "measuredH": "26",
+ "x": "101",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "RepoDB"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ },
+ "color": "40463"
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11582",
+ "typeID": "__group__",
+ "zOrder": "164",
+ "measuredW": "261",
+ "measuredH": "47",
+ "w": "261",
+ "h": "47",
+ "x": "961",
+ "y": "1022",
+ "properties": {
+ "controlName": "103-orm:nhibernate"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "251",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "95",
+ "measuredH": "26",
+ "x": "88",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "NHibernate"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ },
+ "color": "40463"
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11583",
+ "typeID": "__group__",
+ "zOrder": "158",
+ "measuredW": "286",
+ "measuredH": "47",
+ "w": "286",
+ "h": "47",
+ "x": "1307",
+ "y": "689",
+ "properties": {
+ "controlName": "100-orm:entity-framework-core:framework-basics"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "277",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "150",
+ "measuredH": "26",
+ "x": "64",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Framework Basics"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "262",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11584",
+ "typeID": "__group__",
+ "zOrder": "159",
+ "measuredW": "286",
+ "measuredH": "47",
+ "w": "286",
+ "h": "47",
+ "x": "1307",
+ "y": "745",
+ "properties": {
+ "controlName": "101-orm:entity-framework-core:codefirst-migrations"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "277",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "192",
+ "measuredH": "26",
+ "x": "43",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Code First + Migrations"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "262",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11585",
+ "typeID": "__group__",
+ "zOrder": "160",
+ "measuredW": "286",
+ "measuredH": "47",
+ "w": "286",
+ "h": "47",
+ "x": "1307",
+ "y": "801",
+ "properties": {
+ "controlName": "102-orm:entity-framework-core:change-tracker-api"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "277",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "163",
+ "measuredH": "26",
+ "x": "57",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Change Tracker API"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "262",
+ "y": "9",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11586",
+ "typeID": "__group__",
+ "zOrder": "161",
+ "measuredW": "286",
+ "measuredH": "47",
+ "w": "286",
+ "h": "47",
+ "x": "1307",
+ "y": "857",
+ "properties": {
+ "controlName": "103-orm:entity-framework-core:lazy-eager-explicit-loading"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "277",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "229",
+ "measuredH": "26",
+ "x": "24",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Lazy, Eager, Explicit Loading"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "262",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11587",
+ "typeID": "__group__",
+ "zOrder": "172",
+ "measuredW": "158",
+ "measuredH": "47",
+ "w": "158",
+ "h": "47",
+ "x": "1124",
+ "y": "1146",
+ "properties": {
+ "controlName": "100-dependency-injection:scrutor"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "149",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "60",
+ "measuredH": "26",
+ "x": "45",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Scrutor"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "134",
+ "y": "9",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11588",
+ "typeID": "__group__",
+ "zOrder": "166",
+ "measuredW": "260",
+ "measuredH": "47",
+ "w": "260",
+ "h": "47",
+ "x": "1322",
+ "y": "1232",
+ "properties": {
+ "controlName": "101-dependency-injection:di-containers"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "251",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "113",
+ "measuredH": "26",
+ "x": "78",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "DI Containers"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11589",
+ "typeID": "__group__",
+ "zOrder": "173",
+ "measuredW": "158",
+ "measuredH": "47",
+ "w": "158",
+ "h": "47",
+ "x": "1115",
+ "y": "1323",
+ "properties": {
+ "controlName": "102-dependency-injection:life-cycles"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "149",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "89",
+ "measuredH": "26",
+ "x": "39",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Life Cycles"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11590",
+ "typeID": "__group__",
+ "zOrder": "167",
+ "measuredW": "261",
+ "measuredH": "76",
+ "w": "261",
+ "h": "76",
+ "x": "1321",
+ "y": "1118",
+ "properties": {
+ "controlName": "100-dependency-injection:di-containers:microsoft-extensions-dependency-injection"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "251",
+ "h": "76",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "172",
+ "measuredH": "26",
+ "x": "50",
+ "y": "13",
+ "properties": {
+ "size": "18",
+ "text": "Microsoft.Extensions."
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Label",
+ "zOrder": "2",
+ "measuredW": "174",
+ "measuredH": "26",
+ "x": "49",
+ "y": "39",
+ "properties": {
+ "size": "18",
+ "text": "DependencyInjection"
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "26",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11591",
+ "typeID": "__group__",
+ "zOrder": "168",
+ "measuredW": "130",
+ "measuredH": "47",
+ "w": "130",
+ "h": "47",
+ "x": "1322",
+ "y": "1065",
+ "properties": {
+ "controlName": "101-dependency-injection:di-containers:auto-fac"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "120",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "67",
+ "measuredH": "26",
+ "x": "36",
+ "y": "10",
+ "properties": {
+ "size": "18",
+ "text": "AutoFac"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11592",
+ "typeID": "__group__",
+ "zOrder": "169",
+ "measuredW": "128",
+ "measuredH": "47",
+ "w": "128",
+ "h": "47",
+ "x": "1462",
+ "y": "1065",
+ "properties": {
+ "controlName": "102-dependency-injection:di-containers:ninject"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "118",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "58",
+ "measuredH": "26",
+ "x": "30",
+ "y": "10",
+ "properties": {
+ "size": "18",
+ "text": "Ninject"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "104",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11593",
+ "typeID": "__group__",
+ "zOrder": "170",
+ "measuredW": "258",
+ "measuredH": "47",
+ "w": "258",
+ "h": "47",
+ "x": "1322",
+ "y": "1011",
+ "properties": {
+ "controlName": "103-dependency-injection:di-containers:castle-windsor"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "248",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "122",
+ "measuredH": "26",
+ "x": "73",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Castle Windsor"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11594",
+ "typeID": "__group__",
+ "zOrder": "171",
+ "measuredW": "258",
+ "measuredH": "47",
+ "w": "258",
+ "h": "47",
+ "x": "1322",
+ "y": "957",
+ "properties": {
+ "controlName": "104-dependency-injection:di-containers:simple-injector"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "248",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "123",
+ "measuredH": "26",
+ "x": "72",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Simple Injector"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11595",
+ "typeID": "__group__",
+ "zOrder": "174",
+ "measuredW": "196",
+ "measuredH": "47",
+ "w": "196",
+ "h": "47",
+ "x": "1394",
+ "y": "1319",
+ "properties": {
+ "controlName": "100-dependency-injection:life-cycles:scoped"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "63",
+ "measuredH": "26",
+ "x": "62",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Scoped"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "172",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11596",
+ "typeID": "__group__",
+ "zOrder": "175",
+ "measuredW": "196",
+ "measuredH": "47",
+ "w": "196",
+ "h": "47",
+ "x": "1394",
+ "y": "1376",
+ "properties": {
+ "controlName": "101-dependency-injection:life-cycles:transient"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "76",
+ "measuredH": "26",
+ "x": "56",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Transient"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "172",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11597",
+ "typeID": "__group__",
+ "zOrder": "176",
+ "measuredW": "196",
+ "measuredH": "47",
+ "w": "196",
+ "h": "47",
+ "x": "1394",
+ "y": "1434",
+ "properties": {
+ "controlName": "102-dependency-injection:life-cycles:singleton"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "76",
+ "measuredH": "26",
+ "x": "56",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Singleton"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "172",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11598",
+ "typeID": "__group__",
+ "zOrder": "178",
+ "measuredW": "181",
+ "measuredH": "47",
+ "w": "181",
+ "h": "47",
+ "x": "653",
+ "y": "1221",
+ "properties": {
+ "controlName": "100-caching:memory-cache"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "172",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "124",
+ "measuredH": "26",
+ "x": "24",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Memory Cache"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "157",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11599",
+ "typeID": "__group__",
+ "zOrder": "179",
+ "measuredW": "335",
+ "measuredH": "47",
+ "w": "335",
+ "h": "47",
+ "x": "330",
+ "y": "1309",
+ "properties": {
+ "controlName": "101-caching:entity-framework-cache"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "327",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "282",
+ "measuredH": "26",
+ "x": "31",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Entity Framework 2nd Level Cache"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11600",
+ "typeID": "__group__",
+ "zOrder": "180",
+ "measuredW": "237",
+ "measuredH": "47",
+ "w": "237",
+ "h": "47",
+ "x": "592",
+ "y": "1388",
+ "properties": {
+ "controlName": "102-caching:distributed-cache"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "228",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "148",
+ "measuredH": "26",
+ "x": "40",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Distributed Cache"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "213",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11601",
+ "typeID": "__group__",
+ "zOrder": "181",
+ "measuredW": "166",
+ "measuredH": "47",
+ "w": "166",
+ "h": "47",
+ "x": "330",
+ "y": "1390",
+ "properties": {
+ "controlName": "100-caching:distributed-cache:memcached"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "158",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "102",
+ "measuredH": "26",
+ "x": "37",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Memcached"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11602",
+ "typeID": "__group__",
+ "zOrder": "182",
+ "measuredW": "167",
+ "measuredH": "47",
+ "w": "167",
+ "h": "47",
+ "x": "330",
+ "y": "1448",
+ "properties": {
+ "controlName": "101-caching:distributed-cache:redis"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "158",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "47",
+ "measuredH": "26",
+ "x": "64",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Redis"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11603",
+ "typeID": "__group__",
+ "zOrder": "183",
+ "measuredW": "226",
+ "measuredH": "47",
+ "w": "226",
+ "h": "47",
+ "x": "300",
+ "y": "1537",
+ "properties": {
+ "controlName": "100-caching:distributed-cache:redis:stackexchange-redis"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "217",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "176",
+ "measuredH": "26",
+ "x": "30",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "StackExchange.Redis"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11604",
+ "typeID": "__group__",
+ "zOrder": "184",
+ "measuredW": "226",
+ "measuredH": "47",
+ "w": "226",
+ "h": "47",
+ "x": "300",
+ "y": "1589",
+ "properties": {
+ "controlName": "101-caching:distributed-cache:redis:easy-caching"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "217",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "107",
+ "measuredH": "26",
+ "x": "64",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "EasyCaching"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11605",
+ "typeID": "__group__",
+ "zOrder": "194",
+ "measuredW": "171",
+ "measuredH": "49",
+ "w": "171",
+ "h": "49",
+ "x": "1082",
+ "y": "1579",
+ "properties": {
+ "controlName": "100-databases:search-engines"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "2",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "129",
+ "measuredH": "26",
+ "x": "29",
+ "y": "13",
+ "properties": {
+ "size": "18",
+ "text": "Search Engines"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "23",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "0",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11606",
+ "typeID": "__group__",
+ "zOrder": "191",
+ "measuredW": "141",
+ "measuredH": "47",
+ "w": "141",
+ "h": "47",
+ "x": "1265",
+ "y": "1608",
+ "properties": {
+ "controlName": "101-databases:cloud"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "48",
+ "measuredH": "26",
+ "x": "52",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Cloud"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11607",
+ "typeID": "__group__",
+ "zOrder": "186",
+ "measuredW": "141",
+ "measuredH": "47",
+ "w": "141",
+ "h": "47",
+ "x": "1265",
+ "y": "1666",
+ "properties": {
+ "controlName": "102-databases:relational"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "82",
+ "measuredH": "26",
+ "x": "35",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Relational"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11608",
+ "typeID": "__group__",
+ "zOrder": "198",
+ "measuredW": "154",
+ "measuredH": "47",
+ "w": "154",
+ "h": "47",
+ "x": "1084",
+ "y": "1744",
+ "properties": {
+ "controlName": "103-databases:nosql"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "145",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "60",
+ "measuredH": "26",
+ "x": "52",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "NoSQL"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "21",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "0",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11609",
+ "typeID": "__group__",
+ "zOrder": "195",
+ "measuredW": "171",
+ "measuredH": "47",
+ "w": "171",
+ "h": "47",
+ "x": "1083",
+ "y": "1497",
+ "properties": {
+ "controlName": "100-databases:search-engines:elasticsearch"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "117",
+ "measuredH": "26",
+ "x": "31",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Elastic Search"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11610",
+ "typeID": "__group__",
+ "zOrder": "196",
+ "measuredW": "77",
+ "measuredH": "47",
+ "w": "77",
+ "h": "47",
+ "x": "1084",
+ "y": "1444",
+ "properties": {
+ "controlName": "101-databases:search-engines:solr"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "68",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "32",
+ "measuredH": "26",
+ "x": "30",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Solr"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11611",
+ "typeID": "__group__",
+ "zOrder": "197",
+ "measuredW": "97",
+ "measuredH": "47",
+ "w": "97",
+ "h": "47",
+ "x": "1168",
+ "y": "1444",
+ "properties": {
+ "controlName": "102-databases:search-engines:sphinx"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "87",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "55",
+ "measuredH": "26",
+ "x": "12",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Sphinx"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "73",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11612",
+ "typeID": "__group__",
+ "zOrder": "193",
+ "measuredW": "141",
+ "measuredH": "47",
+ "w": "141",
+ "h": "47",
+ "x": "1450",
+ "y": "1553",
+ "properties": {
+ "controlName": "100-databases:cloud:dynamodb"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "93",
+ "measuredH": "26",
+ "x": "15",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "DynamoDB"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "117",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11613",
+ "typeID": "__group__",
+ "zOrder": "192",
+ "measuredW": "142",
+ "measuredH": "47",
+ "w": "142",
+ "h": "47",
+ "x": "1450",
+ "y": "1608",
+ "properties": {
+ "controlName": "101-databases:cloud:cosmosdb"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "92",
+ "measuredH": "26",
+ "x": "17",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "CosmosDB"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "118",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11614",
+ "typeID": "__group__",
+ "zOrder": "187",
+ "measuredW": "141",
+ "measuredH": "47",
+ "w": "141",
+ "h": "47",
+ "x": "1450",
+ "y": "1666",
+ "properties": {
+ "controlName": "100-databases:relational:sql-server"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "94",
+ "measuredH": "26",
+ "x": "16",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "SQL Server"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "117",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11615",
+ "typeID": "__group__",
+ "zOrder": "188",
+ "measuredW": "141",
+ "measuredH": "47",
+ "w": "141",
+ "h": "47",
+ "x": "1450",
+ "y": "1719",
+ "properties": {
+ "controlName": "101-databases:relational:postgresql"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "98",
+ "measuredH": "26",
+ "x": "13",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "PostgreSQL"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "117",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11616",
+ "typeID": "__group__",
+ "zOrder": "189",
+ "measuredW": "140",
+ "measuredH": "47",
+ "w": "140",
+ "h": "47",
+ "x": "1450",
+ "y": "1771",
+ "properties": {
+ "controlName": "102-databases:relational:mariadb"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "73",
+ "measuredH": "26",
+ "x": "28",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "MariaDB"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "116",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11617",
+ "typeID": "__group__",
+ "zOrder": "190",
+ "measuredW": "140",
+ "measuredH": "47",
+ "w": "140",
+ "h": "47",
+ "x": "1450",
+ "y": "1823",
+ "properties": {
+ "controlName": "103-databases:relational:mysql"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "130",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "59",
+ "measuredH": "26",
+ "x": "35",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "MySQL"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "116",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11618",
+ "typeID": "__group__",
+ "zOrder": "199",
+ "measuredW": "156",
+ "measuredH": "47",
+ "w": "156",
+ "h": "47",
+ "x": "1082",
+ "y": "1823",
+ "properties": {
+ "controlName": "100-databases:nosql:redis"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "145",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "47",
+ "measuredH": "26",
+ "x": "60",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Redis"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11619",
+ "typeID": "__group__",
+ "zOrder": "200",
+ "measuredW": "156",
+ "measuredH": "47",
+ "w": "156",
+ "h": "47",
+ "x": "1082",
+ "y": "1876",
+ "properties": {
+ "controlName": "101-databases:nosql:mongodb"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "145",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "83",
+ "measuredH": "26",
+ "x": "42",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "MongoDB"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11620",
+ "typeID": "__group__",
+ "zOrder": "201",
+ "measuredW": "156",
+ "measuredH": "47",
+ "w": "156",
+ "h": "47",
+ "x": "1082",
+ "y": "1929",
+ "properties": {
+ "controlName": "102-databases:nosql:litedb"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "145",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "57",
+ "measuredH": "26",
+ "x": "55",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "LiteDB"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11621",
+ "typeID": "__group__",
+ "zOrder": "202",
+ "measuredW": "149",
+ "measuredH": "47",
+ "w": "149",
+ "h": "47",
+ "x": "1251",
+ "y": "1823",
+ "properties": {
+ "controlName": "103-databases:nosql:cassandra"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "139",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "88",
+ "measuredH": "26",
+ "x": "26",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Cassandra"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "125",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11622",
+ "typeID": "__group__",
+ "zOrder": "203",
+ "measuredW": "149",
+ "measuredH": "47",
+ "w": "149",
+ "h": "47",
+ "x": "1251",
+ "y": "1876",
+ "properties": {
+ "controlName": "104-databases:nosql:ravendb"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "139",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "78",
+ "measuredH": "26",
+ "x": "31",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "RavenDB"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "125",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11623",
+ "typeID": "__group__",
+ "zOrder": "204",
+ "measuredW": "150",
+ "measuredH": "47",
+ "w": "150",
+ "h": "47",
+ "x": "1251",
+ "y": "1929",
+ "properties": {
+ "controlName": "105-databases:nosql:couchdb"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "139",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "79",
+ "measuredH": "26",
+ "x": "30",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "CouchDB"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "126",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11624",
+ "typeID": "__group__",
+ "zOrder": "206",
+ "measuredW": "171",
+ "measuredH": "47",
+ "w": "171",
+ "h": "47",
+ "x": "592",
+ "y": "1589",
+ "properties": {
+ "controlName": "100-log-frameworks:serilog"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "57",
+ "measuredH": "26",
+ "x": "62",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Serilog"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11625",
+ "typeID": "__group__",
+ "zOrder": "207",
+ "measuredW": "171",
+ "measuredH": "47",
+ "w": "171",
+ "h": "47",
+ "x": "592",
+ "y": "1744",
+ "properties": {
+ "controlName": "101-log-frameworks:nlog"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "44",
+ "measuredH": "26",
+ "x": "69",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "NLog"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11626",
+ "typeID": "__group__",
+ "zOrder": "208",
+ "measuredW": "265",
+ "measuredH": "47",
+ "w": "265",
+ "h": "47",
+ "x": "300",
+ "y": "1666",
+ "properties": {
+ "controlName": "102-log-frameworks:log-management-system"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "256",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "208",
+ "measuredH": "26",
+ "x": "33",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Log Management System"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "23",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "0",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11627",
+ "typeID": "__group__",
+ "zOrder": "209",
+ "measuredW": "228",
+ "measuredH": "47",
+ "w": "228",
+ "h": "47",
+ "x": "298",
+ "y": "1744",
+ "properties": {
+ "controlName": "100-log-frameworks:log-management-system:elk-stack"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "217",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "84",
+ "measuredH": "26",
+ "x": "78",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "ELK Stack"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11628",
+ "typeID": "__group__",
+ "zOrder": "210",
+ "measuredW": "228",
+ "measuredH": "47",
+ "w": "228",
+ "h": "47",
+ "x": "298",
+ "y": "1799",
+ "properties": {
+ "controlName": "101-log-frameworks:log-management-system:sentry"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "217",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "69",
+ "measuredH": "26",
+ "x": "85",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Sentry.io"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11629",
+ "typeID": "__group__",
+ "zOrder": "211",
+ "measuredW": "226",
+ "measuredH": "47",
+ "w": "226",
+ "h": "47",
+ "x": "300",
+ "y": "1853",
+ "properties": {
+ "controlName": "102-log-frameworks:log-management-system:datadog"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "217",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "70",
+ "measuredH": "26",
+ "x": "83",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Datadog"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11630",
+ "typeID": "__group__",
+ "zOrder": "212",
+ "measuredW": "226",
+ "measuredH": "47",
+ "w": "226",
+ "h": "47",
+ "x": "300",
+ "y": "1906",
+ "properties": {
+ "controlName": "103-log-frameworks:log-management-system:loggly"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "217",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "84",
+ "measuredH": "26",
+ "x": "76",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "loggly.com"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11631",
+ "typeID": "__group__",
+ "zOrder": "213",
+ "measuredW": "226",
+ "measuredH": "47",
+ "w": "226",
+ "h": "47",
+ "x": "300",
+ "y": "1959",
+ "properties": {
+ "controlName": "104-log-frameworks:log-management-system:elmah"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "217",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "68",
+ "measuredH": "26",
+ "x": "84",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "elmah.io"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11632",
+ "typeID": "__group__",
+ "zOrder": "216",
+ "measuredW": "171",
+ "measuredH": "47",
+ "w": "171",
+ "h": "47",
+ "x": "858",
+ "y": "1945",
+ "properties": {
+ "controlName": "100-api-clients:rest"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "47",
+ "measuredH": "26",
+ "x": "69",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "REST"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11633",
+ "typeID": "__group__",
+ "zOrder": "215",
+ "measuredW": "170",
+ "measuredH": "47",
+ "w": "170",
+ "h": "47",
+ "x": "603",
+ "y": "1947",
+ "properties": {
+ "controlName": "101-api-clients:grpc"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "48",
+ "measuredH": "26",
+ "x": "56",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "gRPC"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "146",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11634",
+ "typeID": "__group__",
+ "zOrder": "217",
+ "measuredW": "171",
+ "measuredH": "47",
+ "w": "171",
+ "h": "47",
+ "x": "592",
+ "y": "2128",
+ "properties": {
+ "controlName": "102-api-clients:graphql"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "75",
+ "measuredH": "26",
+ "x": "53",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "GraphQL"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11635",
+ "typeID": "__group__",
+ "zOrder": "218",
+ "measuredW": "170",
+ "measuredH": "47",
+ "w": "170",
+ "h": "47",
+ "x": "861",
+ "y": "1855",
+ "properties": {
+ "controlName": "101-api-clients:rest:odata"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "53",
+ "measuredH": "26",
+ "x": "63",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "OData"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11636",
+ "typeID": "__group__",
+ "zOrder": "219",
+ "measuredW": "170",
+ "measuredH": "47",
+ "w": "170",
+ "h": "47",
+ "x": "861",
+ "y": "1800",
+ "properties": {
+ "controlName": "102-api-clients:rest:sieve"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "45",
+ "measuredH": "26",
+ "x": "67",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Sieve"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11637",
+ "typeID": "__group__",
+ "zOrder": "221",
+ "measuredW": "230",
+ "measuredH": "47",
+ "w": "230",
+ "h": "47",
+ "x": "301",
+ "y": "2074",
+ "properties": {
+ "controlName": "100-api-clients:graphql:graphql-dotnet"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "220",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "134",
+ "measuredH": "26",
+ "x": "53",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "GraphQL-dotnet"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11638",
+ "typeID": "__group__",
+ "zOrder": "220",
+ "measuredW": "230",
+ "measuredH": "47",
+ "w": "230",
+ "h": "47",
+ "x": "301",
+ "y": "2128",
+ "properties": {
+ "controlName": "101-api-clients:graphql:hot-chocolate"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "220",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "112",
+ "measuredH": "26",
+ "x": "64",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "HotChocolate"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11639",
+ "typeID": "__group__",
+ "zOrder": "223",
+ "measuredW": "148",
+ "measuredH": "47",
+ "w": "148",
+ "h": "47",
+ "x": "1445",
+ "y": "1983",
+ "properties": {
+ "controlName": "100-real-time-communication:web-sockets"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "139",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "106",
+ "measuredH": "26",
+ "x": "12",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Web Sockets"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "124",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11640",
+ "typeID": "__group__",
+ "zOrder": "224",
+ "measuredW": "148",
+ "measuredH": "47",
+ "w": "148",
+ "h": "47",
+ "x": "1445",
+ "y": "2036",
+ "properties": {
+ "controlName": "101-real-time-communication:singlar-core"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "139",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "108",
+ "measuredH": "26",
+ "x": "11",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "SingalR Core"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "124",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11641",
+ "typeID": "__group__",
+ "zOrder": "226",
+ "measuredW": "176",
+ "measuredH": "47",
+ "w": "176",
+ "h": "47",
+ "x": "1415",
+ "y": "2131",
+ "properties": {
+ "controlName": "100-object-mapping:atuo-mapper"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "165",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "w": "104",
+ "measuredW": "101",
+ "measuredH": "26",
+ "x": "31",
+ "y": "11",
+ "properties": {
+ "text": "AutoMapper",
+ "size": "18"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "152",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11642",
+ "typeID": "__group__",
+ "zOrder": "228",
+ "measuredW": "175",
+ "measuredH": "47",
+ "w": "175",
+ "h": "47",
+ "x": "1415",
+ "y": "2184",
+ "properties": {
+ "controlName": "101-object-mapping:express-mapper"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "166",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "134",
+ "measuredH": "26",
+ "x": "13",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Express Mapper"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "151",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11643",
+ "typeID": "__group__",
+ "zOrder": "229",
+ "measuredW": "173",
+ "measuredH": "47",
+ "w": "173",
+ "h": "47",
+ "x": "1415",
+ "y": "2237",
+ "properties": {
+ "controlName": "102-object-mapping:agile-mapper"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "165",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "w": "112",
+ "measuredW": "109",
+ "measuredH": "26",
+ "x": "27",
+ "y": "11",
+ "properties": {
+ "text": "Agile Mapper",
+ "size": "18"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "149",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11644",
+ "typeID": "__group__",
+ "zOrder": "227",
+ "measuredW": "173",
+ "measuredH": "47",
+ "w": "173",
+ "h": "47",
+ "x": "1415",
+ "y": "2291",
+ "properties": {
+ "controlName": "103-object-mapping:mapster"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "166",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "68",
+ "measuredH": "26",
+ "x": "49",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Mapster"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "149",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11645",
+ "typeID": "__group__",
+ "zOrder": "231",
+ "measuredW": "170",
+ "measuredH": "47",
+ "w": "170",
+ "h": "47",
+ "x": "797",
+ "y": "2138",
+ "properties": {
+ "controlName": "100-task-scheduling:hangfire"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "70",
+ "measuredH": "26",
+ "x": "55",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Hangfire"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11646",
+ "typeID": "__group__",
+ "zOrder": "234",
+ "measuredW": "306",
+ "measuredH": "47",
+ "w": "306",
+ "h": "47",
+ "x": "300",
+ "y": "2227",
+ "properties": {
+ "controlName": "101-task-scheduling:native-background-service"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "295",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "211",
+ "measuredH": "26",
+ "x": "53",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "NativeBackgroundService"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11647",
+ "typeID": "__group__",
+ "zOrder": "232",
+ "measuredW": "168",
+ "measuredH": "47",
+ "w": "168",
+ "h": "47",
+ "x": "437",
+ "y": "2284",
+ "properties": {
+ "controlName": "102-task-scheduling:quartz"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "56",
+ "measuredH": "26",
+ "x": "60",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Quartz"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11648",
+ "typeID": "__group__",
+ "zOrder": "233",
+ "measuredW": "168",
+ "measuredH": "47",
+ "w": "168",
+ "h": "47",
+ "x": "437",
+ "y": "2338",
+ "properties": {
+ "controlName": "103-task-scheduling:coravel"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "63",
+ "measuredH": "26",
+ "x": "56",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Coravel"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11649",
+ "typeID": "__group__",
+ "zOrder": "236",
+ "measuredW": "170",
+ "measuredH": "48",
+ "w": "170",
+ "h": "48",
+ "x": "1421",
+ "y": "2410",
+ "properties": {
+ "controlName": "100-testing:e2e-testing"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "1",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "98",
+ "measuredH": "26",
+ "x": "31",
+ "y": "12",
+ "properties": {
+ "size": "18",
+ "text": "E2E Testing"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "146",
+ "y": "23",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "146",
+ "y": "0",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10066329",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11650",
+ "typeID": "__group__",
+ "zOrder": "240",
+ "measuredW": "169",
+ "measuredH": "47",
+ "w": "169",
+ "h": "47",
+ "x": "951",
+ "y": "2415",
+ "properties": {
+ "controlName": "101-testing:unit-testing"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "w": "97",
+ "measuredW": "97",
+ "measuredH": "26",
+ "x": "40",
+ "y": "11",
+ "properties": {
+ "text": "Unit Testing",
+ "size": "18"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11651",
+ "typeID": "__group__",
+ "zOrder": "241",
+ "measuredW": "205",
+ "measuredH": "47",
+ "w": "205",
+ "h": "47",
+ "x": "598",
+ "y": "2415",
+ "properties": {
+ "controlName": "102-testing:integration-testing"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "197",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "152",
+ "measuredH": "26",
+ "x": "31",
+ "y": "11",
+ "properties": {
+ "text": "Integration Testing",
+ "size": "18"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11652",
+ "typeID": "__group__",
+ "zOrder": "245",
+ "measuredW": "206",
+ "measuredH": "47",
+ "w": "206",
+ "h": "47",
+ "x": "304",
+ "y": "2415",
+ "properties": {
+ "controlName": "103-testing:behavior-testing"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "197",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "136",
+ "measuredH": "26",
+ "x": "40",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Behavior Testing"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11653",
+ "typeID": "__group__",
+ "zOrder": "237",
+ "measuredW": "169",
+ "measuredH": "47",
+ "w": "169",
+ "h": "47",
+ "x": "1421",
+ "y": "2488",
+ "properties": {
+ "controlName": "100-testing:e2e-testing:selenium"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "76",
+ "measuredH": "26",
+ "x": "42",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Selenium"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "145",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11654",
+ "typeID": "__group__",
+ "zOrder": "239",
+ "measuredW": "169",
+ "measuredH": "47",
+ "w": "169",
+ "h": "47",
+ "x": "1421",
+ "y": "2541",
+ "properties": {
+ "controlName": "101-testing:e2e-testing:playwright"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "83",
+ "measuredH": "26",
+ "x": "38",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Playwright"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "145",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11655",
+ "typeID": "__group__",
+ "zOrder": "238",
+ "measuredW": "169",
+ "measuredH": "47",
+ "w": "169",
+ "h": "47",
+ "x": "1421",
+ "y": "2594",
+ "properties": {
+ "controlName": "102-testing:e2e-testing:puppeteer"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "87",
+ "measuredH": "26",
+ "x": "36",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Puppeteer"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "145",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11656",
+ "typeID": "__group__",
+ "zOrder": "306",
+ "measuredW": "169",
+ "measuredH": "47",
+ "w": "169",
+ "h": "47",
+ "x": "1421",
+ "y": "2646",
+ "properties": {
+ "controlName": "103-testing:e2e-testing:cypress"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "160",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "67",
+ "measuredH": "26",
+ "x": "46",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Cypress"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "145",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11657",
+ "typeID": "__group__",
+ "zOrder": "39",
+ "measuredW": "212",
+ "measuredH": "47",
+ "w": "212",
+ "h": "47",
+ "x": "1053",
+ "y": "2520",
+ "properties": {
+ "controlName": "100-testing:unit-testing:fluent-assertions"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "199",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "157",
+ "measuredH": "28",
+ "x": "20",
+ "y": "10",
+ "properties": {
+ "size": "20",
+ "text": "Fluent Assertions"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "188",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11658",
+ "typeID": "__group__",
+ "zOrder": "40",
+ "measuredW": "212",
+ "measuredH": "47",
+ "w": "212",
+ "h": "47",
+ "x": "1053",
+ "y": "2574",
+ "properties": {
+ "controlName": "101-testing:unit-testing:shouldly"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "199",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "75",
+ "measuredH": "28",
+ "x": "62",
+ "y": "10",
+ "properties": {
+ "size": "20",
+ "text": "Shouldly"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "188",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11659",
+ "typeID": "__group__",
+ "zOrder": "36",
+ "measuredW": "193",
+ "measuredH": "47",
+ "w": "193",
+ "h": "47",
+ "x": "832",
+ "y": "2520",
+ "properties": {
+ "controlName": "102-testing:unit-testing:mstest"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "181",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "12",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "67",
+ "measuredH": "28",
+ "x": "69",
+ "y": "10",
+ "properties": {
+ "size": "20",
+ "text": "MSTest"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11660",
+ "typeID": "__group__",
+ "zOrder": "33",
+ "measuredW": "98",
+ "measuredH": "47",
+ "w": "98",
+ "h": "47",
+ "x": "832",
+ "y": "2575",
+ "properties": {
+ "controlName": "103-testing:unit-testing:xunit"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "87",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "11",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "47",
+ "measuredH": "28",
+ "x": "33",
+ "y": "10",
+ "properties": {
+ "size": "20",
+ "text": "xUnit"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11661",
+ "typeID": "__group__",
+ "zOrder": "35",
+ "measuredW": "98",
+ "measuredH": "47",
+ "w": "98",
+ "h": "47",
+ "x": "938",
+ "y": "2575",
+ "properties": {
+ "controlName": "104-testing:unit-testing:nunit"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "87",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "52",
+ "measuredH": "28",
+ "x": "13",
+ "y": "10",
+ "properties": {
+ "size": "20",
+ "text": "NUnit"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "74",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11662",
+ "typeID": "__group__",
+ "zOrder": "31",
+ "measuredW": "260",
+ "measuredH": "47",
+ "w": "260",
+ "h": "47",
+ "x": "894",
+ "y": "2695",
+ "properties": {
+ "controlName": "105-testing:unit-testing:nsubstitute"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "252",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "106",
+ "measuredH": "28",
+ "x": "89",
+ "y": "10",
+ "properties": {
+ "size": "20",
+ "text": "NSubstitute"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11663",
+ "typeID": "__group__",
+ "zOrder": "28",
+ "measuredW": "111",
+ "measuredH": "47",
+ "w": "111",
+ "h": "47",
+ "x": "895",
+ "y": "2750",
+ "properties": {
+ "controlName": "106-testing:unit-testing:moq"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "102",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "41",
+ "measuredH": "28",
+ "x": "39",
+ "y": "10",
+ "properties": {
+ "size": "20",
+ "text": "Moq"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11664",
+ "typeID": "__group__",
+ "zOrder": "30",
+ "measuredW": "152",
+ "measuredH": "47",
+ "w": "152",
+ "h": "47",
+ "x": "1014",
+ "y": "2750",
+ "properties": {
+ "controlName": "107-testing:unit-testing:fake-it-easy"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "140",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "100",
+ "measuredH": "28",
+ "x": "20",
+ "y": "10",
+ "properties": {
+ "size": "20",
+ "text": "FakeItEasy"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "128",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11665",
+ "typeID": "__group__",
+ "zOrder": "242",
+ "measuredW": "241",
+ "measuredH": "47",
+ "w": "241",
+ "h": "47",
+ "x": "565",
+ "y": "2503",
+ "properties": {
+ "controlName": "100-testing:integration-testing:web-application-factory"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "229",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "12",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "187",
+ "measuredH": "26",
+ "x": "33",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "WebApplicationFactory"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11666",
+ "typeID": "__group__",
+ "zOrder": "243",
+ "measuredW": "238",
+ "measuredH": "47",
+ "w": "238",
+ "h": "47",
+ "x": "568",
+ "y": "2557",
+ "properties": {
+ "controlName": "101-testing:integration-testing:test-server"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "229",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "93",
+ "measuredH": "26",
+ "x": "77",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Test Server"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11667",
+ "typeID": "__group__",
+ "zOrder": "246",
+ "measuredW": "146",
+ "measuredH": "47",
+ "w": "146",
+ "h": "47",
+ "x": "334",
+ "y": "2503",
+ "properties": {
+ "controlName": "100-testing:behavior-testing:spec-flow"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "137",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "79",
+ "measuredH": "26",
+ "x": "38",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "SpecFlow"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11668",
+ "typeID": "__group__",
+ "zOrder": "247",
+ "measuredW": "146",
+ "measuredH": "47",
+ "w": "146",
+ "h": "47",
+ "x": "334",
+ "y": "2557",
+ "properties": {
+ "controlName": "101-testing:behavior-testing:bddfy"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "137",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "60",
+ "measuredH": "26",
+ "x": "48",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "BDDFY"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11669",
+ "typeID": "__group__",
+ "zOrder": "248",
+ "measuredW": "146",
+ "measuredH": "47",
+ "w": "146",
+ "h": "47",
+ "x": "334",
+ "y": "2611",
+ "properties": {
+ "controlName": "102-testing:behavior-testing:light-bdd"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "137",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "80",
+ "measuredH": "26",
+ "x": "38",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "LightBDD"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11670",
+ "typeID": "__group__",
+ "zOrder": "250",
+ "measuredW": "187",
+ "measuredH": "47",
+ "w": "187",
+ "h": "47",
+ "x": "1387",
+ "y": "2906",
+ "properties": {
+ "controlName": "100-microservices:message-brokers"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "144",
+ "measuredH": "26",
+ "x": "22",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Message Brokers"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11671",
+ "typeID": "__group__",
+ "zOrder": "256",
+ "measuredW": "173",
+ "measuredH": "47",
+ "w": "173",
+ "h": "47",
+ "x": "898",
+ "y": "2906",
+ "properties": {
+ "controlName": "101-microservices:message-bus"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "112",
+ "measuredH": "26",
+ "x": "31",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Message Bus"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11672",
+ "typeID": "__group__",
+ "zOrder": "270",
+ "measuredW": "151",
+ "measuredH": "48",
+ "w": "151",
+ "h": "48",
+ "x": "624",
+ "y": "2733",
+ "properties": {
+ "controlName": "102-microservices:kubernetes"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "95",
+ "measuredH": "26",
+ "x": "32",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Kubernetes"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "1",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "3",
+ "typeID": "__group__",
+ "zOrder": "3",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "24",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11673",
+ "typeID": "__group__",
+ "zOrder": "271",
+ "measuredW": "142",
+ "measuredH": "47",
+ "w": "142",
+ "h": "47",
+ "x": "633",
+ "y": "2786",
+ "properties": {
+ "controlName": "103-microservices:docker-swarm"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "118",
+ "measuredH": "26",
+ "x": "12",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Docker Swarm"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11674",
+ "typeID": "__group__",
+ "zOrder": "262",
+ "measuredW": "150",
+ "measuredH": "47",
+ "w": "150",
+ "h": "47",
+ "x": "625",
+ "y": "2909",
+ "properties": {
+ "controlName": "104-microservices:ocelot"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "54",
+ "measuredH": "26",
+ "x": "52",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Ocelot"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11675",
+ "typeID": "__group__",
+ "zOrder": "266",
+ "measuredW": "150",
+ "measuredH": "47",
+ "w": "150",
+ "h": "47",
+ "x": "625",
+ "y": "3015",
+ "properties": {
+ "controlName": "105-microservices:docker"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "59",
+ "measuredH": "26",
+ "x": "49",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Docker"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11676",
+ "typeID": "__group__",
+ "zOrder": "275",
+ "measuredW": "150",
+ "measuredH": "47",
+ "w": "150",
+ "h": "47",
+ "x": "625",
+ "y": "3121",
+ "properties": {
+ "controlName": "106-microservices:yarp"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "8",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "45",
+ "measuredH": "26",
+ "x": "56",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "YARP"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "13",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11677",
+ "typeID": "__group__",
+ "zOrder": "279",
+ "measuredW": "149",
+ "measuredH": "47",
+ "w": "149",
+ "h": "47",
+ "x": "353",
+ "y": "2847",
+ "properties": {
+ "controlName": "107-microservices:orleans"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "7",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "65",
+ "measuredH": "26",
+ "x": "45",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Orleans"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11678",
+ "typeID": "__group__",
+ "zOrder": "280",
+ "measuredW": "149",
+ "measuredH": "47",
+ "w": "149",
+ "h": "47",
+ "x": "353",
+ "y": "2900",
+ "properties": {
+ "controlName": "108-microservices:steel-toe"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "7",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "72",
+ "measuredH": "26",
+ "x": "42",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "SteelToe"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11679",
+ "typeID": "__group__",
+ "zOrder": "281",
+ "measuredW": "149",
+ "measuredH": "47",
+ "w": "149",
+ "h": "47",
+ "x": "353",
+ "y": "2954",
+ "properties": {
+ "controlName": "109-microservices:dapr"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "7",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "40",
+ "measuredH": "26",
+ "x": "58",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Dapr"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11680",
+ "typeID": "__group__",
+ "zOrder": "282",
+ "measuredW": "149",
+ "measuredH": "47",
+ "w": "149",
+ "h": "47",
+ "x": "353",
+ "y": "3007",
+ "properties": {
+ "controlName": "110-microservices:tye"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "142",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "7",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "28",
+ "measuredH": "26",
+ "x": "64",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Tye"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11681",
+ "typeID": "__group__",
+ "zOrder": "253",
+ "measuredW": "197",
+ "measuredH": "47",
+ "w": "197",
+ "h": "47",
+ "x": "1387",
+ "y": "2722",
+ "properties": {
+ "controlName": "100-microservices:message-brokers:active-mq"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "78",
+ "measuredH": "26",
+ "x": "55",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "ActiveMQ"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "173",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11682",
+ "typeID": "__group__",
+ "zOrder": "252",
+ "measuredW": "197",
+ "measuredH": "47",
+ "w": "197",
+ "h": "47",
+ "x": "1387",
+ "y": "2775",
+ "properties": {
+ "controlName": "101-microservices:message-brokers:apache-kafka"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "113",
+ "measuredH": "26",
+ "x": "37",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Apache Kafka"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "173",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11683",
+ "typeID": "__group__",
+ "zOrder": "251",
+ "measuredW": "197",
+ "measuredH": "47",
+ "w": "197",
+ "h": "47",
+ "x": "1387",
+ "y": "2828",
+ "properties": {
+ "controlName": "102-microservices:message-brokers:rabbit-mq"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "83",
+ "measuredH": "26",
+ "x": "52",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "RabbitMQ"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "173",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11684",
+ "typeID": "__group__",
+ "zOrder": "254",
+ "measuredW": "197",
+ "measuredH": "47",
+ "w": "197",
+ "h": "47",
+ "x": "1387",
+ "y": "2976",
+ "properties": {
+ "controlName": "103-microservices:message-brokers:net-mq"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "60",
+ "measuredH": "26",
+ "x": "64",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "NetMQ"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "173",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11685",
+ "typeID": "__group__",
+ "zOrder": "255",
+ "measuredW": "198",
+ "measuredH": "47",
+ "w": "198",
+ "h": "47",
+ "x": "1387",
+ "y": "3028",
+ "properties": {
+ "controlName": "104-microservices:message-brokers:azure-service-bus"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "187",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "149",
+ "measuredH": "26",
+ "x": "17",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Azure Service Bus"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "174",
+ "y": "10",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11686",
+ "typeID": "__group__",
+ "zOrder": "257",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "888",
+ "y": "2989",
+ "properties": {
+ "controlName": "100-microservices:message-bus:mass-transit"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "103",
+ "measuredH": "26",
+ "x": "45",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Mass Transit"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11687",
+ "typeID": "__group__",
+ "zOrder": "258",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "888",
+ "y": "3043",
+ "properties": {
+ "controlName": "101-microservices:message-bus:nservice-bus"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "106",
+ "measuredH": "26",
+ "x": "44",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "NServiceBus"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11688",
+ "typeID": "__group__",
+ "zOrder": "259",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "888",
+ "y": "3096",
+ "properties": {
+ "controlName": "102-microservices:message-bus:easy-net-q"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "83",
+ "measuredH": "26",
+ "x": "55",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "EasyNetQ"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11689",
+ "typeID": "__group__",
+ "zOrder": "284",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "1401",
+ "y": "3119",
+ "properties": {
+ "controlName": "100-ci-cd:github-actions"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "121",
+ "measuredH": "26",
+ "x": "23",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "GitHub Actions"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "159",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11690",
+ "typeID": "__group__",
+ "zOrder": "285",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "1401",
+ "y": "3171",
+ "properties": {
+ "controlName": "101-ci-cd:azure-pipelines"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "126",
+ "measuredH": "26",
+ "x": "21",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Azure Pipelines"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "159",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11691",
+ "typeID": "__group__",
+ "zOrder": "286",
+ "measuredW": "182",
+ "measuredH": "47",
+ "w": "182",
+ "h": "47",
+ "x": "1401",
+ "y": "3222",
+ "properties": {
+ "controlName": "102-ci-cd:travis-ci"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "72",
+ "measuredH": "26",
+ "x": "51",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Travis CI"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "158",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11692",
+ "typeID": "__group__",
+ "zOrder": "287",
+ "measuredW": "182",
+ "measuredH": "47",
+ "w": "182",
+ "h": "47",
+ "x": "1401",
+ "y": "3273",
+ "properties": {
+ "controlName": "103-ci-cd:jenkins"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "63",
+ "measuredH": "26",
+ "x": "55",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Jenkins"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "158",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11693",
+ "typeID": "__group__",
+ "zOrder": "288",
+ "measuredW": "181",
+ "measuredH": "47",
+ "w": "181",
+ "h": "47",
+ "x": "1401",
+ "y": "3325",
+ "properties": {
+ "controlName": "104-ci-cd:circle-ci"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "71",
+ "measuredH": "26",
+ "x": "51",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Circle CI"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "157",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11694",
+ "typeID": "__group__",
+ "zOrder": "289",
+ "measuredW": "181",
+ "measuredH": "47",
+ "w": "181",
+ "h": "47",
+ "x": "1401",
+ "y": "3376",
+ "properties": {
+ "controlName": "105-ci-cd:team-city"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "76",
+ "measuredH": "26",
+ "x": "49",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "TeamCity"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "157",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11695",
+ "typeID": "__group__",
+ "zOrder": "10",
+ "measuredW": "182",
+ "measuredH": "47",
+ "w": "182",
+ "h": "47",
+ "x": "335",
+ "y": "3127",
+ "properties": {
+ "controlName": "100-client-side-libraries:blazor"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "9",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "52",
+ "measuredH": "26",
+ "x": "70",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Blazor"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11696",
+ "typeID": "__group__",
+ "zOrder": "5",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "334",
+ "y": "3421",
+ "properties": {
+ "controlName": "100-template-engines:razor"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "49",
+ "measuredH": "26",
+ "x": "72",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Razor"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11697",
+ "typeID": "__group__",
+ "zOrder": "6",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "334",
+ "y": "3473",
+ "properties": {
+ "controlName": "101-template-engines:dot-liquid"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "79",
+ "measuredH": "26",
+ "x": "57",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "DotLiquid"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11698",
+ "typeID": "__group__",
+ "zOrder": "7",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "334",
+ "y": "3525",
+ "properties": {
+ "controlName": "102-template-engines:scriban"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "62",
+ "measuredH": "26",
+ "x": "66",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Scriban"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11699",
+ "typeID": "__group__",
+ "zOrder": "293",
+ "measuredW": "183",
+ "measuredH": "47",
+ "w": "183",
+ "h": "47",
+ "x": "334",
+ "y": "3576",
+ "properties": {
+ "controlName": "103-template-engines:fluid"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "173",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "40",
+ "measuredH": "26",
+ "x": "77",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Fluid"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11700",
+ "typeID": "__group__",
+ "zOrder": "295",
+ "measuredW": "208",
+ "measuredH": "47",
+ "w": "208",
+ "h": "47",
+ "x": "666",
+ "y": "3420",
+ "properties": {
+ "controlName": "100-good-to-know-libraries:mediatr"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "198",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "70",
+ "measuredH": "26",
+ "x": "74",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "MediatR"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11701",
+ "typeID": "__group__",
+ "zOrder": "296",
+ "measuredW": "208",
+ "measuredH": "47",
+ "w": "208",
+ "h": "47",
+ "x": "666",
+ "y": "3472",
+ "properties": {
+ "controlName": "101-good-to-know-libraries:fluent-validation"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "198",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "130",
+ "measuredH": "26",
+ "x": "44",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "FluentValidation"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11702",
+ "typeID": "__group__",
+ "zOrder": "297",
+ "measuredW": "208",
+ "measuredH": "47",
+ "w": "208",
+ "h": "47",
+ "x": "666",
+ "y": "3524",
+ "properties": {
+ "controlName": "102-good-to-know-libraries:polly"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "198",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "37",
+ "measuredH": "26",
+ "x": "90",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Polly"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11703",
+ "typeID": "__group__",
+ "zOrder": "298",
+ "measuredW": "208",
+ "measuredH": "47",
+ "w": "208",
+ "h": "47",
+ "x": "666",
+ "y": "3575",
+ "properties": {
+ "controlName": "103-good-to-know-libraries:nuke"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "198",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "43",
+ "measuredH": "26",
+ "x": "87",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Nuke"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "10027263",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11704",
+ "typeID": "__group__",
+ "zOrder": "299",
+ "measuredW": "208",
+ "measuredH": "47",
+ "w": "208",
+ "h": "47",
+ "x": "666",
+ "y": "3628",
+ "properties": {
+ "controlName": "104-good-to-know-libraries:benchmark-net"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "198",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "134",
+ "measuredH": "26",
+ "x": "42",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "Benchmark.NET"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11705",
+ "typeID": "__group__",
+ "zOrder": "300",
+ "measuredW": "208",
+ "measuredH": "47",
+ "w": "208",
+ "h": "47",
+ "x": "666",
+ "y": "3680",
+ "properties": {
+ "controlName": "105-good-to-know-libraries:noda-time"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "198",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "85",
+ "measuredH": "26",
+ "x": "66",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "NodaTime"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "12",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11706",
+ "typeID": "__group__",
+ "zOrder": "301",
+ "measuredW": "208",
+ "measuredH": "47",
+ "w": "208",
+ "h": "47",
+ "x": "666",
+ "y": "3732",
+ "properties": {
+ "controlName": "106-good-to-know-libraries:gen-fu"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "198",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "55",
+ "measuredH": "26",
+ "x": "81",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "GenFu"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "ID": "11707",
+ "typeID": "__group__",
+ "zOrder": "302",
+ "measuredW": "208",
+ "measuredH": "47",
+ "w": "208",
+ "h": "47",
+ "x": "666",
+ "y": "3785",
+ "properties": {
+ "controlName": "107-good-to-know-libraries:swash-buckle"
+ },
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "TextArea",
+ "zOrder": "0",
+ "w": "198",
+ "h": "47",
+ "measuredW": "200",
+ "measuredH": "140",
+ "x": "10",
+ "y": "0",
+ "properties": {
+ "color": "16770457"
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Label",
+ "zOrder": "1",
+ "measuredW": "108",
+ "measuredH": "26",
+ "x": "55",
+ "y": "11",
+ "properties": {
+ "size": "18",
+ "text": "SwashBuckle"
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "__group__",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "w": "24",
+ "h": "24",
+ "x": "0",
+ "y": "11",
+ "children": {
+ "controls": {
+ "control": [
+ {
+ "ID": "0",
+ "typeID": "Icon",
+ "zOrder": "0",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "1",
+ "typeID": "Icon",
+ "zOrder": "1",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "16777215",
+ "icon": {
+ "ID": "circle",
+ "size": "small"
+ }
+ }
+ },
+ {
+ "ID": "2",
+ "typeID": "Icon",
+ "zOrder": "2",
+ "measuredW": "24",
+ "measuredH": "24",
+ "x": "0",
+ "y": "0",
+ "properties": {
+ "color": "3700253",
+ "icon": {
+ "ID": "check-circle",
+ "size": "small"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ }
}
]
},
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 0c0559550..799eff653 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -111,7 +111,7 @@
https://roadmap.sh/aspnet-core
monthly
- 2022-10-25T04:05:20.789Z
+ 2022-10-25T04:49:30.309Z
1.0
diff --git a/scripts/content-skeleton.ts b/scripts/content-skeleton.ts
index 2193339d4..d916a104c 100644
--- a/scripts/content-skeleton.ts
+++ b/scripts/content-skeleton.ts
@@ -51,6 +51,7 @@ const roadmaps: Record = {
qa: require('../public/project/qa.json'),
'design-system': require('../public/project/design-system.json'),
'software-architect': require('../public/project/software-architect.json'),
+ 'aspnet-core': require('../public/project/aspnet-core.json'),
};
if (!roadmapKey || !roadmaps[roadmapKey]) {