Actions
feature request #7270
closedRegistration message controller implemented
Start date:
Due date:
% Done:
0%
Estimated time:
Severity:
normal
Description
Service endpoint: /registration/{local_identifier}/messages
Messages related to a registration are not managed in the cdm model. The prospective implementation for PhycoBank will use a Redmine instance to establish a message based communication between submitter and curators (#7269). Other registration offices may choose an other messaging system than redmine. Therefore the service underlying the controller should be pluggable, per cdm instance.
Questions:
- RegistrationMessageController in cdmlib-remote, cdmlib-ext?
- RegistrationMessageController will respond with 404 Not Found if no IRegistrationMessageService is configured for the instance see 4.
- IRegistrationMessageService in cdmlib-service, cdmlib-ext?
- RedmineRegistrationMessageService as implementation of IRegistrationMessageService in cdmlib-ext?
- How to configure, inject the IRegistrationMessageService implementation per cdm-instance. Each cdm-instance may have a different configuration. Only few (one) instance will use a IRegistrationMessageService implementation.
Related issues
Updated by Andreas Kohlbecker almost 5 years ago
- Related to task #7012: Workflow with Pensoft added
Updated by Andreas Kohlbecker almost 5 years ago
- Related to task #7269: Use redmine as message hub for submitter curator communication added
Updated by Andreas Müller almost 5 years ago
- Target version changed from Release 4.14 to Release 5.0
Updated by Andreas Kohlbecker over 4 years ago
- Target version changed from Release 5.0 to Release 5.1
Updated by Andreas Kohlbecker over 4 years ago
- Target version changed from Release 5.1 to Release 5.2
Updated by Andreas Kohlbecker over 4 years ago
- Target version changed from Release 5.2 to Release 5.3
Updated by Andreas Kohlbecker over 4 years ago
- Target version changed from Release 5.3 to Release 5.4
Updated by Andreas Kohlbecker over 4 years ago
- Target version changed from Release 5.4 to Release 5.5
Updated by Andreas Kohlbecker about 4 years ago
- Status changed from New to Rejected
Using redmine as message hub has been rejected, so this issue is no longer relevant-
Updated by Andreas Kohlbecker about 4 years ago
- Target version deleted (
Release 5.5)
Actions