From 3bf678f332e6eb196d1c1b39c78d1fc4979addb8 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Tue, 13 Nov 2018 01:11:41 -0800 Subject: [PATCH] checkboxify readme list --- README.md | 64 +++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 230782d..541131e 100644 --- a/README.md +++ b/README.md @@ -15,51 +15,51 @@ The primary goals of this framework are: ### Decoding #### Document -[x] `data` -[x] `included` -[x] `errors` (untested) -[ ] `meta` -[ ] `jsonapi` -[ ] `links` +- [x] `data` +- [x] `included` +- [x] `errors` (untested) +- [ ] `meta` +- [ ] `jsonapi` +- [ ] `links` #### Resource Object -[x] `id` -[x] `type` -[x] `attributes` -[x] `relationships` -[ ] `links` -[ ] `meta` +- [x] `id` +- [x] `type` +- [x] `attributes` +- [x] `relationships` +- [ ] `links` +- [ ] `meta` #### Relationship Object -[x] `data` -[ ] `links` -[ ] `meta` +- [x] `data` +- [ ] `links` +- [ ] `meta` ### Encoding #### Document -[ ] `data` -[ ] `included` -[ ] `errors` -[ ] `meta` -[ ] `jsonapi` -[ ] `links` +- [ ] `data` +- [ ] `included` +- [ ] `errors` +- [ ] `meta` +- [ ] `jsonapi` +- [ ] `links` #### Resource Object -[x] `id` (untested) -[x] `type` (untested) -[x] `attributes` (untested) -[x] `relationships` (untested) -[ ] `links` -[ ] `meta` +- [x] `id` (untested) +- [x] `type` (untested) +- [x] `attributes` (untested) +- [x] `relationships` (untested) +- [ ] `links` +- [ ] `meta` #### Relationship Object -[x] `data` (untested) -[ ] `links` -[ ] `meta` +- [x] `data` (untested) +- [ ] `links` +- [ ] `meta` ### Misc -[ ] `EntityType` validator (using reflection). -[ ] Property-based testing (using `SwiftCheck`). +- [ ] `EntityType` validator (using reflection). +- [ ] Property-based testing (using `SwiftCheck`). ## Usage ### Prerequisites