Commit Graph

11 Commits

Author SHA1 Message Date
autocommit be49ed879e
Yet more debugging
Trying to find how to thread stuff is harder than I thought it would be. Where's the root?
2020-06-01 03:32:53 +00:00
autocommit d08d32c11c
Maybe the root is getting filtered out?
I can't imagine how, but...#
2020-06-01 03:31:58 +00:00
autocommit 7c692d4c49
Still trying... 2020-06-01 03:30:52 +00:00
autocommit 09e5573b24
Monitor tree building progress
Trying to find why only the one post comes out with no replies
2020-06-01 03:29:58 +00:00
autocommit a7e3c10fd0
Nothing at all?
More debugging...
2020-06-01 03:28:58 +00:00
autocommit 4ad3538017
Adding an outer IN/OUT
If we have multiple roots ever, we need the whole thing in a big <ul></ul>
2020-06-01 03:26:26 +00:00
autocommit 88d6c6f3ce
OK no hashable errors anymore
I think I got it working.
2020-06-01 03:25:07 +00:00
autocommit b221e6a758
Still trying to figure out what my data structure is
Python's dynamic typing doesn't make this easy...
2020-06-01 03:23:47 +00:00
autocommit 4e7395babe
Debugging a lookup error
It was saying stuff was unhashable, but I thought I was just hashing by post ID.
2020-06-01 03:22:00 +00:00
autocommit 11546907a6
Cleaning up, adding tokens
Doing some token based temporary flattening for django
2020-06-01 03:18:51 +00:00
autocommit 8eea5b05b1
Viewing threads as a tree, not flattened
I couldn't tell who was replying to whom, so I thought I'd give a shot at implementing a tree of threads, instead of a flattened list, with only the root distinguishable from the rest.
2020-06-01 03:13:32 +00:00