-
Notifications
You must be signed in to change notification settings - Fork 21
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
Demo setup/generators supporting different setup scenarios #1893
Labels
Status: Community Help Wanted (good first issue)
simple tasks that don't require understanding every last detail of our platform
Comments
sleidig
added
the
Status: Idea
to be considered and discussed - don't start work yet
label
Jun 5, 2023
This is actually a more important problem now, because keycloak login (which is required now) doesn't allow to use the app in an iframe (which we are doing to display the username + password to website visitors). Current demos are:
|
sleidig
added
Type: Bug
Status: Community Help Wanted (good first issue)
simple tasks that don't require understanding every last detail of our platform
and removed
Status: Idea
to be considered and discussed - don't start work yet
labels
Feb 12, 2024
sleidig
moved this from Triage / Analysis
to Todo (ready for work)
in All Tasks & Issues
Feb 12, 2024
sleidig
moved this from Todo (ready for work)
to Triage / Analysis
in All Tasks & Issues
Feb 22, 2024
kumarannathan
added a commit
to kumarannathan/ndb-core
that referenced
this issue
Dec 10, 2024
Pushing Commit for my EECS481 Partner as they were not able to due to not being a collaborator within github. Added functionality to DemoDataInitializerService: • Reads demo_entities.json from the assets folder. • Logs a message if the file is found or defaults to the existing hardcoded setup if not. • Prepares for future insertion of JSON data into the database for scenario-specific demo customization. Co-Authored-By: Mira Panjaitan <[email protected]>
kumarannathan
added a commit
to kumarannathan/ndb-core
that referenced
this issue
Dec 10, 2024
This reverts commit 77f8298.
kumarannathan
added a commit
to kumarannathan/ndb-core
that referenced
this issue
Dec 10, 2024
Pushing for my partner on the project, as she was not added as a collaborator and couldn't make a PR. Added functionality to DemoDataInitializerService: • Reads demo_entities.json from the assets folder. • Logs a message if the file is found or defaults to the existing hardcoded setup if not. • Prepares for future insertion of JSON data into the database for scenario-specific demo customization. Co-Authored-By: Mira Panjaitan <[email protected]>
Draft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Community Help Wanted (good first issue)
simple tasks that don't require understanding every last detail of our platform
In practice, we are running multiple demo sites for different use cases (e.g. education, health, vocational training). However, the code only supports a single demo setup (config-fix.ts) and the demo data generator services have hard-coded parameters on what to generate. As a workaround, other demo systems are actually run in "synced" mode and cannot auto-generate new data every time a user visits the site.
Requirements / Suggested implementation:
demo_entities.json
that contains docs to be saved into the database in demo mode (after the demo generators ran?)Sample demo_entities.json:
The text was updated successfully, but these errors were encountered: