AlexsLemonade / AlexsLemonade/refinebio
We should change experiment.technology -> experiment.technologies.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 135
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Context
Currently our data model for Experiments has a technology field. However, an experiment can contain more than one technology.
Problem or idea
We should change the data model to reflect this.
Solution or next step
We should change the technology field to be an array field called technologies. This will require changes to the data model, everywhere that uses that field, the API/elastic search, and probably also the frontend.
New Issue Checklist
- The title is short and descriptive.
- You have explained the context that led you to write this issue.
- You have reported a problem or idea.
- You have proposed a solution or next step.
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
Start by locating the Experiment data model and every use of the technology field. Then trace the API, Elasticsearch, and frontend entry points that expose this field; the work is done when the renamed technologies array is handled consistently across all of them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elasticsearch, python
- Domain
- backend-api-design, databases, frontend, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100