seneca-mongo-store icon indicating copy to clipboard operation
seneca-mongo-store copied to clipboard

remove$() feedback for invalid id and load$===false

Open s9tpepper opened this issue 8 years ago • 3 comments

Calling remove$() with an invalid ID does not give any indication on whether the deletion was successful or not. These changes pass some info along to the end user.

s9tpepper avatar Oct 26 '16 20:10 s9tpepper

Coverage Status

Coverage remained the same at 86.944% when pulling f6ebad9f074c27c8c5b9ba0c5bbac6bc249b7edb on s9tpepper:master into 187f342f27e89301f63a074d5dc7d50885313a71 on senecajs:master.

coveralls avatar Oct 26 '16 20:10 coveralls

Coverage Status

Coverage remained the same at 86.944% when pulling 88559500ae845990d14f834c668ea36885992557 on s9tpepper:master into 187f342f27e89301f63a074d5dc7d50885313a71 on senecajs:master.

coveralls avatar Oct 27 '16 16:10 coveralls

Good idea. We need first to define a standardized response for all stores in this case. https://github.com/senecajs/seneca-entity/issues/70

rjrodger avatar May 13 '21 09:05 rjrodger