-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Would be great to modify the Project Reviews plugin to allow for skipping a review.
I think the way the plugin works would have to be changed a little. If you add a nextReview() tag that is populated at the time of the review, you could add the ability to skip a review. When Next Project Review is triggered, you can use the review() interval and the current date to populate nextReview() at that time. If the theoretical "Skip Review" is hit, you could prompt for a period (in days, weeks, months etc...) to skip, and then use that and the current date to populate nextReview(). I think prompting for a time period is vital, as some might want to skip just for that day, others longer. If they leave it blank, it could default to using the review() interval.
When you open up the project list or stat reviews, the plugin can use nextReview(yyyy-mm-dd) to find all of the reviews that need to be done that day (or are overdue).