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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks/user-serializer #53

Merged
merged 1 commit into from
Jan 5, 2016
Merged

Tasks/user-serializer #53

merged 1 commit into from
Jan 5, 2016

Conversation

npauzenga
Copy link
Owner

Hey again @enriikke! Happy new year! Hope you're having a super unproductive break 馃槃

We're still firmly in frozen time but I thought I'd get a little ahead. Feel free to ignore until next week.

This is a basic serializer for User. It'll produce this --

{
  "data": {
    "id": "1",
    "type": "users",
    "attributes": {
      "first_name": "Nate",
      "last_name": "Bates",
      "email": "test@test.com",
      "city": "Annapolis",
      "state": "MD",
      "country": "USA"
    }
  }
}

I'm not sure how the relationships and links fields are going to work but we shall see once Groups and GameNights are up and running.

@enriikke
Copy link
Collaborator

enriikke commented Jan 5, 2016

It will be great to see this in action! Awesome work always getting ahead of the curve @npauzenga. You are doing a fantastic job! 馃槂 馃弳 馃憤 馃敟 馃挜 馃懚 :shipit:

@npauzenga
Copy link
Owner Author

Thanks @enriikke! The last three emoticons in your message depict a mouse detective :shipit: investigating an exploding baby 馃挜 馃懚

Neat.

npauzenga added a commit that referenced this pull request Jan 5, 2016
@npauzenga npauzenga merged commit d558588 into staging Jan 5, 2016
@npauzenga npauzenga deleted the tasks/user-serializer branch January 5, 2016 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants