Experimenter may be required to be blind about mouse data
Open
@rossant is already working on this.
Since Sep 19, 2019.
feature
- Dominant language
- Python
- Stars
- 52
- Forks
- 12
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 4
Description
Some experimenters should not be able to look at the subject information as they may deduce information that they need to be unaware of.
The way is to prevent those users to see a specific set o fmice through the admin interface (by filtering the query).
To store the information in the database, several options:
- one idea is to have a simple blind field for an user that will prevent her from seeing the subject by default in the admin interface
- another is to have a simple blind field for subject that will prevent any user from seeing a given subject in the admin interface
- a more complicated but more flexible is to have a many2many blind field between subjects and users to create any kind of relationships
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.