Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Feature usage computation for the existing features of each product.
  • Feature usage computation for the upcoming new features of each product 


Solution

...

:

...


        Description:  Feature dashboard will give insight about the feature usage in terms of events received. This will be computed on a daily basis. The data will  populated in Superset for Analysis.

...

Code Block
languagejs
themeEmacs
titleFeature Event Object
linenumberstrue
{
	id:"Feature Identifier", //required
	name:"Editor Undo Redo", // Optional
	description:"", // Optional
    version:"1.0", // Version of the feature
	releaseversionreleasedversion:"15.0", // Required, In which version of product having this featureId
	category: //  Required, Defined this feature is related to SunbirdEd or SunbirdCore (Ex: SunbirdEd or SunbirdCore)
	duration:"", //Optional, Time spent 
	releasedate:"" // optional, Releasing date of the feature.
    lastupdateddate:"" // Optional, When this feature is got updated.
}


Existing features usage computation:

...