smart_object

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

smart object

smart_object #





Inspired from IPSO (now part of OMA SpecWorks), Smart Objects are are meant to encapsulate capabilities of intelligent products in the field of IoT, but not only.

Contribution guidelines #
Definition of Done #
Features #
All user facing features from the public domain must be described in a BDD style *.feature file
UML specification #
Components, Activities, States need to be described using PlantUML standard and placed in a *.puml file in uml directory.
Generate class diagram of the complete package:
. gen_uml.sh
copied to clipboard
Code generation #
Generate code from *.proto files
Static code analysis #
Work by default when writing code due to analysis_options.yaml
For explicit analysis eg. during a build process, use:
dart analyze
copied to clipboard
Documentation #
. gen_doc.sh --show
copied to clipboard
Test results #
All tests must pass, including the new ones for the PR and existing ones
Test coverage #
Maintain or improve coverage when submitting PRs
. gen_cov.sh --show
copied to clipboard
Commit #
A commit that bump the version of the library can be done with pubver
Install pubspec_version with pub global activate pubspec_version then commit
git commit -m "... Release $(pubver bump breaking|minor|patch|build)"
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.