-
Notifications
You must be signed in to change notification settings - Fork 0
/
progress.log
40 lines (27 loc) · 945 Bytes
/
progress.log
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
[2014-08-22 08:50:38] START
till 09-16: 25 days estimate 60 hours spent
[2014-09-17] from on:
Max: 1h on weekday; 4h on weekendday; complete block
[2014-09-20] Release
[2014-09-29] First user sign-up
[2014-10-30->11.02] Bug prevent signup for three days
[2014-11-04] 10 users
[2014-11-28] Time Out error once. Add retry and extended timeout.
[2015-04-01] 50 users
[2015-05-05] Add VigLink Affiliate
[2015-09-29] 100 users
<<<<<<< Updated upstream
[2016-01-19] Allow user to delete account
=======
[2015-11-21] Donation Button
>>>>>>> Stashed changes
[2016-02-12] reCAPTCHA
Clean up database with no criteria by
~db.table.id.belongs(['''list of ids in criteria'''])
[2016-02-29]
delete non-paid users
clean up `auth_group` and `auth_event`
`~db.auth_group.id.belongs([1,124,178])`
`~(db.auth_event.description.contains(124) | db.auth_event.description.contains(178) | db.auth_event.description.contains(' 1 '))`
[2016-04-09]
mailgun