Refine roadmap: Milestones 5 and 6 as full RDP/VNC delivery

This commit is contained in:
Keith Smith
2026-03-01 11:11:26 -07:00
parent e77f2598b9
commit 230a401386
2 changed files with 16 additions and 12 deletions

View File

@@ -79,22 +79,24 @@ Delivered:
Git:
- Tag: `v0-m4-done`
## Milestone 5 - RDP MVP Connectivity
## Milestone 5 - RDP Fully Working
Status: Planned
Planned Scope:
- Replace current unsupported RDP backend behavior with a real RDP connection flow
- Replace current unsupported RDP path with complete RDP implementation
- Deliver usable in-app RDP session behavior aligned to SSH UX
- Implement RDP connect/disconnect/reconnect lifecycle handling
- Extend profile/session connect options needed by RDP
- Standardize event log and error mapping behavior with SSH
## Milestone 6 - VNC MVP Connectivity
## Milestone 6 - VNC Fully Working
Status: Planned
Planned Scope:
- Replace current unsupported VNC backend behavior with a real VNC connection flow
- Replace current unsupported VNC path with complete VNC implementation
- Deliver usable in-app VNC session behavior aligned to SSH/RDP UX
- Implement VNC connect/disconnect/reconnect lifecycle handling
- Extend profile/session connect options needed by VNC
- Standardize event log and error mapping behavior with SSH/RDP