wizonesolutions / habitrpg-todo-sync

HabitRPG Todo Synchronization
22 stars 3 forks source link

Update tasks when we see changes from RTM #6

Closed wizonesolutions closed 11 years ago

wizonesolutions commented 11 years ago

I'm expecting to improve the metadata we store for tasks, support due date, etc., but for tasks I've already imported this won't work. So I need a REFRESH environment variable. This will pull in the due date information (and whatever other stuff I might add later) for older tasks.

It will imply FULL_SYNC, but it will PUT tasks with appropriate updated values (if they differ) instead of skipping existing ones.

wizonesolutions commented 11 years ago

Combine this with -a to update all past tasks.