EDIorg / ecocomDP

A dataset design pattern and R package for ecological community data.
https://ediorg.github.io/ecocomDP/
Other
32 stars 13 forks source link

add priority to processing queue #32

Closed mobb closed 6 years ago

mobb commented 6 years ago

Processing queue is a great idea! thanks. Can we add a column called priority? of course things can move around (change order), but it would be a field to order-by.

I suggest 1 for most important, and then When a dataset is done, it's priority can get set to some really big number. I think leaving the finished ones on the list is a good idea, in case they need to be revisited.