Adam Coddington
Adam Coddington
I'm afraid I have _vanishingly_ little time available to work on Inthe.AM these days; so I'm sorry to say that no solution to this problem is likely to arrive unless...
The problem you're describing, @leikoilja, is unrelated to the one discussed here, and is a much simpler problem to solve. If you file a separate bug issue for the drf...
I'm fairly sure that that error can't be wrong, but just to get a little more information, can you paste the output of `task export 923ade0c-66d2-4b21-99af-30d71577dd65` here and let me...
If I'm understanding you correctly, that's something you can already do. You can, right now, control the column that a task appears in by changing the `intheamtrellolistname` and `intheamtrellolistid` fields...
There's no built-in way of controlling what column an item appears in using a tag, no, but you could very easily implement that kind of functionality locally using some pretty...
When you make a change locally and synchronize it, or make a change on inthe.am, the following task is run: https://github.com/coddingtonbear/inthe.am/blob/3e79736/inthe_am/taskmanager/tasks.py#L478 . When we receive a change from Trello, the...
Oh! When creating a new card, we definitely _do_ just set the list to that directly @jcrben - https://github.com/coddingtonbear/inthe.am/blob/30b4c73c037e5883e206cea39e63ad59cc0dc97a/inthe_am/taskmanager/tasks.py#L559 If you create a ticket for that (or, better yet, a...
Also perplexed by this one, there's clearly a checkpoint here: https://github.com/coddingtonbear/inthe.am/blob/331ac59ea0e3fd6966090f745b3e491d30a51af9/inthe_am/taskmanager/tasks.py#L421 & the mechanism used for checking for that checkpoint just looks for an active lock in redis. So, maybe...
I'm a little perplexed by this at the moment -- the `models.ForeignKey` fields are clearly set with `on_delete=models.CASCADE`; so this should not be a problem :shrug:
I'm afraid I have _vanishingly_ little time available to work on Inthe.AM these days; so I'm sorry to say that no solution to this problem is likely to arrive unless...