CenterForOpenScience / scrapi

A data processing pipeline that schedules and runs content harvesters, normalizes their data, and outputs that normalized data to a variety of output streams. This is part of the SHARE project, and will be used to create a free and open dataset of research (meta)data. Data collected can be explored at https://osf.io/share/, and viewed at https://osf.io/api/v1/share/search/. Developer docs can be viewed at https://osf.io/wur56/wiki
Apache License 2.0
41 stars 45 forks source link

Created filter so non-normalized documents are no longer displayed with test case #496

Closed jgw4sq closed 8 years ago

jgw4sq commented 8 years ago

I changed the webview DocumentList view to exclude non-normalized documents from being displayed.

I wrote a test case in test_api_views in order to confirm that non-normalized documents are not being displayed.

I ran the test case and I believe the alterations are working.