Conversation
Codecov Report
@@ Coverage Diff @@
## master #91 +/- ##
==========================================
- Coverage 99.59% 99.51% -0.08%
==========================================
Files 51 51
Lines 4181 4329 +148
Branches 317 338 +21
==========================================
+ Hits 4164 4308 +144
- Misses 17 21 +4
Continue to review full report at Codecov.
|
|
@CodeDredd would it be an idea to add find hooks as well? would make sense to complete CRUD support |
|
@erikpols yes it would make sense. As you can see, initially I intended to have retrieve. But I reliesed that it's a bit more difficult. That's why I dropped it first. But still... your right. I try to find a solution. Not just for |
|
gotcha ty! There are a few others too, for bulk updates for example. This is useful if you want to use the hooks for axios calls. |
Thoughts
Adding local & global life cycle hooks like retrieved, creating, created, updating, updated, saving, saved, deleting, deleted.
ToDos
RetrievedExamples