-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
17 lines (15 loc) · 1 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TODO
=====
Add support for events other than hackcamp: store a keyword per found item and search for the keywords
Add in support for searching:
Flickr
Identica
HACKS
=====
- When a user visits the event page we kick off a background task to perform the search. This means we're doing 1 search per service per user. We should either use a task name that's based on the time (so that we only ever do 1 search per user per time block (e.g. 120 seconds) or do something clever like setting up a repeating background task per event. This would require some means of event registration, a way to rate-limit the searches and a way to stop people creating spammy events.
- HackCamp is hard-coded in.
- The template mentions top posters (per event) but we don't actually have that
- We render all content as if it were the same when we should look at the JSON object and render photos differently.
- There's no handling of spam or consideration of DOS issues.
- There's no paging or mechanism for looking at past data for the event.
-