Projects need to have a lifetime
Add project lifetime, perhaps also add a membership lifetime. Ideally with notification when lifetimes end.
Add a job to synchronize specific project with some sort of authority.
Add project lifetime, perhaps also add a membership lifetime. Ideally with notification when lifetimes end.
Add a job to synchronize specific project with some sort of authority.
added enhancement label
changed the description
changed the description
assigned to @haykuhi.musheghyan
feature/ISSUE-215_projects-need-to-have-a-lifetime
to address this issue created branch feature/ISSUE-215_projects-need-to-have-a-lifetime
to address this issue
Project validity (new column: projectValidity
) was added to the "project
" table, I set it to 1 year (custom period) when creating a project or subproject.
Membership validity ((new column: membershipValidity
)) was added to the "project_idty_membership
" table and is also 1 year when the admin approves/denies the membership request.
"Ideally with notification when lifetimes end." --> I guess the cron job should check and send an email, right ?
project_validity: 31556952000
(in milliseconds), this number is equal to 1 year)edu.kit.scc.webreg.job.ExpiredProjects
changed milestone to %2.8.3
closed
Help | Imprint | Privacy policy | Accessibility | Contact