-
Notifications
You must be signed in to change notification settings - Fork 3
Development
Most of the things you'll need to extend the system are within VM Core com.validation.manager.core.api packages.
Contains the classes used in internationalization.
Interface of classes meant to be notified when Locale changes.
This class handles the translation of strings. If adding plug-ins you can implement this interface for additional translations. When translating, this InternationalizationProviders are queried for missing translation from default ones. it is strongly suggested to use unique strings to avoid wrong translations if creating your own.
This API allows plug-ins to add notifications to the system.
This are Work in Progress features and don't reflect the current releases. This feature set is evolving in our way to version 1.0.0.
Until then, the database is in continuous change as features are implemented/added. We'll make sure that database can be upgraded from release to release, but at this point won't suggest using the application on production environment.
That said the product is not recommended for production environments at this point but user testing is encouraged.