This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'csv' | |
| file = "#{Rails.root}/public/skills_#{Date.today.strftime('%Y_%m_%d')}.csv" | |
| headers = ["Value", "Created at", "Updated at", "Admin approved at", "Curated at", "Global", "Profile Connections", "Demand Connections", "Position Connections", "Certificates Connnections"] | |
| account = Account.find(3) | |
| skills_type = CustomType.find_by(name: 'skills', account_id: account.id) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const daily = () => { | |
| // Product | |
| const product = ["Simon Poole-Anderson", "Alex Kouchev", "Claudia", "Jeremy", "Sheree", "Stavros"]; | |
| // Team | |
| const support = ["Dean"]; | |
| const qa = ["Alexandra", "Manuel Lopez", "Miguel", "Víctor", "Vivian"]; | |
| const api = ["Adrian", "Marcin", "Maria", "Simone"]; | |
| const ui = ["Manuel Ruano", "Marek", "Tomasz"]; | |
| const integrations = ["Amin"]; |