Actions
Feature #342
closedAdd synchronisation models
Start date:
05/11/2021
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
The Synchronisation model should store all the meta data of a project based synchronisation:
settings- user_id
- receiver_project_id
- created_at
- updated_at
Settings need to be moved into a separate table since they won't change with each synchronisation. They should consider:
- synchronisable => will be checked before adding a button
- system_object => will collect the issues of child projects too
- trackers => will serve as filter to define a subset of issues
- custom_field_enumerations => will serve as filter to define a subset of issues
- status_for_outdated_issues => changes the status of an outdated issue; the issue does not belong to the synchronisation subset anymore
Updated by liaham almost 4 years ago
- Subject changed from Add synchronisation model to Add synchronisation models
- Status changed from New to In Progress
- % Done changed from 0 to 20
There will be three models:
- SynchronisationSetting => project related settings
- Synchronisation => synchronisation meta data per project
- SynchronisationItem => synchronised issues per project and synchronisation
Updated by liaham almost 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 20 to 100
Actions