Skip to content

Commit

Permalink
Add Fractal Brewing Project (#351)
Browse files Browse the repository at this point in the history
* Add Fractal Brewing Project

Signed-off-by: Michael Carroll <carroll.michael@gmail.com>

* Twitter handle has to be blank, not null

* Add Fractal to ABG list

* Fix tap list heading

Co-authored-by: Drew Winstel <drewbrew@users.noreply.github.com>
  • Loading branch information
mjcarroll and drewbrew authored Oct 22, 2020
1 parent 8582a82 commit 5efb044
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
47 changes: 47 additions & 0 deletions venues/fixtures-al/venues.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,33 @@
"twitter_short_location_description": ""
}
},
{
"model": "venues.venue",
"pk": 23,
"fields": {
"name": "Fractal Brewing Project",
"address": "3200 Leeman Ferry Road",
"city": "Huntsville",
"state": "AL",
"postal_code": "35802",
"country": "US",
"time_zone": "America/Chicago",
"website": "https://fractalbrewing.com",
"facebook_page": "https://www.facebook.com/FractalBrewing/",
"twitter_handle": "",
"instagram_handle": "fractalbrewing",
"tap_list_provider": "untappd",
"untappd_url": "https://untappd.com/FractalBrewingProject",
"email": "info@fractalbrewing.com",
"phone_number": "2564895520",
"logo_url": "https://hsv-dot-beer.s3.amazonaws.com/venues/png/fractalbrewing.png",
"slug": "fractalbrewing",
"on_downtown_craft_beer_trail": true,
"latitude": "34.6948382",
"longitude": "-86.593758",
"twitter_short_location_description": ""
}
},
{
"model": "venues.venueapiconfiguration",
"pk": 1,
Expand Down Expand Up @@ -280,5 +307,25 @@
"beermenus_categories": "[]",
"beermenus_slug": ""
}
},
{
"model": "venues.venueapiconfiguration",
"pk": 23,
"fields": {
"venue": 23,
"url": null,
"api_key": "",
"digital_pour_venue_id": "",
"digital_pour_location_number": null,
"untappd_location": 28327,
"untappd_theme": 108878,
"untappd_categories": "[\"Beer on Tap at Fractal Brewing Project\"]",
"taphunter_location": "",
"taphunter_excluded_lists": "[]",
"taplist_io_display_id": "",
"taplist_io_access_code": "",
"beermenus_categories": "[]",
"beermenus_slug": ""
}
}
]
47 changes: 47 additions & 0 deletions venues/fixtures/venues.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,33 @@
"twitter_short_location_description": ""
}
},
{
"model": "venues.venue",
"pk": 23,
"fields": {
"name": "Fractal Brewing Project",
"address": "3200 Leeman Ferry Road",
"city": "Huntsville",
"state": "AL",
"postal_code": "35802",
"country": "US",
"time_zone": "America/Chicago",
"website": "https://fractalbrewing.com",
"facebook_page": "https://www.facebook.com/FractalBrewing/",
"twitter_handle": "",
"instagram_handle": "fractalbrewing",
"tap_list_provider": "untappd",
"untappd_url": "https://untappd.com/FractalBrewingProject",
"email": "info@fractalbrewing.com",
"phone_number": "2564895520",
"logo_url": "https://hsv-dot-beer.s3.amazonaws.com/venues/png/fractalbrewing.png",
"slug": "fractalbrewing",
"on_downtown_craft_beer_trail": true,
"latitude": "34.6948382",
"longitude": "-86.593758",
"twitter_short_location_description": ""
}
},
{
"model": "venues.venueapiconfiguration",
"pk": 1,
Expand Down Expand Up @@ -844,5 +871,25 @@
"beermenus_categories": "[\"local\", \"craft_beer\", \"domestic_draft\"]",
"beermenus_slug": "52478-beauregard-s"
}
},
{
"model": "venues.venueapiconfiguration",
"pk": 23,
"fields": {
"venue": 23,
"url": null,
"api_key": "",
"digital_pour_venue_id": "",
"digital_pour_location_number": null,
"untappd_location": 28327,
"untappd_theme": 108878,
"untappd_categories": "[\"Beer on Tap at Fractal Brewing Project\"]",
"taphunter_location": "",
"taphunter_excluded_lists": "[]",
"taplist_io_display_id": "",
"taplist_io_access_code": "",
"beermenus_categories": "[]",
"beermenus_slug": ""
}
}
]
Binary file added venues/static/venues/png/fractalbrewing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5efb044

Please sign in to comment.