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

Create handle_manifest function #2

Open
Tracked by #82
shiipou opened this issue Oct 3, 2022 · 0 comments
Open
Tracked by #82

Create handle_manifest function #2

shiipou opened this issue Oct 3, 2022 · 0 comments
Labels
enhancement New feature or request hacktoberfest Hacktoberfest issue

Comments

@shiipou
Copy link
Contributor

shiipou commented Oct 3, 2022

This method must retrieve from a const map the method/function to call for each widgets/listeners and tell the widget entrypoint to be called.
That must respond something like this :

{
  "widgets": [
    "root",
    "home"
  ],
  "listeners": [
    "onEnvStart",
    "onUserFirstJoin",
    "onSessionStart"
  ],
  "rootWidget": "root"
}
@shiipou shiipou added enhancement New feature or request hacktoberfest Hacktoberfest issue labels Oct 3, 2022
Marwanmhks added a commit to Marwanmhks/template-python that referenced this issue Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest issue
Projects
None yet
Development

No branches or pull requests

1 participant