Last active
September 15, 2017 13:15
-
-
Save ajile/27d0cbb098a1a992278ba507b63a5c5e to your computer and use it in GitHub Desktop.
Revisions
-
ajile revised this gist
Sep 15, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // TBA -
ajile revised this gist
Sep 15, 2017 . 2 changed files with 1 addition and 0 deletions.There are no files selected for viewing
File renamed without changes.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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // TBA -
ajile revised this gist
Sep 15, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ const queues = [ { top: 100, name: "Development" }, { top: 200, name: "English" }, { top: 300, name: "Russian" } ]; const users = [ { top: 100, name: "Dmitry Lantcov", queues: [queues[2]] }, { top: 200, name: "Ксения Свидунович", queues: [] }, { top: 300, name: "Оксана Деменко", queues: [queues[0]] }, -
ajile revised this gist
Sep 15, 2017 . No changes.There are no files selected for viewing
-
ajile created this gist
Sep 15, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ var queues = [ { top: 100, name: "Development" }, { top: 200, name: "English" }, { top: 300, name: "Russian" } ]; var users = [ { top: 100, name: "Dmitry Lantcov", queues: [queues[2]] }, { top: 200, name: "Ксения Свидунович", queues: [] }, { top: 300, name: "Оксана Деменко", queues: [queues[0]] }, { top: 400, name: "Родионов Артур", queues: [] }, { top: 500, name: "Dariya Markasova", queues: [] }, { top: 600, name: "Галина Лебедева", queues: [] }, { top: 700, name: "Виктор Назаров", queues: [] } ];