Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebolon committed Feb 19, 2018
1 parent dfdca28 commit a08e401
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ Here the tests runs on a chrome headless, and firefox but you can configure it i
- [x] add a model with doctrine entities
- [x] configure ApiPlatform
- [x] setup one custom route for ApiPlatform
- [ ] setup custom route with nested objects on create/update/read (read should be solved ith serializer, create/update might be solved with custom route or DTOS so try 2 ways)
- [ ] graphQL: multiple queries in one call ?
- [ ] graphQL: multiple mutations in one call ?
- [ ] graphQL: how to mutate nested objects in a minimal call ?
- [ ] check security and csrf system with ApiPlatform (really required ?)
- [ ] check security on ApiPlatform (do we need JWT or just cookies, in that case we are stateful which is not cool for deployment and replication)
- [x] setup VueJS
Expand Down

0 comments on commit a08e401

Please sign in to comment.