mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
4.0 KiB
JSON
1 line
4.0 KiB
JSON
[{"user_id": 224, "stars": [], "topic_id": 1791, "date_created": 1297023192.2975149, "message": "Is that a technical limitation? Or an anti-spammer thing?", "group_id": 88, "id": 46656}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023237.8547931, "message": "Right now we have a few places in the code that grab a list of all the groups a user is in", "group_id": 88, "id": 46657}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023243.0024779, "message": "We have some UI that shows all groups too", "group_id": 88, "id": 46658}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023274.6661401, "message": "So until we go through and do pagination and/or figure out other algorithms, we've got to artificially limit the group number.", "group_id": 88, "id": 46659}, {"user_id": 224, "stars": [], "topic_id": 1791, "date_created": 1297023283.908957, "message": "i see", "group_id": 88, "id": 46660}, {"user_id": 7, "stars": [], "topic_id": 1791, "date_created": 1297023288.9184661, "message": "class UserGroups(models.Model):\n group1 = models.ForeignKey(Group)\n group2 = models.ForeignKey(Group)\n # etc...", "group_id": 88, "id": 46661}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023297.964608, "message": "haha, not that bad @alex :)", "group_id": 88, "id": 46662}, {"user_id": 224, "stars": [], "topic_id": 1791, "date_created": 1297023299.436394, "message": "the really funny thing is that i can't figure out how to leave a group", "group_id": 88, "id": 46663}, {"user_id": 7, "stars": [], "topic_id": 1791, "date_created": 1297023303.654217, "message": "add related_name so it doesn't error out", "group_id": 88, "id": 46664}, {"user_id": 224, "stars": [{"date_created": 1297023459.525434, "user_id": 1}], "topic_id": 1791, "date_created": 1297023422.555629, "message": "@ericflo i'd make that a group action", "group_id": 88, "id": 46667}, {"user_id": 224, "stars": [], "topic_id": 1791, "date_created": 1297023459.7686269, "message": "also, when i left a group, i ended up with two \"join this group\" buttons on that page", "group_id": 88, "id": 46670}, {"user_id": 224, "stars": [], "topic_id": 1791, "date_created": 1297023493.454633, "message": "@ericflo: np, a minor thing", "group_id": 88, "id": 46672}, {"user_id": 224, "stars": [], "topic_id": 1791, "date_created": 1297023558.0385201, "message": "now to test that i can join a group", "group_id": 88, "id": 46674}, {"user_id": 224, "stars": [], "topic_id": 1791, "date_created": 1297023621.3225069, "message": "i can! yay", "group_id": 88, "id": 46675}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023324.46825, "message": "@djchall group actions -> About this group and there's a big button on that page", "group_id": 88, "id": 46665}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023400.1331041, "message": "@alex more like redis.subscribe(['group-%s' % (g.id,) for g in user.groups.all])", "group_id": 88, "id": 46666}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023435.9752331, "message": "@djchall that's a good idea", "group_id": 88, "id": 46668}, {"user_id": 224, "stars": [], "topic_id": 1791, "date_created": 1297023450.017575, "message": "especially if the 20-group limit is going to be around for a while", "group_id": 88, "id": 46669}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023472.3360381, "message": "@djchall gah, my bad, ok thanks will fix", "group_id": 88, "id": 46671}, {"user_id": 1, "stars": [], "topic_id": 1791, "date_created": 1297023520.298641, "message": "still, embarrassing :)", "group_id": 88, "id": 46673}, {"user_id": 176, "stars": [], "topic_id": 1791, "date_created": 1297070591.088129, "message": "Looks like \"Leave this group\" is now included in group actions.", "group_id": 88, "id": 47356}, {"user_id": 1, "stars": [{"date_created": 1297087900.4963181, "user_id": 224}], "topic_id": 1791, "date_created": 1297070617.2417901, "message": "Yep, ask and ye shall receive :)", "group_id": 88, "id": 47359}] |