Wells add_completion: Add functionality to add using a completion object
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 23
- Forks
- 8
- Avg merge
- 16d 4h
- Merged PRs (30d)
- 1
Description
Modify the add_completion method on `NexusWells` to also accept a `NexusWell` object instead of a dictionary. This will allow users to create an object instead, giving them the benefits of code completion for attributes etc.
Contributor guide
Research direction
Start at the add_completion method on NexusWells and inspect the NexusWell object interface. Confirm how the method currently handles dictionaries, then support a NexusWell input while preserving existing dictionary behavior. Done means callers can add a completion using either input form and both paths behave correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100