From fdfe5145e10a6423cea271951f7ad2ee3090556a Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Tue, 13 Nov 2018 08:40:16 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e536081..b8a1619 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ The primary goals of this framework are: - [ ] `EntityType` validator (using reflection) - [ ] Property-based testing (using `SwiftCheck`) - [ ] Roll my own `Result` or find an alternative that doesn't use `Foundation`. +- [ ] Create more descriptive errors that are easier to use for troubleshooting. +- [ ] Add errors that check consistency from one part of a document to another (i.e. includes must be referenced by a relationship in the primary resource object). ## Usage ### Prerequisites