-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow filtering studies by num reviewers (#112)
* feat: Allow filtering studies by num reviewers * tests: Add num reviewer study filtering cases * docs: Update to-do list
- Loading branch information
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
- [ ] Confirm that all email interactions (e.g. password reset) actually work | ||
- [ ] Better handle uploaded fulltext files (really, all data artifacts saved on disk, not in the db) | ||
- [x] Allow for multiple review owners | ||
- [ ] Allow for assigning studies to reviewers for screening | ||
- [ ] Allow for assigning studies to reviewers for screening? | ||
- [ ] Integrate caching and rate limiting into API | ||
- [ ] Add extra fields in users table, e.g. affiliation | ||
- [ ] Improve and extend NLP functionality, just across the board | ||
- [ ] Enable https everywhere (via [let's encrypt](https://letsencrypt.org/)?) | ||
- [ ] Add a "deduplicate" button to front-end interface and only run dedupe jobs upon request | ||
- [ ] Only run dedupe jobs upon request (requires a "deduplicate" button to front-end interface) | ||
- [x] Allow for requiring multiple screeners on a configurable percentage of studies (for "rapid review" style projects) | ||
- [ ] Add filtering studies by number of citation/fulltext reviewers | ||
- [x] Add filtering studies by number of citation/fulltext reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters