alfred-wunderlist-workflow icon indicating copy to clipboard operation
alfred-wunderlist-workflow copied to clipboard

Task position updates are ignored

Open idpaterson opened this issue 8 years ago • 2 comments

This may be fairly minor, but in 0.6.0 while changes to tasks are synced, changes to positions (which Wunderlist tracks as a separate model) are not. There may be two possible solutions to this:

Add a Position model rather than attempting to apply positions as a numeric order on the task level. Automatically join into Positions when loading tasks to gather the correct order. That would allow positions to be properly revisioned and synced but may introduce extra overhead.

Use a concatenation of the task revision and order (e.g. 2-195 revision 2 position 195) as the revision for the Task model. This requires no changes to the database schema unlike the other solution but may become problematic later. Furthermore it may be possible to avoid syncing positions when only task metadata was updated, or vice-versa.

idpaterson avatar Jun 22 '16 00:06 idpaterson

I think that the better solution is to track Positions separately, the same way that Wunderlist does. This will be revisited in a later version.

idpaterson avatar Aug 24 '16 12:08 idpaterson

List positions do not change, either.

idpaterson avatar Aug 30 '16 11:08 idpaterson