Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support game lists in Pipeline forms #74

Merged
merged 10 commits into from
Oct 28, 2024
Merged

Support game lists in Pipeline forms #74

merged 10 commits into from
Oct 28, 2024

Conversation

jvyden
Copy link
Member

@jvyden jvyden commented Oct 28, 2024

image

This is a bit of a hack but I think it's a nice hack.

The idea is to use as much existing code and utilities as possible. Downloading the list of games from the remote can be classified as a "sub-pipeline" almost... it runs in the context of the full Pipeline and then gets reset once downloaded. Internally, the sub-pipeline uses a Step that calls multiple steps, in particular DownloadParamSfoStep and a new DownloadIconStep.

@jvyden jvyden requested a review from Beyley October 28, 2024 05:37
Refresher/UI/PipelineForm.cs Outdated Show resolved Hide resolved
Refresher/UI/PipelineForm.cs Show resolved Hide resolved
@jvyden jvyden merged commit c752053 into main Oct 28, 2024
6 checks passed
@Beyley Beyley deleted the game-list branch October 28, 2024 06:29
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.

2 participants