liveview-native / liveview-native/liveview-native-core
Child LiveViews need to do socket connection with connect_params
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 166
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
While implementing the LiveView rendering LiveView capability in LiveView Native I've had to add the LVN ClientProxy when a child LiveView is being connected to the connect_parms of `_format` and `_interface` from the client need to be added.
I'm actually not certain if it would be `connect_params` or `params` in LVN Core but similar to how we send the `_format` and `_interface` params when establishing the LiveView socket connecton it should use the same params for child LiveView socket connections
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 tracing the existing LiveView socket connection path that sends _format and _interface, then compare it with the child LiveView socket connection path. Confirm whether these values belong in connect_params or params, and consider the LVN ClientProxy path; done means child connections receive the same client values as the initial connection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100