Skip to content

Commit

Permalink
Merge pull request #13 from nss-evening-cohort-04/seed-hn
Browse files Browse the repository at this point in the history
added and updated seeder
  • Loading branch information
helanan authored Dec 1, 2016
2 parents 170d7de + 071fe3d commit b804e8b
Showing 1 changed file with 99 additions and 25 deletions.
124 changes: 99 additions & 25 deletions pinSeed.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,138 @@
{
"boards":{
"board0":{
"title":"Boot 1",
"boards": {
"board0": {
"id": 0,
"title": "Boot 1",
"assignedTo": "Helana"
},
"board1": {
"id": 1,
"title": "Boot 2",
"assignedTo": "Ellen"
},
"board2": {
"id": 2,
"title": "Boot 3",
"assignedTo": "Jennifer"
},
"board3": {
"id": 3,
"title": "Boot 4",
"assignedTo": "Ellen"
},
"board4": {
"id": 4,
"title": "Boot 5",
"assignedTo": "Ellen"
},
"board5": {
"id": 5,
"title": "Boot 6",
"assignedTo": "Helana"
},
"board6": {
"id": 6,
"title": "Boot 7",
"assignedTo": "Jennifer"
},
"board7": {
"id": 7,
"title": "Boot 8",
"assignedTo": "Ellen"

},
"board8": {
"id": 8,
"title": "Boot 9",
"assignedTo": "Helana"

},
"board9": {
"id": 9,
"title": "Boot 10",
"assignedTo": "Ellen"
},
"board10": {
"id": 10,
"title": "Boot 11",
"assignedTo": "Jennifer"
},
"board11": {
"id": 11,
"title": "Boot 12",
"assignedTo": "Helana"
}
},
"pins": {
"pins0": {
"title": "Boot 1",
"url": "https://s-media-cache-ak0.pinimg.com/originals/44/da/4a/44da4af92c633f8227c19a6d4bedb735.jpg",
"uid": ""
},
"board1":{
"title":"Boot 2",
"pins1": {
"title": "Boot 2",
"url": "https://en.wikipedia.org/wiki/Billy_Connolly#/media/File:Billy_Connolly%27s_banana_boots.jpg",
"uid": ""
},
"board2":{
"title":"Boot 3",
"pins2": {
"title": "Boot 3",
"url": "https://cdn1.thehunt.com/app/public/system/zine_images/173223/original/c7b6fef772c4f987ca3085741610dca4.jpg",
"uid": ""
},
"board3":{
"title":"Boot 4",
"pins3": {
"title": "Boot 4",
"url": "http://www.sarahlyon.com/wp-content/uploads/2011/05/bronze-boots.jpg",
"uid": ""
},
"board4":{
"title":"Boot 5",
"pins4": {
"title": "Boot 5",
"url": "https://images.timberland.com/is/image/TimberlandBrand/bee-line-blue-boot-mens-1?$custom-slider$",
"uid": ""
},
"board5":{
"title":"Boot 6",
"pins5": {
"title": "Boot 6",
"url": "https://s-media-cache-ak0.pinimg.com/736x/f3/1b/a4/f31ba4c63bb2b54e9d3ed8d5db9be653.jpg",
"uid": ""
},
"board6":{
"title":"Boot 7",
"pins6": {
"title": "Boot 7",
"url": "http://demandware.edgesuite.net/aaew_prd/on/demandware.static/-/Sites-masterCatalog_Bootbarn/default/dw635d0de1/large/Harley-Davidson_D83736_15.jpg",
"uid": ""
},
"board7":{
"title":"Boot 8",
"pins7": {
"title": "Boot 8",
"url": "http://shopjustice.scene7.com/is/image/justiceProdATG/7030016_619?undefined&id=8B_Rv3&fmt=jpg&fit=constrain,1&wid=477&hei=688",
"uid": ""
},
"board8":{
"title":"Boot 9",
"pins8": {
"title": "Boot 9",
"url": "https://www.countryoutfitter.com/on/demandware.static/-/Sites-co-master-catalog/default/dwb6dfe201/images/productimages/275127_111064-womens-brown-cowhide-square-toe-boot-l5078_large.jpg",
"uid": ""
},
"board9":{
"title":"Boot 10",
"pins9": {
"title": "Boot 10",
"url": "https://www.countryoutfitter.com/on/demandware.static/-/Sites-co-master-catalog/default/dw341ad420/images/productimages/277702_108662-womens-crystal-pattern-fringe-boot-honey_large.jpg",
"uid": ""
},
"board10":{
"title":"Boot 11",
"pins10": {
"title": "Boot 11",
"url": "http://ep.yimg.com/ay/langstons/lane-boots-women-s-dawson-cowboy-boots-turquoise-brown-114859.jpg",
"uid": ""
},
"board11":{
"title":"Boot 12",
"pins11": {
"title": "Boot 12",
"url": "http://www.stetson.com/Images/ProductFull/102233-62/cheyenne-mens-cowboy-boots-square-toe.jpg",
"uid": ""
}
},
"users": {
"user0": {
"uid": "HNyxaY54vhMKR5KiwAh3RtRTx812",
"username": "a"
},
"user1": {
"uid": "GfwHOLHVMtShlgID43MirvPexFv1",
"username": "b"
}
}
}

0 comments on commit b804e8b

Please sign in to comment.