-
Notifications
You must be signed in to change notification settings - Fork 4
Runtime Engine #129
Copy link
Copy link
Open
Labels
Area - RuntimeRelates to the runtime.Relates to the runtime.EnhancementRepresents an enhancement to the system.Represents an enhancement to the system.User StoryIs a user story.Is a user story.
Milestone
Description
Metadata
Metadata
Assignees
Labels
Area - RuntimeRelates to the runtime.Relates to the runtime.EnhancementRepresents an enhancement to the system.Represents an enhancement to the system.User StoryIs a user story.Is a user story.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
As a internal Medulla systems designer, I need a runtime for Medulla apps that allows for app execution.
Describe the solution you'd like
We nee a runtime that can take Medulla app data from disparate sources. This could be anything from the storage on an android app, the Medulla gRPC web API's, or even a zip file located on a windows computer.
The runtime should encapsulate concepts such as widgets, views, and apps. It should be able to pull an app and execute it based on the apps identifier.
Additional context
Android, iOS, and UWP all have great app runtime environments and general concepts about how apps behave and are loaded. We should look to them as great examples.