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

@@ -91,21 +91,23 @@ OrbitHub uses a two-window model:
--- ---
## Milestone 5 - RDP MVP Connectivity ## Milestone 5 - RDP Fully Working
- Implement real RDP protocol backend (replace not-implemented stub for RDP) - Implement complete RDP protocol support (replace not-implemented RDP path)
- Support RDP connection launch and lifecycle from OrbitHub - Deliver a usable in-app RDP session experience consistent with SSH tab UX
- Add RDP-specific connect options in profile/session flows - Support RDP connect/disconnect/reconnect lifecycle from OrbitHub
- Add required RDP-specific connect options in profile/session flows
- Normalize event/error reporting with existing SSH behavior - Normalize event/error reporting with existing SSH behavior
- Planned Tag: v0-m5-done - Planned Tag: v0-m5-done
--- ---
## Milestone 6 - VNC MVP Connectivity ## Milestone 6 - VNC Fully Working
- Implement real VNC protocol backend (replace not-implemented stub for VNC) - Implement complete VNC protocol support (replace not-implemented VNC path)
- Support VNC connection launch and lifecycle from OrbitHub - Deliver a usable in-app VNC session experience consistent with SSH/RDP tab UX
- Add VNC-specific connect options in profile/session flows - Support VNC connect/disconnect/reconnect lifecycle from OrbitHub
- Add required VNC-specific connect options in profile/session flows
- Normalize event/error reporting with SSH/RDP behavior - Normalize event/error reporting with SSH/RDP behavior
- Planned Tag: v0-m6-done - Planned Tag: v0-m6-done

View File

@@ -79,22 +79,24 @@ Delivered:
Git: Git:
- Tag: `v0-m4-done` - Tag: `v0-m4-done`
## Milestone 5 - RDP MVP Connectivity ## Milestone 5 - RDP Fully Working
Status: Planned Status: Planned
Planned Scope: 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 - Implement RDP connect/disconnect/reconnect lifecycle handling
- Extend profile/session connect options needed by RDP - Extend profile/session connect options needed by RDP
- Standardize event log and error mapping behavior with SSH - Standardize event log and error mapping behavior with SSH
## Milestone 6 - VNC MVP Connectivity ## Milestone 6 - VNC Fully Working
Status: Planned Status: Planned
Planned Scope: 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 - Implement VNC connect/disconnect/reconnect lifecycle handling
- Extend profile/session connect options needed by VNC - Extend profile/session connect options needed by VNC
- Standardize event log and error mapping behavior with SSH/RDP - Standardize event log and error mapping behavior with SSH/RDP