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

Consider reworking *BootTasks & InitialTaskLists settings to be more understandable #109

Open
spaceisfun opened this issue Mar 30, 2021 · 0 comments
Labels
QOL Quality-of-life / code clean-up

Comments

@spaceisfun
Copy link
Member

https://microsoft.github.io/FactoryOrchestrator/service-configuration/

These 3 settings are hard to understand how to use, and have a lot of overlap. We should consider:

  • Consolidate into one single file.
  • New TaskList attributes in XML (properties in C#) to denote if the tasklist is a first boot or every boot tasklist.
  • All Tasks/TaskLists are returned by QueryTask(), GetTaskListGuids() & similar APIs.
  • Consider deprecating GetBootTaskList* APIs.
  • App UI shows all TaskLists, but divides between boot and non-boot, or has a UI toggle. This should be done no matter what :)
@spaceisfun spaceisfun added the QOL Quality-of-life / code clean-up label May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QOL Quality-of-life / code clean-up
Projects
None yet
Development

No branches or pull requests

1 participant