You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
When programming your own bundles, sometimes you want to quickly trigger selected code to ensure correct functionality.
I propose a simple "fake service" or "simulation service" which can trigger events with parametric inputs e.g. String values, random numbers,... This shall be controllable via a custom dashboard frontend.
Open questions
1. Good name for this service? Debug Helper 2. Which parameters should be controllable? Strings, numbers, colors, dates, chars,...?
Input
Each list entry gets its own container and its own event
onClick, onclick1..5: 5 simple named buttons
onNumber: 2 Number input, Rapid number input for 1, 10, 100, 1000
onRange0to100, etc.: Range input from 0 to 100 and 0 to 1 and -1 to 1
onColor: Color input
onDate: Date input
onBool: Boolean value (via buttons)
onText: Text input (single, multi line)
onDropDown: Drop Down selector with 5 setences
onList: String Array (Comma Separated List)
onJson: Json Input with Monaco Editor
The text was updated successfully, but these errors were encountered:
Description
When programming your own bundles, sometimes you want to quickly trigger selected code to ensure correct functionality.
I propose a simple "fake service" or "simulation service" which can trigger events with parametric inputs e.g. String values, random numbers,... This shall be controllable via a custom dashboard frontend.
Open questions
1. Good name for this service?Debug Helper2. Which parameters should be controllable? Strings, numbers, colors, dates, chars,...?Input
Each list entry gets its own container and its own event
onDropDown: Drop Down selector with 5 setencesThe text was updated successfully, but these errors were encountered: