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
This ticket is related to the analysis and integration of the accreditation feature included in #4314 as an extension a the existing signup module
The new feature is expected to enable an organization request a platform that differently from the DEMO mode will be enabled manually by a dedicated set of users for which a new Accreditor user role will be designed.
The text was updated successfully, but these errors were encountered:
The functionality seems to be implemented without using the existing signup module with significant duplication of its functionality; it seems as well not possible to enable or disable the feature that automatically replaces existing software interfaces impacting other software functionalities.
The implementation seems to not the specifications provided to abstract the configuration of the italian certified mail system (PEC) the more simple naming SMTP2
Actions necessary to possibly integrate same functionality:
Re-implement the functionality on the base of the signup module the signup module as a new "mode" alternative to the current DEMO, WHISTLEBLOWING modes) automatically inheriting the functionalities of enabling/disabling the feature and intheriting all the unit tests
To not impact other It should be added an enabler for the secondary SMTP2 server to be used for accreditation only if enabled so to not impact existing users for which the secondary SMTP2 configuration should be configured disabled by default
Writing the tests to cover the specific new functionalities added on top of the existing signup module.
Changes:
- replace 'is_pec' variable with 'use_secondary_smtp' to perform international abstraction of 'pec' using just the concept of smtp
- replace 'fiscal_code' variables 'tax_code' convention used in the software as international level
- remove 'sharing_id' addition redundant considering existing subscriber.tid equals tenant.id as unique reference
- add 'smtp2_enabled' to make it possible to enable/disable the smtp2 configuration
- add missing variables recipient_* on signup table planned to host name for a subscriber
- uniform variables for subscriber user (used to instantiate the admin) and the new recipient variables
This ticket is related to the analysis and integration of the accreditation feature included in #4314 as an extension a the existing signup module
The new feature is expected to enable an organization request a platform that differently from the DEMO mode will be enabled manually by a dedicated set of users for which a new Accreditor user role will be designed.
The text was updated successfully, but these errors were encountered: