Skip to content

Migrate WU CLI to WU-Go-ui Wails application#9

Draft
google-labs-jules[bot] wants to merge 4 commits intomainfrom
migrate-wu-to-gui-14079554510174201316
Draft

Migrate WU CLI to WU-Go-ui Wails application#9
google-labs-jules[bot] wants to merge 4 commits intomainfrom
migrate-wu-to-gui-14079554510174201316

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

This PR replaces the WU-Go CLI tool with a new Wails-based GUI application (WU-Go-ui).

Key changes include:

  1. Backend Migration: Ported all essential logic for Windows Update shipping label creation to Go internal packages designed for Wails integration.
  2. Frontend Implementation: Built a complete React/TypeScript frontend using Tailwind CSS, featuring a "Dark Mode / Tech" aesthetic.
  3. UI Workflow: Replaced the CLI prompts with a structured 4-step wizard (Authentication -> Submission -> Metadata -> Label).
  4. Enhanced UX: The metadata step now includes a filterable data table for easier hardware target selection compared to the CLI's TUI.
  5. Configuration: Credentials are safely stored in credential.json, compatible with the previous CLI format.

The application is configured as a frameless window with custom controls, providing a native-like experience on Windows.


PR created automatically by Jules for task 14079554510174201316 started by @ltycn

- Migrated core business logic (auth, devcenter, drivermeta, shippinglabel) from `WU-Go` to `WU-Go-ui/internal`.
- Implemented Wails bridge (`app.go`) to expose backend functionality to the frontend.
- Created a modern, frameless React+Tailwind frontend with a 4-step wizard workflow.
- Implemented `AuthStep`, `SubmissionStep`, `MetadataStep` (with filtering), and `LabelStep`.
- Added unit tests for metadata parsing.
- Verified frontend build and visual appearance.
- Configured Wails project settings and styling.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Migrated core business logic (auth, devcenter, drivermeta, shippinglabel) from `WU-Go` to `WU-Go-ui/internal`.
- Implemented Wails bridge (`app.go`) to expose backend functionality to the frontend.
- Created a modern, frameless React+Tailwind frontend with a 4-step wizard workflow.
- Implemented `AuthStep`, `SubmissionStep`, `MetadataStep` (with filtering), and `LabelStep`.
- Added unit tests for metadata parsing.
- Verified frontend build and visual appearance.
- Configured Wails project settings and styling.
- Migrated core business logic (auth, devcenter, drivermeta, shippinglabel) from `WU-Go` to `WU-Go-ui/internal`.
- Implemented Wails bridge (`app.go`) to expose backend functionality to the frontend.
- Created a modern, frameless React+Tailwind frontend with a 4-step wizard workflow.
- Implemented `AuthStep`, `SubmissionStep`, `MetadataStep` (with filtering), and `LabelStep`.
- Applied "Dark Mode / Tech" aesthetic with gradient backgrounds and glassmorphism.
- Added unit tests for metadata parsing.
- Verified frontend build and visual appearance.
- Configured Wails project settings.
- Migrated core business logic (auth, devcenter, drivermeta, shippinglabel) from `WU-Go` to `WU-Go-ui/internal`.
- Implemented Wails bridge (`app.go`) to expose backend functionality to the frontend.
- Created a modern, frameless React+Tailwind frontend with a 4-step wizard workflow.
- Implemented `AuthStep`, `SubmissionStep`, `MetadataStep` (with filtering), and `LabelStep`.
- Refactored UI to a clean "Light Theme" based on user feedback.
- Added unit tests for metadata parsing.
- Verified frontend build and visual appearance.
- Configured Wails project settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants