Hello!
I have created a board to manage my car fleet. In the board there is a list called "Cars" and each car has a card. On each card there is a checklist caled "Expiry" that has items like ensurance, first aid kitt, tehnical inspection etc and each item has a set due date as the expiry date.
The ideea is to use Trellinator (on a time trigger) to check daily each card, each item and check if the expiry date on any of those is getting close. If expiry date is less than x (no. of days) it should create a linked card in the list called "Overview" letting me know there is something that needs to be done.
I hit a bump when trying to get the due date on the checklist items... i try it like this: item.due().getTime()
and I check the number of days like this:
if((item.due().getTime() - Trellinator.now().getTime)/ 1000*3600*24 <= x) { do whatever}
Any ideeas?
Not sure about doing this in Trellinator (I need to take some time to investigate it mylsef!) but it sounds a ot like you are trying to do reporting. You could absolutely get a daily list of due checklist items using Blue Cat Reports and could even get it emailed to you to save having to check Trello each day.
If you take a look at Blue Cat, try creating a 'Quick List' for your checklist items, that is probably the simplest thing. But the reports could also be useful for more complex reporting.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.