-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathtodo.txt
77 lines (75 loc) · 2.22 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
-process messages:
-add reminder
-remove reminder
-get reminders
-delete comment
-remove all reminders
-handle replies and mentions
-search for trigger
-send reminders
-update comments
-database backups
-close database in handler
-cakeday
-add cakeday
-remove cakeday
-send cakeday
-migration script
-remove quotes
-handle default message
-handle empty origin date
-handle source of info page
-discord logging
-dynamic timing
-dynamic looping
-date parsing problems
-numbers as words
-search_dates
-draft info post
r/cakeday
-new date library
readme
-track subreddits the bot is banned in
-include reason for message instead of comment
specify time zone
relative dates in reminder list
-message to set time zone
-include current time zone in reminder list
-default time zone for reminder parsing
-use timezone when rendering time
time zone list
link to time zone list in comment replies that use it
-database backup downloading
-recurring reminders
-message parsing
-comment parsing
-cakeday parsing
-cakeday comment parsing
-reminder list
-sending reminders
-user level timeouts
-tests
-show context on comment links
-search_dates
-update library
-force english
changes
times like "tomorrow" and "next tuesday" return 0 utc rather than 9:00 utc
edge cases like "2 hours after noon" don't work anymore. Use "2 pm" instead
-12/24 hour setting
-apologize when late responding to comments because pushshift is behind
-migration script
-say how long from now in confirmations
-info pages for recurring reminders, cakedays, timezones and 12 hour clock
-change test triggers back
-trigger on "remind me!" "remind me !"
-tests
delete comment objects after either 6 months or when the associated reminder is sent
delete reminders if the related user comes back as deleted
-when updating comments, don't use the current time
-remindmerepeat comment trigger
don't delete comments from database when the reminder is sent
port over better pushshift error logging
don't log stack traces on known errors
add prometheus tracking
if the first trigger word doesn't have a valid date after it, check the second one