tracker_api 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -0
  3. data/README.md +1 -0
  4. data/lib/core_ext/object/blank.rb +132 -0
  5. data/lib/tracker_api/client.rb +1 -1
  6. data/lib/tracker_api/endpoints/comments.rb +1 -1
  7. data/lib/tracker_api/endpoints/epic.rb +2 -2
  8. data/lib/tracker_api/endpoints/labels.rb +26 -0
  9. data/lib/tracker_api/endpoints/memberships.rb +6 -0
  10. data/lib/tracker_api/endpoints/story.rb +4 -4
  11. data/lib/tracker_api/endpoints/task.rb +16 -0
  12. data/lib/tracker_api/endpoints/tasks.rb +1 -1
  13. data/lib/tracker_api/resources/account.rb +1 -2
  14. data/lib/tracker_api/resources/activity.rb +6 -4
  15. data/lib/tracker_api/resources/base.rb +5 -60
  16. data/lib/tracker_api/resources/change.rb +1 -2
  17. data/lib/tracker_api/resources/comment.rb +1 -2
  18. data/lib/tracker_api/resources/epic.rb +1 -2
  19. data/lib/tracker_api/resources/iteration.rb +2 -0
  20. data/lib/tracker_api/resources/label.rb +8 -2
  21. data/lib/tracker_api/resources/me.rb +1 -2
  22. data/lib/tracker_api/resources/membership_summary.rb +1 -2
  23. data/lib/tracker_api/resources/notification.rb +1 -2
  24. data/lib/tracker_api/resources/person.rb +1 -2
  25. data/lib/tracker_api/resources/primary_resource.rb +1 -2
  26. data/lib/tracker_api/resources/project.rb +45 -8
  27. data/lib/tracker_api/resources/project_membership.rb +1 -2
  28. data/lib/tracker_api/resources/story.rb +36 -10
  29. data/lib/tracker_api/resources/task.rb +1 -2
  30. data/lib/tracker_api/version.rb +1 -1
  31. data/lib/tracker_api.rb +8 -2
  32. data/test/project_test.rb +29 -1
  33. data/test/story_test.rb +56 -1
  34. data/test/vcr/cassettes/client_done_iterations_with_pagination.json +1 -1
  35. data/test/vcr/cassettes/client_get_all_stories_with_pagination.json +1 -1
  36. data/test/vcr/cassettes/client_get_limited_stories_with_no_pagination.json +1 -1
  37. data/test/vcr/cassettes/client_get_single_story_by_story_id.json +1 -1
  38. data/test/vcr/cassettes/create_story.json +1 -1
  39. data/test/vcr/cassettes/create_story_with_lengthy_params.json +1 -1
  40. data/test/vcr/cassettes/create_task.json +1 -0
  41. data/test/vcr/cassettes/get_all_projects.json +1 -1
  42. data/test/vcr/cassettes/get_another_story.json +1 -0
  43. data/test/vcr/cassettes/get_current_iteration.json +1 -1
  44. data/test/vcr/cassettes/get_done_iterations.json +1 -1
  45. data/test/vcr/cassettes/get_epics.json +1 -1
  46. data/test/vcr/cassettes/get_iteration_by_number.json +1 -1
  47. data/test/vcr/cassettes/get_labels.json +1 -0
  48. data/test/vcr/cassettes/get_me.json +1 -46
  49. data/test/vcr/cassettes/get_my_activities.json +1 -1
  50. data/test/vcr/cassettes/get_project.json +1 -1
  51. data/test/vcr/cassettes/get_project_activity.json +1 -1
  52. data/test/vcr/cassettes/get_project_with_epics.json +1 -1
  53. data/test/vcr/cassettes/get_project_with_labels.json +1 -0
  54. data/test/vcr/cassettes/get_story.json +1 -1
  55. data/test/vcr/cassettes/get_story_activity.json +1 -1
  56. data/test/vcr/cassettes/get_story_with_tasks.json +1 -0
  57. data/test/vcr/cassettes/get_tasks.json +1 -1
  58. data/test/vcr/cassettes/get_tasks_for_story.json +1 -0
  59. data/test/vcr/cassettes/get_tasks_when_stories_filtered.json +1 -1
  60. data/test/vcr/cassettes/get_unscheduled_stories.json +1 -1
  61. data/test/vcr/cassettes/get_unscheduled_story.json +1 -1
  62. data/test/vcr/cassettes/save_story.json +1 -1
  63. data/test/vcr/cassettes/save_story_with_multiple_changes.json +1 -1
  64. data/test/vcr/cassettes/save_story_with_new_label.json +1 -0
  65. data/test/vcr/cassettes/update_story_to_create_activity.json +1 -1
  66. data/tracker_api.gemspec +3 -2
  67. metadata +35 -6
  68. data/test/vcr/cassettes/get_activity.json +0 -148
@@ -1 +1 @@
1
- {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["29808495e6e10ece7ea84e634304656e"],"x-runtime":["0.054983"],"date":["Wed, 07 May 2014 04:50:08 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"{\n \"id\": 1027488,\n \"kind\": \"project\",\n \"name\": \"My Sample Project\",\n \"version\": 3,\n \"iteration_length\": 1,\n \"week_start_day\": \"Monday\",\n \"point_scale\": \"0,1,2,3\",\n \"point_scale_is_custom\": false,\n \"bugs_and_chores_are_estimatable\": false,\n \"enable_planned_mode\": false,\n \"enable_tasks\": true,\n \"time_zone\": {\n \"kind\": \"time_zone\",\n \"olson_name\": \"America/Los_Angeles\",\n \"offset\": \"-07:00\"\n },\n \"velocity_averaged_over\": 3,\n \"number_of_done_iterations_to_show\": 12,\n \"has_google_domain\": false,\n \"profile_content\": \"This is a demo project, created by Tracker, with example stories for a simple shopping web site.\",\n \"enable_incoming_emails\": true,\n \"initial_velocity\": 10,\n \"public\": false,\n \"atom_enabled\": false,\n \"start_time\": \"2014-02-10T08:00:00Z\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"account_id\": 621384,\n \"current_iteration_number\": 13,\n \"enable_following\": true\n}"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:08 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=300","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["0"],"x-tracker-pagination-limit":["300"],"x-tracker-pagination-returned":["59"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["10cbad6f32fc30bba9389dabfe9befe4"],"x-runtime":["0.300772"],"date":["Wed, 07 May 2014 04:50:08 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66727974,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"story_type\": \"chore\",\n \"name\": \"Setup development environment\",\n \"description\": \"We need 2 machines set up\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727974\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727976,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"story_type\": \"chore\",\n \"name\": \"Setup demo server\",\n \"description\": \"Should be accessible from outside the network, with basic auth\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727976\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849078,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"deployment\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727978,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to login\",\n \"description\": \"Admin should be a special user type. We can create the first admin user directly in the DB, but let's encrypt the password.\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727978\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727980,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to create new product\",\n \"description\": \"Product information includes title, description, price, SKU.\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727980\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727982,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to upload product photo\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727982\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727984,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to upload multiple product photos and mark one as the primary\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727984\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727986,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should see list of products, with primary photo as thumbnail\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727986\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727988,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Product browsing should be paginated, with 10 products per page\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727988\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727990,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Make product browsing pagination AJAXy\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727990\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849084,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"usability\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727992,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to import multiple new products from CSV file\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727992\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727994,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"accepted_at\": \"2014-03-02T00:00:00Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to click on a product, and see all product details, including photos\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727994\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727996,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"accepted_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to add product to shopping cart\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727996\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727998,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to view contents of shopping cart\",\n \"description\": \"Cart icon in top right corner, with a number indicating how many items in cart\",\n \"current_state\": \"delivered\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727998\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728000,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to remove product from shopping cart\",\n \"current_state\": \"delivered\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728000\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728002,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Cart manipulation should be AJAXy\",\n \"current_state\": \"finished\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728002\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728004,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"story_type\": \"bug\",\n \"name\": \"Some product photos not scaled properly when browsing products\",\n \"current_state\": \"started\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728004\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728006,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to recommend a product to a friend\",\n \"description\": \"Prompt for email address and personalized message, send email with product details and message\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728006\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728008,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"story_type\": \"chore\",\n \"name\": \"configure solr for full text searching\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728008\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849088,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"search\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728010,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to search for product\",\n \"description\": \"One search field, search should look through product name, description, and SKU\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728010\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849088,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"search\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728012,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"story_type\": \"release\",\n \"name\": \"Initial demo to investors\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728012\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728014,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to enter credit card information and shipping address\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728014\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728016,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"story_type\": \"chore\",\n \"name\": \"Integrate with payment gateway\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728016\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728018,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"When shopper submits order, authorize total product amount from payment gateway\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728018\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849092,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"needs discussion\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728020,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"If system fails to authorize payment amount, display error message to shopper\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728020\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728022,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"If authorization is successful, show order number and confirmation message to shopper\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728022\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728024,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Send notification email of order placement to admin\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728024\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728026,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to check status of order by entering name and order number\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728026\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849094,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"orders\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728028,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to ask question about order\",\n \"description\": \"When checking status of order, shopper should have the option to ask a question. This should send email to admin.\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728028\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849094,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"orders\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728030,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Admin can review all order questions and send responses to shoppers\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728030\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849094,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"orders\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728032,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"chore\",\n \"name\": \"Set up Engine Yard production environment\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728032\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849078,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"deployment\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728034,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"deadline\": \"2014-03-17T00:00:00Z\",\n \"story_type\": \"release\",\n \"name\": \"Beta launch\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728034\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728036,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to sign up for an account with email address\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728036\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849096,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"signup / signin\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728038,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to reset forgotten password\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728038\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849096,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"signup / signin\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728040,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to log out\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728040\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849096,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"signup / signin\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728042,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"When checking out, shopper should have the option to sign in to their account\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728042\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849096,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"signup / signin\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728044,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to review order history\",\n \"description\": \"Show orders in last 60 days, with link to show older orders\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728044\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849098,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopper accounts\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728046,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to save credit card and address information used in checkout\",\n \"description\": \"Credit card numbers should be stored encrypted\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728046\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849098,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopper accounts\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728048,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to save product to favorites\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728048\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849098,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopper accounts\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728050,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to review and remove product from favorites\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728050\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849098,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopper accounts\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728052,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"chore\",\n \"name\": \"Provide feedback to designer about look/feel of site\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728052\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849100,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"design\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728054,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"Apply styling to all shopper facing parts of the site, based on assets from designer\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728054\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849100,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"design\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728056,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to post product reviews\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728056\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849102,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"user generated content\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728058,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to rate product, by choosing 1-5 stars\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728058\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849102,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"user generated content\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728060,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"When shopper is browsing products, show average product rating and number of reviews next to each product\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728060\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849102,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"user generated content\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728062,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to read reviews for a product\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728062\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849102,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"user generated content\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728064,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to mark a product as featured\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728064\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849104,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"featured products\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728066,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Featured products should appear on the site landing page\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728066\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849104,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"featured products\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728068,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to create and edit blog articles\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728068\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849106,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"blog\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728070,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to save blog articles in draft mode\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728070\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849106,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"blog\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728072,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Published blog articles should appear on the site\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728072\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849106,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"blog\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728074,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"People should be able to subscribe to blog via RSS and Atom\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728074\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849106,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"blog\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728076,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to view monthly sales report\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728076\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849108,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"reporting\",\n \"created_at\": \"2014-03-02T07:11:07Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728078,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to export orders as CSV file, based on date range and order status\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728078\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849108,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"reporting\",\n \"created_at\": \"2014-03-02T07:11:07Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728080,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"chore\",\n \"name\": \"Request higher number of production slices, for scaling\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728080\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849078,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"deployment\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728082,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"release\",\n \"name\": \"Full production launch\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728082\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728084,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"bug\",\n \"name\": \"Product browsing pagination not working in IE6\",\n \"current_state\": \"unscheduled\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728084\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849110,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"ie6\",\n \"created_at\": \"2014-03-02T07:11:07Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728086,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"feature\",\n \"name\": \"Integrate with automated order fullfillment system\",\n \"current_state\": \"unscheduled\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728086\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728088,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"feature\",\n \"name\": \"native iPhone app to allow product browsing and checkout\",\n \"current_state\": \"unscheduled\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728088\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849112,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"epic\",\n \"created_at\": \"2014-03-02T07:11:07Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728090,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"feature\",\n \"name\": \"Facebook app, allowing users to share favorite products\",\n \"current_state\": \"unscheduled\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728090\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:08 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["0"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["7"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["a906be6dcbaf08da82f7db01dc598c9b"],"x-runtime":["0.072262"],"date":["Wed, 07 May 2014 04:50:09 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66727974,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"story_type\": \"chore\",\n \"name\": \"Setup development environment\",\n \"description\": \"We need 2 machines set up\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727974\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727976,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"story_type\": \"chore\",\n \"name\": \"Setup demo server\",\n \"description\": \"Should be accessible from outside the network, with basic auth\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727976\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849078,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"deployment\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727978,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to login\",\n \"description\": \"Admin should be a special user type. We can create the first admin user directly in the DB, but let's encrypt the password.\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727978\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727980,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to create new product\",\n \"description\": \"Product information includes title, description, price, SKU.\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727980\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727982,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-11T00:00:00Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to upload product photo\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727982\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727984,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to upload multiple product photos and mark one as the primary\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727984\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727986,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should see list of products, with primary photo as thumbnail\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727986\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:09 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=7","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["7"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["7"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["1fd4778be585bdb6e2dbfb3fcab12e42"],"x-runtime":["0.071478"],"date":["Wed, 07 May 2014 04:48:56 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66727988,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Product browsing should be paginated, with 10 products per page\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727988\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727990,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Make product browsing pagination AJAXy\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727990\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849084,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"usability\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727992,\n \"created_at\": \"2014-02-10T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"accepted_at\": \"2014-02-18T00:00:00Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to import multiple new products from CSV file\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727992\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727994,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"accepted_at\": \"2014-03-02T00:00:00Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to click on a product, and see all product details, including photos\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727994\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727996,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"accepted_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to add product to shopping cart\",\n \"current_state\": \"accepted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727996\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66727998,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to view contents of shopping cart\",\n \"description\": \"Cart icon in top right corner, with a number indicating how many items in cart\",\n \"current_state\": \"delivered\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66727998\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728000,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to remove product from shopping cart\",\n \"current_state\": \"delivered\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728000\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:09 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=14","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["14"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["7"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["5d857b453946f4eeac286cc54a8caf1f"],"x-runtime":["0.083704"],"date":["Wed, 07 May 2014 04:50:09 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66728002,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Cart manipulation should be AJAXy\",\n \"current_state\": \"finished\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728002\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849086,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"cart\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728004,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"story_type\": \"bug\",\n \"name\": \"Some product photos not scaled properly when browsing products\",\n \"current_state\": \"started\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728004\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728006,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to recommend a product to a friend\",\n \"description\": \"Prompt for email address and personalized message, send email with product details and message\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728006\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728008,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"story_type\": \"chore\",\n \"name\": \"configure solr for full text searching\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728008\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849088,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"search\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728010,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to search for product\",\n \"description\": \"One search field, search should look through product name, description, and SKU\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728010\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849088,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"search\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728012,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"story_type\": \"release\",\n \"name\": \"Initial demo to investors\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728012\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728014,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to enter credit card information and shipping address\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728014\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:09 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=21","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["21"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["7"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["8bd7068290557de2a084656eb2f477a0"],"x-runtime":["0.076345"],"date":["Wed, 07 May 2014 04:50:10 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66728016,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"story_type\": \"chore\",\n \"name\": \"Integrate with payment gateway\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728016\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728018,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"When shopper submits order, authorize total product amount from payment gateway\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728018\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849092,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"needs discussion\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728020,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"If system fails to authorize payment amount, display error message to shopper\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728020\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728022,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"If authorization is successful, show order number and confirmation message to shopper\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728022\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728024,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Send notification email of order placement to admin\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728024\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849090,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"checkout\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n },\n {\n \"id\": 7849082,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopping\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728026,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to check status of order by entering name and order number\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728026\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849094,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"orders\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728028,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to ask question about order\",\n \"description\": \"When checking status of order, shopper should have the option to ask a question. This should send email to admin.\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728028\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849094,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"orders\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:10 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=28","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["28"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["7"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["b8e10bcd170c0ca32a0c5ea2ad645314"],"x-runtime":["0.091517"],"date":["Wed, 07 May 2014 04:50:10 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66728030,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Admin can review all order questions and send responses to shoppers\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728030\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849094,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"orders\",\n \"created_at\": \"2014-03-02T07:11:05Z\",\n \"updated_at\": \"2014-03-02T07:11:05Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728032,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"chore\",\n \"name\": \"Set up Engine Yard production environment\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728032\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849078,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"deployment\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728034,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"deadline\": \"2014-03-17T00:00:00Z\",\n \"story_type\": \"release\",\n \"name\": \"Beta launch\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728034\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728036,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to sign up for an account with email address\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728036\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849096,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"signup / signin\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728038,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to reset forgotten password\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728038\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849096,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"signup / signin\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728040,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to log out\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728040\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849096,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"signup / signin\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728042,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"When checking out, shopper should have the option to sign in to their account\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728042\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849096,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"signup / signin\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:10 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=35","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["35"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["7"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["eeecfeb1def04e7a3efbdfff8e767446"],"x-runtime":["0.095533"],"date":["Wed, 07 May 2014 04:50:10 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66728044,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to review order history\",\n \"description\": \"Show orders in last 60 days, with link to show older orders\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728044\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849098,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopper accounts\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728046,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to save credit card and address information used in checkout\",\n \"description\": \"Credit card numbers should be stored encrypted\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728046\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849098,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopper accounts\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728048,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to save product to favorites\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728048\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849098,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopper accounts\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728050,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to review and remove product from favorites\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728050\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849098,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"shopper accounts\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728052,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"chore\",\n \"name\": \"Provide feedback to designer about look/feel of site\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728052\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849100,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"design\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728054,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 3,\n \"story_type\": \"feature\",\n \"name\": \"Apply styling to all shopper facing parts of the site, based on assets from designer\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728054\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849100,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"design\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728056,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 2,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to post product reviews\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728056\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849102,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"user generated content\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:10 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=42","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["42"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["7"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["93b7a7ca42a5df0ab8527c3fdd7d02d7"],"x-runtime":["0.081248"],"date":["Wed, 07 May 2014 04:48:57 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66728058,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Signed in shopper should be able to rate product, by choosing 1-5 stars\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728058\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849102,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"user generated content\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728060,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"When shopper is browsing products, show average product rating and number of reviews next to each product\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728060\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849102,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"user generated content\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728062,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"estimate\": 1,\n \"story_type\": \"feature\",\n \"name\": \"Shopper should be able to read reviews for a product\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728062\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849102,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"user generated content\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728064,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to mark a product as featured\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728064\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849104,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"featured products\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728066,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Featured products should appear on the site landing page\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728066\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849104,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"featured products\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728068,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to create and edit blog articles\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728068\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849106,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"blog\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728070,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to save blog articles in draft mode\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728070\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849106,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"blog\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:11 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=49","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["49"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["7"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["5d272374ce643b4dfc7b7eba1d2f2719"],"x-runtime":["0.082611"],"date":["Wed, 07 May 2014 04:50:12 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66728072,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Published blog articles should appear on the site\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728072\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849106,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"blog\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728074,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"People should be able to subscribe to blog via RSS and Atom\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728074\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849106,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"blog\",\n \"created_at\": \"2014-03-02T07:11:06Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728076,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:06Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to view monthly sales report\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728076\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849108,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"reporting\",\n \"created_at\": \"2014-03-02T07:11:07Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728078,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"feature\",\n \"name\": \"Admin should be able to export orders as CSV file, based on date range and order status\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728078\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849080,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"admin\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n },\n {\n \"id\": 7849108,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"reporting\",\n \"created_at\": \"2014-03-02T07:11:07Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728080,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"chore\",\n \"name\": \"Request higher number of production slices, for scaling\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728080\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849078,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"deployment\",\n \"created_at\": \"2014-03-02T07:11:04Z\",\n \"updated_at\": \"2014-03-02T07:11:04Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728082,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"release\",\n \"name\": \"Full production launch\",\n \"current_state\": \"unstarted\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728082\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728084,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"bug\",\n \"name\": \"Product browsing pagination not working in IE6\",\n \"current_state\": \"unscheduled\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728084\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849110,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"ie6\",\n \"created_at\": \"2014-03-02T07:11:07Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\"\n }\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:12 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=56","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.0.0 (x86_64-darwin13.0.2; ruby) TrackerApi/0.2.1 Faraday/0.8.9"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"content-type":["application/json; charset=utf-8"],"transfer-encoding":["chunked"],"connection":["close"],"status":["200 OK"],"x-tracker-project-version":["3"],"x-tracker-pagination-total":["59"],"x-tracker-pagination-offset":["56"],"x-tracker-pagination-limit":["7"],"x-tracker-pagination-returned":["3"],"x-ua-compatible":["IE=Edge,chrome=1"],"cache-control":["max-age=0, private, must-revalidate"],"x-request-id":["e757cd30987ad96693434a59c315dd9c"],"x-runtime":["0.055635"],"date":["Wed, 07 May 2014 04:50:12 GMT"],"x-rack-cache":["miss"],"x-powered-by":["Phusion Passenger 4.0.41"],"server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"access-control-allow-origin":["*"],"access-control-allow-credentials":["false"],"access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"],"access-control-allow-headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"]},"body":{"encoding":"UTF-8","string":"[\n {\n \"kind\": \"story\",\n \"id\": 66728086,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"feature\",\n \"name\": \"Integrate with automated order fullfillment system\",\n \"current_state\": \"unscheduled\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728086\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728088,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"feature\",\n \"name\": \"native iPhone app to allow product browsing and checkout\",\n \"current_state\": \"unscheduled\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728088\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n {\n \"id\": 7849112,\n \"project_id\": 1027488,\n \"kind\": \"label\",\n \"name\": \"epic\",\n \"created_at\": \"2014-03-02T07:11:07Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\"\n }\n ]\n },\n {\n \"kind\": \"story\",\n \"id\": 66728090,\n \"created_at\": \"2014-02-17T00:00:00Z\",\n \"updated_at\": \"2014-03-02T07:11:07Z\",\n \"story_type\": \"feature\",\n \"name\": \"Facebook app, allowing users to share favorite products\",\n \"current_state\": \"unscheduled\",\n \"requested_by_id\": 1266314,\n \"project_id\": 1027488,\n \"url\": \"https://www.pivotaltracker.com/story/show/66728090\",\n \"owner_ids\": [\n\n ],\n \"labels\": [\n\n ]\n }\n]"},"http_version":null},"recorded_at":"Wed, 07 May 2014 04:50:12 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories/66727974/comments","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.7 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["57"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"e77bf5e88f2781be95d35d694c1efdef\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["8bfacf9b55bf142d43ae8cf663a063ab"],"X-Runtime":["0.038891"],"Date":["Wed, 22 Apr 2015 20:40:19 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"comment\",\"id\":63310396,\"story_id\":66727974,\"text\":\"What's our budget for the machines?\",\"person_id\":1266314,\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]"},"http_version":null},"recorded_at":"Wed, 22 Apr 2015 20:40:18 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories/66727974/tasks","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.7 Faraday/0.9.0"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["57"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"d751713988987e9331980363e24189ce\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["b1ac649850e5f3bc148eff4a4807f345"],"X-Runtime":["0.050132"],"Date":["Wed, 22 Apr 2015 20:40:19 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[]"},"http_version":null},"recorded_at":"Wed, 22 Apr 2015 20:40:18 GMT"}],"recorded_with":"VCR 2.9.3"}
1
+ {"http_interactions":[{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"d68ec2d38a9a18645ab9524b715d7cbc\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["311728daabd99a20b6bfc6ebc77178e7"],"X-Runtime":["0.051401"],"Date":["Wed, 24 Jun 2015 21:05:39 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"{\"id\":1027488,\"kind\":\"project\",\"name\":\"My Sample Project\",\"version\":65,\"iteration_length\":1,\"week_start_day\":\"Monday\",\"point_scale\":\"0,1,2,3\",\"point_scale_is_custom\":false,\"bugs_and_chores_are_estimatable\":false,\"automatic_planning\":true,\"enable_tasks\":true,\"time_zone\":{\"kind\":\"time_zone\",\"olson_name\":\"America/Los_Angeles\",\"offset\":\"-07:00\"},\"velocity_averaged_over\":3,\"number_of_done_iterations_to_show\":12,\"has_google_domain\":false,\"profile_content\":\"This is a demo project, created by Tracker, with example stories for a simple shopping web site.\",\"enable_incoming_emails\":true,\"initial_velocity\":10,\"public\":false,\"atom_enabled\":false,\"project_type\":\"demo\",\"start_time\":\"2014-02-10T08:00:00Z\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"account_id\":621384,\"current_iteration_number\":72,\"enable_following\":true}"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:48 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=300","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["0"],"X-Tracker-Pagination-Limit":["300"],"X-Tracker-Pagination-Returned":["90"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"44aa346f29e00b2e19d43a98c7141ace\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["e29414f9c46483976ed860ec4df62f4b"],"X-Runtime":["0.086388"],"Date":["Wed, 24 Jun 2015 21:05:39 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66727974,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"story_type\":\"chore\",\"name\":\"Setup development environment\",\"description\":\"We need 2 machines set up\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727974\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66727976,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"story_type\":\"chore\",\"name\":\"Setup demo server\",\"description\":\"Should be accessible from outside the network, with basic auth\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727976\",\"owner_ids\":[],\"labels\":[{\"id\":7849078,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"deployment\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727978,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Admin should be able to login\",\"description\":\"Admin should be a special user type. We can create the first admin user directly in the DB, but let's encrypt the password.\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727978\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727980,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Admin should be able to create new product\",\"description\":\"Product information includes title, description, price, SKU.\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727980\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727982,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Admin should be able to upload product photo\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727982\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727984,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"Admin should be able to upload multiple product photos and mark one as the primary\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727984\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727986,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Shopper should see list of products, with primary photo as thumbnail\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727986\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727988,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Product browsing should be paginated, with 10 products per page\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727988\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727990,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Make product browsing pagination AJAXy\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727990\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849084,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"usability\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66727992,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"Admin should be able to import multiple new products from CSV file\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727992\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727994,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"accepted_at\":\"2014-03-02T00:00:00Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to click on a product, and see all product details, including photos\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727994\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727996,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"accepted_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to add product to shopping cart\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727996\",\"owner_ids\":[],\"labels\":[{\"id\":7849086,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"cart\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727998,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Shopper should be able to view contents of shopping cart\",\"description\":\"Cart icon in top right corner, with a number indicating how many items in cart\",\"current_state\":\"delivered\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727998\",\"owner_ids\":[],\"labels\":[{\"id\":7849086,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"cart\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728000,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to remove product from shopping cart\",\"current_state\":\"delivered\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728000\",\"owner_ids\":[],\"labels\":[{\"id\":7849086,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"cart\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728002,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Cart manipulation should be AJAXy\",\"current_state\":\"finished\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728002\",\"owner_ids\":[],\"labels\":[{\"id\":7849086,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"cart\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728004,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2015-06-24T21:05:38Z\",\"story_type\":\"bug\",\"name\":\"Some product photos not scaled properly when browsing products+++\",\"description\":\"+\",\"current_state\":\"started\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728004\",\"owner_ids\":[],\"labels\":[{\"id\":11049868,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"label1\",\"created_at\":\"2015-03-07T12:51:39Z\",\"updated_at\":\"2015-03-07T12:51:39Z\"},{\"id\":11049870,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"label2\",\"created_at\":\"2015-03-07T12:51:39Z\",\"updated_at\":\"2015-03-07T12:51:39Z\"}]},{\"kind\":\"story\",\"id\":82330186,\"created_at\":\"2014-11-08T00:09:53Z\",\"updated_at\":\"2015-01-27T00:35:36Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"finished\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330186\",\"owner_ids\":[1266314,1266316,1266318],\"labels\":[],\"owned_by_id\":1266314},{\"kind\":\"story\",\"id\":82330712,\"created_at\":\"2014-11-08T00:23:58Z\",\"updated_at\":\"2015-01-27T00:35:58Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"started\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330712\",\"owner_ids\":[1266316,1266314],\"labels\":[],\"owned_by_id\":1266316},{\"kind\":\"story\",\"id\":66728006,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to recommend a product to a friend\",\"description\":\"Prompt for email address and personalized message, send email with product details and message\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728006\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728008,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"story_type\":\"chore\",\"name\":\"configure solr for full text searching\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728008\",\"owner_ids\":[],\"labels\":[{\"id\":7849088,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"search\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66728010,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"Shopper should be able to search for product\",\"description\":\"One search field, search should look through product name, description, and SKU\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728010\",\"owner_ids\":[],\"labels\":[{\"id\":7849088,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"search\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728012,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"story_type\":\"release\",\"name\":\"Initial demo to investors\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728012\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66728014,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to enter credit card information and shipping address\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728014\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728016,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"story_type\":\"chore\",\"name\":\"Integrate with payment gateway\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728016\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728018,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"When shopper submits order, authorize total product amount from payment gateway\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728018\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849092,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"needs discussion\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728020,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"If system fails to authorize payment amount, display error message to shopper\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728020\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728022,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"If authorization is successful, show order number and confirmation message to shopper\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728022\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728024,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Send notification email of order placement to admin\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728024\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728026,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Shopper should be able to check status of order by entering name and order number\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728026\",\"owner_ids\":[],\"labels\":[{\"id\":7849094,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"orders\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66728028,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to ask question about order\",\"description\":\"When checking status of order, shopper should have the option to ask a question. This should send email to admin.\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728028\",\"owner_ids\":[],\"labels\":[{\"id\":7849094,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"orders\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66728030,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Admin can review all order questions and send responses to shoppers\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728030\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849094,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"orders\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66728032,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"chore\",\"name\":\"Set up Engine Yard production environment\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728032\",\"owner_ids\":[],\"labels\":[{\"id\":7849078,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"deployment\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728034,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"deadline\":\"2014-03-17T00:00:00Z\",\"story_type\":\"release\",\"name\":\"Beta launch\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728034\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66728036,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Shopper should be able to sign up for an account with email address\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728036\",\"owner_ids\":[],\"labels\":[{\"id\":7849096,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"signup / signin\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728038,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to reset forgotten password\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728038\",\"owner_ids\":[],\"labels\":[{\"id\":7849096,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"signup / signin\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728040,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to log out\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728040\",\"owner_ids\":[],\"labels\":[{\"id\":7849096,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"signup / signin\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728042,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"When checking out, shopper should have the option to sign in to their account\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728042\",\"owner_ids\":[],\"labels\":[{\"id\":7849096,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"signup / signin\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728044,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to review order history\",\"description\":\"Show orders in last 60 days, with link to show older orders\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728044\",\"owner_ids\":[],\"labels\":[{\"id\":7849098,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopper accounts\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728046,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to save credit card and address information used in checkout\",\"description\":\"Credit card numbers should be stored encrypted\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728046\",\"owner_ids\":[],\"labels\":[{\"id\":7849098,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopper accounts\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728048,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to save product to favorites\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728048\",\"owner_ids\":[],\"labels\":[{\"id\":7849098,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopper accounts\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728050,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to review and remove product from favorites\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728050\",\"owner_ids\":[],\"labels\":[{\"id\":7849098,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopper accounts\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728052,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"chore\",\"name\":\"Provide feedback to designer about look/feel of site\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728052\",\"owner_ids\":[],\"labels\":[{\"id\":7849100,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"design\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728054,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"Apply styling to all shopper facing parts of the site, based on assets from designer\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728054\",\"owner_ids\":[],\"labels\":[{\"id\":7849100,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"design\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728056,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to post product reviews\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728056\",\"owner_ids\":[],\"labels\":[{\"id\":7849102,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"user generated content\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728058,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to rate product, by choosing 1-5 stars\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728058\",\"owner_ids\":[],\"labels\":[{\"id\":7849102,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"user generated content\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728060,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"When shopper is browsing products, show average product rating and number of reviews next to each product\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728060\",\"owner_ids\":[],\"labels\":[{\"id\":7849102,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"user generated content\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728062,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to read reviews for a product\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728062\",\"owner_ids\":[],\"labels\":[{\"id\":7849102,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"user generated content\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728064,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to mark a product as featured\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728064\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849104,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"featured products\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728066,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Featured products should appear on the site landing page\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728066\",\"owner_ids\":[],\"labels\":[{\"id\":7849104,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"featured products\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728068,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to create and edit blog articles\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728068\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849106,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"blog\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728070,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to save blog articles in draft mode\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728070\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849106,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"blog\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728072,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Published blog articles should appear on the site\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728072\",\"owner_ids\":[],\"labels\":[{\"id\":7849106,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"blog\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728074,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"People should be able to subscribe to blog via RSS and Atom\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728074\",\"owner_ids\":[],\"labels\":[{\"id\":7849106,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"blog\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728076,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to view monthly sales report\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728076\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849108,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"reporting\",\"created_at\":\"2014-03-02T07:11:07Z\",\"updated_at\":\"2014-03-02T07:11:07Z\"}]},{\"kind\":\"story\",\"id\":66728078,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to export orders as CSV file, based on date range and order status\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728078\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849108,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"reporting\",\"created_at\":\"2014-03-02T07:11:07Z\",\"updated_at\":\"2014-03-02T07:11:07Z\"}]},{\"kind\":\"story\",\"id\":66728080,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"chore\",\"name\":\"Request higher number of production slices, for scaling\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728080\",\"owner_ids\":[],\"labels\":[{\"id\":7849078,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"deployment\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728082,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"release\",\"name\":\"Full production launch\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728082\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":97751110,\"created_at\":\"2015-06-24T18:03:56Z\",\"updated_at\":\"2015-06-24T21:05:37Z\",\"story_type\":\"feature\",\"name\":\"Test story+\",\"description\":\"Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description \",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/97751110\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":97751106,\"created_at\":\"2015-06-24T18:03:56Z\",\"updated_at\":\"2015-06-24T18:03:56Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/97751106\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":97751076,\"created_at\":\"2015-06-24T18:03:29Z\",\"updated_at\":\"2015-06-24T18:03:29Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"description\":\"Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description \",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/97751076\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":90139972,\"created_at\":\"2015-03-11T20:33:58Z\",\"updated_at\":\"2015-03-11T20:33:58Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/90139972\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":90139476,\"created_at\":\"2015-03-11T20:28:59Z\",\"updated_at\":\"2015-03-11T20:28:59Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"description\":\"Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description \",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/90139476\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":90137886,\"created_at\":\"2015-03-11T20:07:15Z\",\"updated_at\":\"2015-03-11T20:07:43Z\",\"story_type\":\"feature\",\"name\":\"Test story+\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/90137886\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":90137216,\"created_at\":\"2015-03-11T20:01:30Z\",\"updated_at\":\"2015-03-11T20:01:30Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/90137216\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":86045094,\"created_at\":\"2015-01-13T19:16:04Z\",\"updated_at\":\"2015-01-27T21:28:26Z\",\"story_type\":\"feature\",\"name\":\"Test story+\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/86045094\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":84269322,\"created_at\":\"2014-12-10T05:20:17Z\",\"updated_at\":\"2014-12-10T05:20:18Z\",\"story_type\":\"feature\",\"name\":\"Changed name\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/84269322\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":84269246,\"created_at\":\"2014-12-10T05:17:12Z\",\"updated_at\":\"2014-12-10T05:17:12Z\",\"story_type\":\"feature\",\"name\":\"Changed name\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/84269246\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82874846,\"created_at\":\"2014-11-17T19:02:22Z\",\"updated_at\":\"2014-11-17T19:02:22Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82874846\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82874242,\"created_at\":\"2014-11-17T18:57:26Z\",\"updated_at\":\"2014-11-17T18:57:26Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82874242\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82870906,\"created_at\":\"2014-11-17T18:26:06Z\",\"updated_at\":\"2014-11-17T18:26:06Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82870906\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330860,\"created_at\":\"2014-11-08T00:26:58Z\",\"updated_at\":\"2014-11-08T00:26:58Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330860\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330768,\"created_at\":\"2014-11-08T00:24:55Z\",\"updated_at\":\"2015-01-27T00:33:40Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330768\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330764,\"created_at\":\"2014-11-08T00:24:53Z\",\"updated_at\":\"2014-11-08T00:24:53Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330764\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330752,\"created_at\":\"2014-11-08T00:24:44Z\",\"updated_at\":\"2015-01-27T00:33:41Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330752\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330748,\"created_at\":\"2014-11-08T00:24:42Z\",\"updated_at\":\"2015-01-27T00:33:42Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330748\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330208,\"created_at\":\"2014-11-08T00:10:30Z\",\"updated_at\":\"2014-11-08T00:10:30Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330208\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330174,\"created_at\":\"2014-11-08T00:09:35Z\",\"updated_at\":\"2014-11-08T00:09:35Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330174\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330172,\"created_at\":\"2014-11-08T00:09:33Z\",\"updated_at\":\"2014-11-08T00:09:33Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330172\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82291024,\"created_at\":\"2014-11-07T15:23:36Z\",\"updated_at\":\"2014-11-07T15:23:36Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82291024\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82290974,\"created_at\":\"2014-11-07T15:23:03Z\",\"updated_at\":\"2014-11-07T15:23:03Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82290974\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82290896,\"created_at\":\"2014-11-07T15:22:03Z\",\"updated_at\":\"2014-11-07T15:22:03Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82290896\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82290234,\"created_at\":\"2014-11-07T15:14:25Z\",\"updated_at\":\"2014-11-07T15:14:25Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82290234\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82290118,\"created_at\":\"2014-11-07T15:12:55Z\",\"updated_at\":\"2014-11-07T15:12:55Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82290118\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82289640,\"created_at\":\"2014-11-07T15:08:42Z\",\"updated_at\":\"2014-11-07T15:08:42Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82289640\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82289134,\"created_at\":\"2014-11-07T15:04:37Z\",\"updated_at\":\"2014-11-07T15:04:37Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82289134\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82288946,\"created_at\":\"2014-11-07T15:01:54Z\",\"updated_at\":\"2014-11-07T15:01:54Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82288946\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66728084,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2015-01-14T23:18:12Z\",\"story_type\":\"bug\",\"name\":\"Product browsing pagination not working in IE6+\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728084\",\"owner_ids\":[],\"labels\":[{\"id\":7849110,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"ie6\",\"created_at\":\"2014-03-02T07:11:07Z\",\"updated_at\":\"2014-03-02T07:11:07Z\"}]},{\"kind\":\"story\",\"id\":66728086,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"feature\",\"name\":\"Integrate with automated order fullfillment system\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728086\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66728088,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"feature\",\"name\":\"native iPhone app to allow product browsing and checkout\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728088\",\"owner_ids\":[],\"labels\":[{\"id\":7849112,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"epic\",\"created_at\":\"2014-03-02T07:11:07Z\",\"updated_at\":\"2014-03-02T07:11:07Z\"}]},{\"kind\":\"story\",\"id\":66728090,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"feature\",\"name\":\"Facebook app, allowing users to share favorite products\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728090\",\"owner_ids\":[],\"labels\":[]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:49 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["0"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"6d7aabd37e1baeb87fb18ebb3c1b965c\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["251895b44025a5b4a1d2212f5e81791c"],"X-Runtime":["0.057709"],"Date":["Wed, 24 Jun 2015 21:05:40 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66727974,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"story_type\":\"chore\",\"name\":\"Setup development environment\",\"description\":\"We need 2 machines set up\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727974\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66727976,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"story_type\":\"chore\",\"name\":\"Setup demo server\",\"description\":\"Should be accessible from outside the network, with basic auth\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727976\",\"owner_ids\":[],\"labels\":[{\"id\":7849078,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"deployment\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727978,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Admin should be able to login\",\"description\":\"Admin should be a special user type. We can create the first admin user directly in the DB, but let's encrypt the password.\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727978\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727980,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Admin should be able to create new product\",\"description\":\"Product information includes title, description, price, SKU.\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727980\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727982,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-11T00:00:00Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Admin should be able to upload product photo\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727982\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727984,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"Admin should be able to upload multiple product photos and mark one as the primary\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727984\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727986,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Shopper should see list of products, with primary photo as thumbnail\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727986\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:49 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=7","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["7"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"ed9357066199e5cd0904dc91427699c1\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["9a2fbf22edad2da69e32240ff6efdf53"],"X-Runtime":["0.065579"],"Date":["Wed, 24 Jun 2015 21:05:40 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66727988,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Product browsing should be paginated, with 10 products per page\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727988\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727990,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:04Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Make product browsing pagination AJAXy\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727990\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849084,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"usability\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66727992,\"created_at\":\"2014-02-10T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"accepted_at\":\"2014-02-18T00:00:00Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"Admin should be able to import multiple new products from CSV file\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727992\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727994,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"accepted_at\":\"2014-03-02T00:00:00Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to click on a product, and see all product details, including photos\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727994\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727996,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"accepted_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to add product to shopping cart\",\"current_state\":\"accepted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727996\",\"owner_ids\":[],\"labels\":[{\"id\":7849086,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"cart\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66727998,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Shopper should be able to view contents of shopping cart\",\"description\":\"Cart icon in top right corner, with a number indicating how many items in cart\",\"current_state\":\"delivered\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66727998\",\"owner_ids\":[],\"labels\":[{\"id\":7849086,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"cart\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728000,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to remove product from shopping cart\",\"current_state\":\"delivered\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728000\",\"owner_ids\":[],\"labels\":[{\"id\":7849086,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"cart\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:49 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=14","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["14"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"fd6b89c656e56e536c807e6bbe51c62c\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["91af369851d28d49501e9efae1e16f9f"],"X-Runtime":["0.063505"],"Date":["Wed, 24 Jun 2015 21:05:40 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66728002,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Cart manipulation should be AJAXy\",\"current_state\":\"finished\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728002\",\"owner_ids\":[],\"labels\":[{\"id\":7849086,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"cart\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728004,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2015-06-24T21:05:38Z\",\"story_type\":\"bug\",\"name\":\"Some product photos not scaled properly when browsing products+++\",\"description\":\"+\",\"current_state\":\"started\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728004\",\"owner_ids\":[],\"labels\":[{\"id\":11049868,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"label1\",\"created_at\":\"2015-03-07T12:51:39Z\",\"updated_at\":\"2015-03-07T12:51:39Z\"},{\"id\":11049870,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"label2\",\"created_at\":\"2015-03-07T12:51:39Z\",\"updated_at\":\"2015-03-07T12:51:39Z\"}]},{\"kind\":\"story\",\"id\":82330186,\"created_at\":\"2014-11-08T00:09:53Z\",\"updated_at\":\"2015-01-27T00:35:36Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"finished\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330186\",\"owner_ids\":[1266314,1266316,1266318],\"labels\":[],\"owned_by_id\":1266314},{\"kind\":\"story\",\"id\":82330712,\"created_at\":\"2014-11-08T00:23:58Z\",\"updated_at\":\"2015-01-27T00:35:58Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"started\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330712\",\"owner_ids\":[1266316,1266314],\"labels\":[],\"owned_by_id\":1266316},{\"kind\":\"story\",\"id\":66728006,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to recommend a product to a friend\",\"description\":\"Prompt for email address and personalized message, send email with product details and message\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728006\",\"owner_ids\":[],\"labels\":[{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728008,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"story_type\":\"chore\",\"name\":\"configure solr for full text searching\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728008\",\"owner_ids\":[],\"labels\":[{\"id\":7849088,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"search\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66728010,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"Shopper should be able to search for product\",\"description\":\"One search field, search should look through product name, description, and SKU\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728010\",\"owner_ids\":[],\"labels\":[{\"id\":7849088,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"search\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:50 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=21","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["21"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"5eeff789550e094a5ff1fbaa161d4b4b\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["56488ec6e4b5e5ea9be5d7db4ce5067c"],"X-Runtime":["0.059143"],"Date":["Wed, 24 Jun 2015 21:05:41 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66728012,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"story_type\":\"release\",\"name\":\"Initial demo to investors\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728012\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66728014,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to enter credit card information and shipping address\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728014\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728016,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"story_type\":\"chore\",\"name\":\"Integrate with payment gateway\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728016\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728018,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"When shopper submits order, authorize total product amount from payment gateway\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728018\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849092,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"needs discussion\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728020,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"If system fails to authorize payment amount, display error message to shopper\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728020\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728022,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"If authorization is successful, show order number and confirmation message to shopper\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728022\",\"owner_ids\":[],\"labels\":[{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728024,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Send notification email of order placement to admin\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728024\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849090,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"checkout\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"},{\"id\":7849082,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopping\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:50 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=28","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["28"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"ce5211d8e56c7fe389a8beb9d84ea005\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["8fc4b7a09ac790f432f80a0a50c5bcf0"],"X-Runtime":["0.054381"],"Date":["Wed, 24 Jun 2015 21:05:41 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66728026,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Shopper should be able to check status of order by entering name and order number\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728026\",\"owner_ids\":[],\"labels\":[{\"id\":7849094,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"orders\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66728028,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to ask question about order\",\"description\":\"When checking status of order, shopper should have the option to ask a question. This should send email to admin.\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728028\",\"owner_ids\":[],\"labels\":[{\"id\":7849094,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"orders\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66728030,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:05Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Admin can review all order questions and send responses to shoppers\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728030\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849094,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"orders\",\"created_at\":\"2014-03-02T07:11:05Z\",\"updated_at\":\"2014-03-02T07:11:05Z\"}]},{\"kind\":\"story\",\"id\":66728032,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"chore\",\"name\":\"Set up Engine Yard production environment\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728032\",\"owner_ids\":[],\"labels\":[{\"id\":7849078,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"deployment\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]},{\"kind\":\"story\",\"id\":66728034,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"deadline\":\"2014-03-17T00:00:00Z\",\"story_type\":\"release\",\"name\":\"Beta launch\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728034\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66728036,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Shopper should be able to sign up for an account with email address\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728036\",\"owner_ids\":[],\"labels\":[{\"id\":7849096,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"signup / signin\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728038,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to reset forgotten password\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728038\",\"owner_ids\":[],\"labels\":[{\"id\":7849096,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"signup / signin\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:50 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=35","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["35"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"de3c5d9d7d5a0c8835f6fabf25e655e0\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["6f6fa3256848930c5e99617fe0f9c2e2"],"X-Runtime":["0.062199"],"Date":["Wed, 24 Jun 2015 21:05:41 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66728040,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to log out\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728040\",\"owner_ids\":[],\"labels\":[{\"id\":7849096,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"signup / signin\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728042,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"When checking out, shopper should have the option to sign in to their account\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728042\",\"owner_ids\":[],\"labels\":[{\"id\":7849096,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"signup / signin\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728044,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to review order history\",\"description\":\"Show orders in last 60 days, with link to show older orders\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728044\",\"owner_ids\":[],\"labels\":[{\"id\":7849098,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopper accounts\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728046,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to save credit card and address information used in checkout\",\"description\":\"Credit card numbers should be stored encrypted\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728046\",\"owner_ids\":[],\"labels\":[{\"id\":7849098,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopper accounts\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728048,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to save product to favorites\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728048\",\"owner_ids\":[],\"labels\":[{\"id\":7849098,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopper accounts\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728050,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to review and remove product from favorites\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728050\",\"owner_ids\":[],\"labels\":[{\"id\":7849098,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"shopper accounts\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728052,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"chore\",\"name\":\"Provide feedback to designer about look/feel of site\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728052\",\"owner_ids\":[],\"labels\":[{\"id\":7849100,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"design\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:50 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=42","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["42"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"f3e38259f13a59848f6c3f592b7bca1b\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["de6dfca28a2be29220f45d32812f9499"],"X-Runtime":["0.058526"],"Date":["Wed, 24 Jun 2015 21:05:41 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66728054,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":3,\"story_type\":\"feature\",\"name\":\"Apply styling to all shopper facing parts of the site, based on assets from designer\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728054\",\"owner_ids\":[],\"labels\":[{\"id\":7849100,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"design\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728056,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to post product reviews\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728056\",\"owner_ids\":[],\"labels\":[{\"id\":7849102,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"user generated content\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728058,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Signed in shopper should be able to rate product, by choosing 1-5 stars\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728058\",\"owner_ids\":[],\"labels\":[{\"id\":7849102,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"user generated content\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728060,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"When shopper is browsing products, show average product rating and number of reviews next to each product\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728060\",\"owner_ids\":[],\"labels\":[{\"id\":7849102,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"user generated content\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728062,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Shopper should be able to read reviews for a product\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728062\",\"owner_ids\":[],\"labels\":[{\"id\":7849102,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"user generated content\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728064,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to mark a product as featured\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728064\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849104,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"featured products\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728066,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Featured products should appear on the site landing page\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728066\",\"owner_ids\":[],\"labels\":[{\"id\":7849104,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"featured products\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:51 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=49","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["49"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"bed86ba03095eb48008ecd82f221dfb4\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["8d077385cd4898b5031a842bb5db617d"],"X-Runtime":["0.054917"],"Date":["Wed, 24 Jun 2015 21:05:42 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66728068,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to create and edit blog articles\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728068\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849106,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"blog\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728070,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to save blog articles in draft mode\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728070\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849106,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"blog\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728072,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Published blog articles should appear on the site\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728072\",\"owner_ids\":[],\"labels\":[{\"id\":7849106,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"blog\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728074,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"People should be able to subscribe to blog via RSS and Atom\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728074\",\"owner_ids\":[],\"labels\":[{\"id\":7849106,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"blog\",\"created_at\":\"2014-03-02T07:11:06Z\",\"updated_at\":\"2014-03-02T07:11:06Z\"}]},{\"kind\":\"story\",\"id\":66728076,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:06Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to view monthly sales report\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728076\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849108,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"reporting\",\"created_at\":\"2014-03-02T07:11:07Z\",\"updated_at\":\"2014-03-02T07:11:07Z\"}]},{\"kind\":\"story\",\"id\":66728078,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"feature\",\"name\":\"Admin should be able to export orders as CSV file, based on date range and order status\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728078\",\"owner_ids\":[],\"labels\":[{\"id\":7849080,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"admin\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"},{\"id\":7849108,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"reporting\",\"created_at\":\"2014-03-02T07:11:07Z\",\"updated_at\":\"2014-03-02T07:11:07Z\"}]},{\"kind\":\"story\",\"id\":66728080,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"chore\",\"name\":\"Request higher number of production slices, for scaling\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728080\",\"owner_ids\":[],\"labels\":[{\"id\":7849078,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"deployment\",\"created_at\":\"2014-03-02T07:11:04Z\",\"updated_at\":\"2014-03-02T07:11:04Z\"}]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:51 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=56","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["56"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"2d6d33c60a286dc1f1d16efae1cc625e\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["fa65b98b363bbab9940364f50d356e1e"],"X-Runtime":["0.061557"],"Date":["Wed, 24 Jun 2015 21:05:42 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":66728082,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"release\",\"name\":\"Full production launch\",\"current_state\":\"unstarted\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728082\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":97751110,\"created_at\":\"2015-06-24T18:03:56Z\",\"updated_at\":\"2015-06-24T21:05:37Z\",\"story_type\":\"feature\",\"name\":\"Test story+\",\"description\":\"Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description \",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/97751110\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":97751106,\"created_at\":\"2015-06-24T18:03:56Z\",\"updated_at\":\"2015-06-24T18:03:56Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/97751106\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":97751076,\"created_at\":\"2015-06-24T18:03:29Z\",\"updated_at\":\"2015-06-24T18:03:29Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"description\":\"Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description \",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/97751076\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":90139972,\"created_at\":\"2015-03-11T20:33:58Z\",\"updated_at\":\"2015-03-11T20:33:58Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/90139972\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":90139476,\"created_at\":\"2015-03-11T20:28:59Z\",\"updated_at\":\"2015-03-11T20:28:59Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"description\":\"Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description Test description \",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/90139476\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":90137886,\"created_at\":\"2015-03-11T20:07:15Z\",\"updated_at\":\"2015-03-11T20:07:43Z\",\"story_type\":\"feature\",\"name\":\"Test story+\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/90137886\",\"owner_ids\":[],\"labels\":[]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:51 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=63","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["63"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"99048c2a2eb849a746c5d6a559709c8f\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["b278c379494365e83e10e3cef741a6e7"],"X-Runtime":["0.060400"],"Date":["Wed, 24 Jun 2015 21:05:42 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":90137216,\"created_at\":\"2015-03-11T20:01:30Z\",\"updated_at\":\"2015-03-11T20:01:30Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/90137216\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":86045094,\"created_at\":\"2015-01-13T19:16:04Z\",\"updated_at\":\"2015-01-27T21:28:26Z\",\"story_type\":\"feature\",\"name\":\"Test story+\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/86045094\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":84269322,\"created_at\":\"2014-12-10T05:20:17Z\",\"updated_at\":\"2014-12-10T05:20:18Z\",\"story_type\":\"feature\",\"name\":\"Changed name\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/84269322\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":84269246,\"created_at\":\"2014-12-10T05:17:12Z\",\"updated_at\":\"2014-12-10T05:17:12Z\",\"story_type\":\"feature\",\"name\":\"Changed name\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/84269246\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82874846,\"created_at\":\"2014-11-17T19:02:22Z\",\"updated_at\":\"2014-11-17T19:02:22Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82874846\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82874242,\"created_at\":\"2014-11-17T18:57:26Z\",\"updated_at\":\"2014-11-17T18:57:26Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82874242\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82870906,\"created_at\":\"2014-11-17T18:26:06Z\",\"updated_at\":\"2014-11-17T18:26:06Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82870906\",\"owner_ids\":[],\"labels\":[]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:52 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=70","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["70"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"b660f3017a32062eb1bac21b66e0337a\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["a921ec1c844c595f2a231bd1e0172ac7"],"X-Runtime":["0.049796"],"Date":["Wed, 24 Jun 2015 21:05:43 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":82330860,\"created_at\":\"2014-11-08T00:26:58Z\",\"updated_at\":\"2014-11-08T00:26:58Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330860\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330768,\"created_at\":\"2014-11-08T00:24:55Z\",\"updated_at\":\"2015-01-27T00:33:40Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330768\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330764,\"created_at\":\"2014-11-08T00:24:53Z\",\"updated_at\":\"2014-11-08T00:24:53Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330764\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330752,\"created_at\":\"2014-11-08T00:24:44Z\",\"updated_at\":\"2015-01-27T00:33:41Z\",\"estimate\":1,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330752\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330748,\"created_at\":\"2014-11-08T00:24:42Z\",\"updated_at\":\"2015-01-27T00:33:42Z\",\"estimate\":2,\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330748\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330208,\"created_at\":\"2014-11-08T00:10:30Z\",\"updated_at\":\"2014-11-08T00:10:30Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330208\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82330174,\"created_at\":\"2014-11-08T00:09:35Z\",\"updated_at\":\"2014-11-08T00:09:35Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330174\",\"owner_ids\":[],\"labels\":[]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:52 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=77","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["77"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["7"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"43e3d8c06bed99f473c4516079730aa5\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["929f87145ab8411f4e85a690b4bffec8"],"X-Runtime":["0.064000"],"Date":["Wed, 24 Jun 2015 21:05:43 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":82330172,\"created_at\":\"2014-11-08T00:09:33Z\",\"updated_at\":\"2014-11-08T00:09:33Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82330172\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82291024,\"created_at\":\"2014-11-07T15:23:36Z\",\"updated_at\":\"2014-11-07T15:23:36Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82291024\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82290974,\"created_at\":\"2014-11-07T15:23:03Z\",\"updated_at\":\"2014-11-07T15:23:03Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82290974\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82290896,\"created_at\":\"2014-11-07T15:22:03Z\",\"updated_at\":\"2014-11-07T15:22:03Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82290896\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82290234,\"created_at\":\"2014-11-07T15:14:25Z\",\"updated_at\":\"2014-11-07T15:14:25Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82290234\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82290118,\"created_at\":\"2014-11-07T15:12:55Z\",\"updated_at\":\"2014-11-07T15:12:55Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82290118\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82289640,\"created_at\":\"2014-11-07T15:08:42Z\",\"updated_at\":\"2014-11-07T15:08:42Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82289640\",\"owner_ids\":[],\"labels\":[]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:52 GMT"},{"request":{"method":"get","uri":"https://www.pivotaltracker.com/services/v5/projects/1027488/stories?limit=7&offset=84","body":{"encoding":"US-ASCII","string":""},"headers":{"User-Agent":["Ruby/2.1.5 (x86_64-darwin14.0; ruby) TrackerApi/0.2.9 Faraday/0.9.1"],"X-TrackerToken":["d55c3bc1f74346b843ca84ba340b29bf"]}},"response":{"status":{"code":200,"message":null},"headers":{"Content-Type":["application/json; charset=utf-8"],"Status":["200 OK"],"X-Tracker-Project-Version":["65"],"X-Tracker-Pagination-Total":["90"],"X-Tracker-Pagination-Offset":["84"],"X-Tracker-Pagination-Limit":["7"],"X-Tracker-Pagination-Returned":["6"],"X-UA-Compatible":["IE=Edge,chrome=1"],"ETag":["\"c62c9250def006efd4214b4b93c6e4c6\""],"Cache-Control":["max-age=0, private, must-revalidate"],"X-Request-Id":["93762a72d44432432ad805e3cbde0674"],"X-Runtime":["0.053620"],"Date":["Wed, 24 Jun 2015 21:05:43 GMT"],"X-Rack-Cache":["miss"],"X-Powered-By":["Phusion Passenger 4.0.41"],"Server":["nginx/1.6.0 + Phusion Passenger 4.0.41"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Credentials":["false"],"Access-Control-Allow-Methods":["GET, POST, PUT, DELETE, OPTIONS"],"Access-Control-Allow-Headers":["X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is"],"X-Tracker-Client-Pinger-Interval":["12"]},"body":{"encoding":"UTF-8","string":"[{\"kind\":\"story\",\"id\":82289134,\"created_at\":\"2014-11-07T15:04:37Z\",\"updated_at\":\"2014-11-07T15:04:37Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82289134\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":82288946,\"created_at\":\"2014-11-07T15:01:54Z\",\"updated_at\":\"2014-11-07T15:01:54Z\",\"story_type\":\"feature\",\"name\":\"Test story\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/82288946\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66728084,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2015-01-14T23:18:12Z\",\"story_type\":\"bug\",\"name\":\"Product browsing pagination not working in IE6+\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728084\",\"owner_ids\":[],\"labels\":[{\"id\":7849110,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"ie6\",\"created_at\":\"2014-03-02T07:11:07Z\",\"updated_at\":\"2014-03-02T07:11:07Z\"}]},{\"kind\":\"story\",\"id\":66728086,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"feature\",\"name\":\"Integrate with automated order fullfillment system\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728086\",\"owner_ids\":[],\"labels\":[]},{\"kind\":\"story\",\"id\":66728088,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"feature\",\"name\":\"native iPhone app to allow product browsing and checkout\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728088\",\"owner_ids\":[],\"labels\":[{\"id\":7849112,\"project_id\":1027488,\"kind\":\"label\",\"name\":\"epic\",\"created_at\":\"2014-03-02T07:11:07Z\",\"updated_at\":\"2014-03-02T07:11:07Z\"}]},{\"kind\":\"story\",\"id\":66728090,\"created_at\":\"2014-02-17T00:00:00Z\",\"updated_at\":\"2014-03-02T07:11:07Z\",\"story_type\":\"feature\",\"name\":\"Facebook app, allowing users to share favorite products\",\"current_state\":\"unscheduled\",\"requested_by_id\":1266314,\"project_id\":1027488,\"url\":\"https://www.pivotaltracker.com/story/show/66728090\",\"owner_ids\":[],\"labels\":[]}]"},"http_version":null},"recorded_at":"Wed, 24 Jun 2015 21:05:53 GMT"}],"recorded_with":"VCR 2.9.3"}