swissdev-tech-tags 0.0.169 → 0.0.173
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 +8 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -75,7 +75,7 @@ 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",
|
|
78
|
+
"C", "C#", "C++", "CakePHP", "Camunda", "CAN", "CI/CD", "Citrix", "Cloud", "CMS", "Cosmos DB", "Craft CMS", "CODESYS", "CQRS", "CSS", "Cassandra", "Celery", "Ceph", "CheckMK",
|
|
79
79
|
"Cisco", "Clojure", "Cloud Foundry", "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",
|
|
@@ -185,7 +185,7 @@ const perkTagsTranslated = {
|
|
|
185
185
|
coworkshops: "Company workshops and knowledge sharing",
|
|
186
186
|
conferences: "Conferences",
|
|
187
187
|
cooloffice: "Cool office",
|
|
188
|
-
dentalinsurance: "",
|
|
188
|
+
dentalinsurance: "Dental Insurance",
|
|
189
189
|
discounts: "Discounts for company or external products",
|
|
190
190
|
equity: "Equity or company stock",
|
|
191
191
|
extraretirement: "Extra retirement contribution",
|
|
@@ -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",
|
|
@@ -423,13 +423,13 @@ const perkTagsTranslated = {
|
|
|
423
423
|
retreat: "Evenimente de teambuilding",
|
|
424
424
|
beer: "Bere",
|
|
425
425
|
bonuspay: "Bonus de performanta",
|
|
426
|
-
careerpath: "
|
|
426
|
+
careerpath: "Evaluare anuala si plan de dezvoltare cariera",
|
|
427
427
|
childcare: "Sprijin pentru ingrijirea copiilor",
|
|
428
428
|
hardware: "Alegerea hardware-ului (ex tip laptop)",
|
|
429
429
|
coffee: "Cafea, ceai",
|
|
430
430
|
wageagree: "Contract de munca colectiv",
|
|
431
431
|
companycar: "Masina de firma",
|
|
432
|
-
coparking: "
|
|
432
|
+
coparking: "Loc de parcare angajati",
|
|
433
433
|
coworkshops: "Workshop-uri si schimb de cunostinte",
|
|
434
434
|
conferences: "Conferinte",
|
|
435
435
|
cooloffice: "Birou grozav",
|
|
@@ -445,7 +445,7 @@ const perkTagsTranslated = {
|
|
|
445
445
|
remote1day: "Home office / Remote 1 zi pe saptamana",
|
|
446
446
|
remote2day: "Birou la domiciliu / munca de la distanta 2 zile pe saptamana",
|
|
447
447
|
hybridwork: "Munca Hibridă",
|
|
448
|
-
individualbenefitbudget: "
|
|
448
|
+
individualbenefitbudget: "Buget extra beneficii la alegere",
|
|
449
449
|
individualbudget: "Buget individual de formare educationala",
|
|
450
450
|
intteam: "Echipa internationala",
|
|
451
451
|
lifeunsurance: "Asigurare de viata",
|
|
@@ -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
|
}
|