-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
223 lines (178 loc) · 8.93 KB
/
TODO
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
MIGRATION TO RAILS 3
- figure out alternative to assemble for overlays
- models
- rename event.end to event.finish
- routes
- controllers
- launchd pagerank, fulltext indexing
TASKS BEFORE INTERNAL RELEASE/INVOICE
- relax non-null on timeline comments
- convert bang methods (save!) to un-banged DONE
- ajax for the event create page not working DONE
- callback for ajax validation not working DONE
- remove jquery ui DONE
- rename jquery gem to rep.jquery DONE
- remove whois support DONE
- check emails correct DONE
- events list empty DONE
- remove source comments DONE
- bands of timeline are not connected DONE
- syncing timeline to events not working DONE
- longer field lengths DONE
- upload data DONE
- text in the intro not going into jeditable DONE
- when editing an event, won't appear until indexed
- routing to update an event not in place
- calendar next to date fields on event editor
- comments aren't submitting
- selecting an event doesn't scroll up
- create edit event page
- create example timelines
- install on repertoire server DONE
- update machine for brett NOT TO DO
- email dave about laptop, rubygems on server, new packages DONE
- new timeline graph?
- migrate popup window into separate gem
- events not showing in right hand list DONE
- cannot click on events in user timelines DONE
- event validation failing bc of user key DONE
- postgresql crontab throttling respawn (10.6)
- second level link of info pages not loading DONE
- rename jquery gem -> rep.jquery DONE
- github add rep.ajax.toolkit DONE
- gravatar not being found DONE - BUNDLE & CHECK AGAIN
- admin pages redirect to / instead of /emt DONE
- safari bubble popup formatting wrong DONE
- bubble popups when logged in not loading DONE
- bubble popup not working on safari DONE
- respect path_prefix DONE
- test repertoire core DONE
- upgrade repertoire core for assets DONE
- javascript dependencies DONE
- pull jquery from gems DONE
- check add event popup
- check submitting comments
- registration page not showing DONE
- login not working
- multiple passenger apps DONE
- repertoire core whois integration needs to be fixed (to fit new whois)
- initial migration should automigrate (?)
- really need a way to change scale of timeline
- most of the fields need to be longer
- splitting the event into description and interpretation is feeling artificial
- somehow, need to be able to combine the description and interpretation fields into a single event with source citations.
[ then to run the algorithm we need to do clumping between everyone's events... and where does the description go? ]
- nginx not serving static assets REQUIRES NEW MIT cname
- cull down the javascript [ can't use js_include_tag in ajax payload ] DONE
- enable asset compaction DONE
- event entry page needs hook for mouseover submit DONE
- remove database password from public git repository NOT POSSIBLE
- some sample data & timelines
- on activation, should go to home page
- email to Kurt prompting for contract
- email to IS&T DONE
- draft invoice
- throw errors on validate throughout
- css messages in rep-core pages are misaligned
- should be able to review event comments in the event suggester
- need ajax spinners throughout
- refactor views to use REST effectively with AJAX (after model of timeline_comments)
- get rid of merb asset helper usage, move into fragment files
- add event form should save contents of "create your own" fields
- allow event editing [ by owner ] LATER
- monitor this timeline LATER
- compare timelines LATER
- mail notification for timeline/event commenting LATER
- comment moderation LATER
- spam control LATER
- make default # of events dependent on total avail? DONE
- test registration DONE
- check popup on menzinga DONE
- filter number of events (for demos in small networks - 500 250 100 50 25 10) DONE
- clear event comment form on submit DONE
- fix validation problem with need for tab on final field (eval on click outside form? or deactivated button? or hover over disabled submit?) DONE
- sizing of bubble popup is wrong because of network lag DONE
- add another paragraph on intro for emergent DONE
- event adder needs source comment field DONE
- on login, should go to user's home DONE
- email Dave about devtools update DONE
- reinstall crontab on menzinga DONE
- source comments aren't going through DONE
- notfound error page DONE
- when timeline is empty, css is UGLY DONE
- handle when end < start DONE
- timeline popup should have tabs or sections: Usage, and Source critique DONE
- submitting a new event comment should then reload the event comments DONE
- bubble popups shouldn't include current timeline NOT TO DO
- divide up css into two columns instead of horizontal bands DONE
- submitting a new event comment should reload page in bubble DONE
- bubble popups miscalculate size since contents loaded via ajax PARTIALLY DONE
- get 'add an event' working again DONE
- validation on registration page is gone DONE
- you are the author of this timeline is in wrong place DONE
- css of timelines vs events is borked DONE
- in-place editing: return from intro has header (mime type?). plus updates not going thru. DONE
- need to redirect after a title change since permalink is different DONE
- css of event add dialog is fucked up DONE
- make intro box page DONE
- write introductory blurbs DONE
- get migrations working DONE
- event popup should clearly indicate shared timelines DONE
- event comments (for source discussion) DONE
- timeline hard codes static simile server?!? DONE
- garbage collect events DONE
- timeline comments ala blog DONE
- troubleshoot crontab task for ranking DONE
- fix launchd misconfiguration for crontab DONE
- add event form should update suggestions on blur of each field NOT NECESSARY
- clicking on event should show list of mugshot / user name / timeline in bubble DONE
- rank events and timelines by pagerank citations DONE
- related timelines DONE
- related users DONE
- event suggestions should be pruned by the contents of the current timeline DONE
- pencil not showing on intro text area NOT WRONG
- intro disappears some times SAFARI BUG DONE - intermediate fix
- ranking counter has syntax error DONE
- select interpretation field after user chooses an existing event DONE
- somewhere events are getting duplicated DONE
- create timeline is failing DONE
- move signon / login links DONE
- two versions of jquery are clashing in admin pages: move jquery require out to individ. pages DONE
- header acceses wrong navigation method on singup form DONE
- links on profile age (layout?) to go back DONE
- timeline should sync up after a search DEPENDS ON INSIDE-TIMELINE SEARCH
- clicking on recent event should cue up timeline page to it DONE
- some timelines are inaccessible from user page DONE
- empty timelines are not showing DONE
- new timelines have weird numbers DONE
- on create event, timeline should load with it in center DONE
- dotted lines underneath event entries don't go all the way across page DONE
- main timeline is not loading DONE
- suggestions of events should be sorted by distance from new one DONE
- login page looks goofy, should have blurb DONE
- layout should include navigation DONE
- rep core pages should use hypertime layout DONE
- renaming a timeline needs to change permalink too DONE
- pretty up the list of events DONE
- allow adding an event by dragging and dropping NOT TO DO
- search within a timeline (for events) NOT TO DO
- full text search DONE
- navigation needs link to user timelines DONE
- delete timeline DONE
- deal with events cycle / timelines DONE
- make clicking on an event in the list sync up the timeline [ and vice versa ] DONE
- form for adding a new event DONE
- collapsable sections NOT TO DO
- attack plan for collaborative timelines:
(0) finish adding a timeline
(1) allow users to add new events on the main page [ below the events list ] DONE
(a) validate form while they're typing DONE
(2) allow users to remove events DONE
(3) allow users to include events from other pages by drag and drop NOT TO DO
(4) top page that shows top 500 events by rank [ w/ full text search ] [ should ft search also do timelines and users? ] YES - DONE
(5) rename timeline DONE
(6) delete timeline DONE
(7) login/logout DONE
(8) fix login page DONE
(9) event detail - show other timelines it's used in DONE
(10) permalink urls DONE