Skip to content

Instantly share code, notes, and snippets.

@keithhamilton
Created July 1, 2015 21:18

Revisions

  1. Keith Hamilton created this gist Jul 1, 2015.
    70 changes: 70 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,70 @@
    iex(5)> Fika.FloatSched.Tasks.all_tasks
    |> Fika.Util.Filter.get_all_values("project_name")
    |> Enum.sort(&(&2 > &1))

    "2015 Dodge Combo Campaign",
    "2015 Football TV Behind the Scenes Video",
    "2015 Jimmy Graham Shopper",
    "2015 Powerade Brand Social",
    "2016 Batman vs Superman Jeep",
    "2016 Olympics",
    "7WO 2014",
    "AICF",
    "Basketball Brand Voice",
    "Caldera",
    "Chrysler 300 Vanity Fair",
    "Coke Social July/August",
    "Coke Social June",
    "General OS Social",
    "Golf FY '16 Brand",
    "Half-Bath",
    "Leatherman TV",
    "MS Society",
    "Man Down/Gone Guy",
    "NA Brand",
    "Network Phase I",
    "Nike Global Women's Brand",
    "Nike US Football",
    "Personal Time Off",
    "Philmanthropy/Digital Tentpoles",
    "Powerade Football TV",
    "Pricing Plan OOH",
    "Scent Variety",
    "Serena Wimbledon Tactical",
    "Strong Broadcast Production",
    "Switchers Remorse",
    "Training Tactical",
    "Travel OR Brand Concepting",
    "Verizon Launch Spot",
    "Wife",
    "powerade.com/Marketplace updates"

    iex(6)> Fika.FloatSched.Tasks.all_tasks
    |> Fika.Util.Filter.get_all_values("task_name")
    |> Enum.sort(&(&2 > &1))
    "AICF", "BFI Series", "CD", "Cycling Teaser Videos and Giveaways",
    "Door pre-production", "Ed Harrison", "Editing/finishing",
    "Juice/Back-Up QB/It Couple pre-production", "Muscle Suprise",
    "Paternity Leave", "Paternity Leave (tentative)", "Scuba pre-production",
    "Short A Guy shoot window",
    "Snow Day Shoot",
    "Snow Day pre-production",
    "Toolkit",
    "Tropical Getaway - editing/finishing",
    "Vacation",
    "campaign concepting",
    "concept",
    "concepting",
    "digital",
    "edit",
    "editing/finishing",
    "pre-production",
    "pre-production/production",
    "production",
    "revisions",
    "sabbatical",
    "shoot",
    "social",
    "tumblr",
    "vacation",
    "vanity fair"