mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
* chore: crud operations for recurring work item * chore: added perodic task for recurring work item * chore: removed the error statement * fix: bg task for labels * chore: added recurring work item model * chore: added null field for recurring work item log * feat: recurring work items UI * chore: added activities for recurring task * feat: add interval type to recurring work item form * chore: updated the cront expression * chore: minor updates for recurring work item serializer and interval type * chore: removed the seconds calculation * chore: added task fk to activity table * improvement: interval dropdown width * fix: start date validation * chore: added created at for activity * feat: add recurring work item activity logic * chore: updated the migration file * chore: update the activity for recursive task * chore: deleteing the recurring task permanantely * improvement: recurring work item activity helpers * fix: recurring work item custom properties data preloading * improvement: minor UI enhancements * improvement: recurring work item activity helpers * fix: init loader logic * Use the right field namewhile creating activity * chore: add hourly and minutly interval types for testing * Added test intervals for debugging * chore: update the periodic task to set null * chore: added activity for recurring work item properties * chore: updated the description activity * chore: removed the fields * chore: updated the type activity * chore: added property in the model * remove temporary minutly and hourly interval types from recurring work items --------- Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Dheeraj Kumar Ketireddy <dheeru0198@gmail.com>