OpenwaterHealth / OpenwaterHealth/openlifu-python
Persist solution analyses and session solution references
Open
- Dominant language
- Python
- Stars
- 27
- Forks
- 21
- Avg merge
- 1d 20m
- Merged PRs (30d)
- 6
Description
Applications need to reload an existing solution analysis and retain a session's selected solution without recomputing it. Add a session-level solution reference and database methods to write and load a SolutionAnalysis beside its parent Solution, including conflict handling and round-trip tests.
Contributor guide
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 existing Solution and SolutionAnalysis persistence code, the session model, and related database tests. Trace how a Solution is written and loaded, then add the session reference and verify round-trip behavior and conflict handling in tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100