Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pet store sample data in views should be changed to pet shelter #406

Open
pridkett opened this issue May 12, 2011 · 0 comments
Open

Pet store sample data in views should be changed to pet shelter #406

pridkett opened this issue May 12, 2011 · 0 comments

Comments

@pridkett
Copy link

The example data for the section on views currently contains the following chunk of data:

{
  "_id":"bought-a-cat",
  "_rev":"4A3BBEE711",

  "title":"Bought a Cat",
  "body":"I went to the the pet store earlier and brought home a little kitty...",
  "date":"2009/02/17 21:13:39"
}

Maybe this a result of too many trips to the animal shelter but wouldn't it be better to have something about adopting a cat from a shelter? Maybe something as simple as this:

{
  "_id":"adopted-a-cat",
  "_rev":"4A3BBEE711",

  "title":"Adopted a Cat",
  "body":"I went to the the pet shelter earlier and brought home a little kitty...",
  "date":"2009/02/17 21:13:39"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant