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
- Host: GitHub
- URL: https://github.com/jagi/meteor-astronomy-softremove-behavior
- Owner: jagi
- License: mit
- Created: 2015-05-25T15:18:17.000Z (about 11 years ago)
- Default Branch: v2
- Last Pushed: 2018-12-27T11:45:00.000Z (over 7 years ago)
- Last Synced: 2023-08-04T22:44:30.057Z (almost 3 years ago)
- Language: JavaScript
- Homepage: https://atmospherejs.com/jagi/astronomy-softremove-behavior
- Size: 34.2 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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).