Display-Lab / bit-stomach

Data ingest and performer annotation
1 stars 1 forks source link

Implement internal default no-op annotations #12

Closed grosscol closed 5 years ago

grosscol commented 5 years ago

Given an spek and data, but no annotations.r, the application should;

The default internal annotation strategy should be no-op. Simply return a list of performers.

grosscol commented 5 years ago

Resolution was to handle the case when no annotation functions were found in the annotations file given. This makes bitstomach a passthrough.

Since annotations is the core functionality of bitstomach, not providing them emits an error.

Addressed by #33