AllenInstitute / AllenInstitute/ConnectsCommonConnectivity
SingleCellReconstruction: add ProjectScoped
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Problem: not ProjectScoped, but its id references a project-scoped DataItem — two projects reusing a cell id collide once this class becomes writable. Unlike BrainRegion (deliberately global, documented in the schema), there is no rationale for this omission. Blocks etl_wnm_exc_05.
Fix: add the ProjectScoped mixin.
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.
Research direction
Locate the definition of SingleCellReconstruction and inspect how ProjectScoped is applied to comparable models, including BrainRegion and the schema documentation. Add the requested mixin and run the repository's relevant model or schema checks to confirm the class is project-scoped and the ETL blocker is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100