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)
- Support RDP connection launch and lifecycle from OrbitHub
- Add RDP-specific connect options in profile/session flows
- Implement complete RDP protocol support (replace not-implemented RDP path)
- Deliver a usable in-app RDP session experience consistent with SSH tab UX
- 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
- 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)
- Support VNC connection launch and lifecycle from OrbitHub
- Add VNC-specific connect options in profile/session flows
- Implement complete VNC protocol support (replace not-implemented VNC path)
- Deliver a usable in-app VNC session experience consistent with SSH/RDP tab UX
- 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
- Planned Tag: v0-m6-done

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