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

Add Auto-loader to the Core Engine #15

Open
1 of 7 tasks
pzaino opened this issue Mar 21, 2022 · 0 comments
Open
1 of 7 tasks

Add Auto-loader to the Core Engine #15

pzaino opened this issue Mar 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pzaino
Copy link
Contributor

pzaino commented Mar 21, 2022

Contact Details (optional)

No response

Background

DME Core should be able to automatically load (for example at boot time) all the DME Suite components a user has requested to autoload.

The Autoloader should possibly be multi-tasking (or multi-tasking as much as possible on RISC OS).

The autoloader should follow the logic discussed here: #12

For more info on the overall architecture of the DME Core please check out the Wiki here: https://github.com/RISC-OS-Community/DME-Core/wiki/DME-Core

Definition of Done

  • An accepted (and discussed) protocol for the "components-to-launch at boot" is defined
  • DME Core is able to read a "components-to-launch at boot" configuration file(s) and process it/them
  • Launch such components in the order and with the requisites expressed in their configuration, possibly in multi-tasking
  • Provide tests cases to verify the feature
  • Both User Documentation and Developer Documentation is written
  • Code passes all test cases

Code of Conduct

  • I agree to follow this project's Code of Conduct
@pzaino pzaino added the enhancement New feature or request label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant