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
Create a generic "DataPoint" class that would encapsulate a single piece of data (its "value"). The class should provide stubs to implement the following functionality so that it could be used across the Knight Scout application:
Provide an KnockoutJS Observable object
Provide a DataType to inform serialization/deserialization
Provide a max value for int types
The text was updated successfully, but these errors were encountered:
Create a generic "DataPoint" class that would encapsulate a single piece of data (its "value"). The class should provide stubs to implement the following functionality so that it could be used across the Knight Scout application:
The text was updated successfully, but these errors were encountered: