swissdev-tech-tags 0.0.170 → 0.0.174
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +5 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -75,8 +75,8 @@ const techTags = [".NET Framework", ".NET MVC", "3D", "Ab Initio", "Abacus", "Ad
|
|
|
75
75
|
"ABAP", "AJAX", "API", "Appium", "ARM", "ASP.NET", "AWS", "Active Directory", "ActiveMQ", "Airlock", "Akka", "Android", "Angular", "Ansible", "Apache Camel", "Apache CXF",
|
|
76
76
|
"Apache HTTP Server", "Apollo", "Architect", "ArchiMate", "Aruba", "Asterisk", "Atlassian", "Avaloq", "AUTOSAR", "Azure", "Babel", "Big Data", "BigQuery", "BPMN", "BSD ", "BSI CRM",
|
|
77
77
|
"Backbone", "Backend", "Bamboo", "Bash", "Beanstalk", "BitTalk", "BitBucket", "Bitrix24", "BiZZdesign", "Blazor", "Blockchain", "Bluetooth", "Bootstrap", "Bubble", "Business Intelligence", "B&R Automation Studio",
|
|
78
|
-
"C", "C#", "C++", "CakePHP", "Camunda", "CAN", "CI/CD", "Citrix", "Cloud", "CMS", "Cosmos DB", "Craft CMS", "CODESYS", "CQRS", "CSS", "Cassandra", "Celery", "Ceph",
|
|
79
|
-
"Cisco", "Clojure", "Cloud Foundry", "Composer", "Computer Vision", "Confluence", "Cordova", "CRM", "Cubeware", "Cucumber", "CUDA", "Cypress", "D3", "DDD", "DDN", "Dagger",
|
|
78
|
+
"C", "C#", "C++", "CakePHP", "Camunda", "CAN", "CI/CD", "Citrix", "Cloud", "CMS", "Cosmos DB", "Craft CMS", "CODESYS", "CQRS", "CSS", "Cassandra", "Celery", "Ceph", "CheckMK",
|
|
79
|
+
"Cisco", "Clojure", "Cloud Foundry", "ColdFusion", "Composer", "Computer Vision", "Confluence", "Cordova", "CRM", "Cubeware", "Cucumber", "CUDA", "Cypress", "D3", "DDD", "DDN", "Dagger",
|
|
80
80
|
"DApps", "Dapper", "Dart", "Data-Engineer", "Data-Science", "Data Vault", "Data Warehouse", "Datadog", "Delphi", "DevExpress", "DevSecOps", "DevOps", "Django", "Docker", "Doctrine", "Drupal", "E2E",
|
|
81
81
|
"EC2", "ECMAScript", "ELK", "ES6", "ESB", "ETL", "Eclipse", "Eclipse Scout", "ElasticSearch", "Electron", "Elixir", "Elm", "Embedded", "Embedded WebServer", "Ember", "ERP",
|
|
82
82
|
"EPCIS", "Erlang", "ExpressJS", "ESLint", "EtherCAT", "Ethereum", "Ethernet", "F#", "FPGA", "Fastlane", "Figma", "Firebase", "Firewall", "Firmware", "Fivetran", "FortiGate", "Flask",
|
|
@@ -351,7 +351,7 @@ const perkTagsTranslated = {
|
|
|
351
351
|
weeksvacation5: "5 weken vakantie",
|
|
352
352
|
weeksvacation6: "6 weken vakantie",
|
|
353
353
|
buymorevacation: "Optie om vakantiedagen bij te kopen",
|
|
354
|
-
unlimitedvacation: "
|
|
354
|
+
unlimitedvacation: "Onbeperkt vakantiedagen",
|
|
355
355
|
accinsurance: "Ongevallenverzekering",
|
|
356
356
|
wweek35: "35-urige werkweek",
|
|
357
357
|
wweek40: "40-urige werkweek",
|
|
@@ -515,6 +515,7 @@ const extractTechTagsFrom = (jobForm, techTags) => {
|
|
|
515
515
|
if (name.includes('web')) foundTechTags.add("Web")
|
|
516
516
|
foundTechTags.delete("CAN")
|
|
517
517
|
foundTechTags.delete("R")
|
|
518
|
+
foundTechTags.delete("C")
|
|
518
519
|
return [...foundTechTags]
|
|
519
520
|
}
|
|
520
521
|
|
|
@@ -554,6 +555,7 @@ const extractTechTagsFromStringArray = (stringsToTest, techTags) => {
|
|
|
554
555
|
|
|
555
556
|
foundTechTags.delete("CAN")
|
|
556
557
|
foundTechTags.delete("R")
|
|
558
|
+
foundTechTags.delete("C")
|
|
557
559
|
|
|
558
560
|
return foundTechTags
|
|
559
561
|
}
|