An open API service indexing awesome lists of open source software.

https://github.com/jagi/meteor-astronomy-softremove-behavior

Soft remove behavior for Meteor Astronomy
https://github.com/jagi/meteor-astronomy-softremove-behavior

Last synced: about 1 year ago
JSON representation

Soft remove behavior for Meteor Astronomy

Awesome Lists containing this project

README

          

# Soft remove behavior for Meteor Astronomy

The soft remove behavior let's you remove a document without deleting it from the collection. Instead it's marked as removed. Removed documents can be excluded from displaying in a template.

A detailed information about behavior can be found [here](http://jagi.github.io/meteor-astronomy/v2#softremove).