openhatch

Issue175

Title Move geocoded location data into the Person model out of a cache
Milestone 0.11.12 Priority bug
Waiting On Status resolved
Superseder Nosy List palhmbs, paulproteus, zathras
Assigned To paulproteus Keywords

Created on 2010-11-14.20:09:09 by zathras, last changed 2012-02-08.00:58:10 by paulproteus.

Messages
msg2942 (view) Author: paulproteus Date: 2012-02-08.00:58:08
This is finally done, and deployed.

Zathras, it turns out that making these changes cleanly was quite difficult even
for me. Thanks for all of your patience.
msg2810 (view) Author: paulproteus Date: 2011-12-13.21:46:05
This turns out to be a rather complex changeset, now that I am trying it.

It is a code cleanup goal for 0.11.12.
msg1804 (view) Author: palhmbs Date: 2011-05-01.22:54:28
We haven't heard from Zathras for awhile - It's probably best if we allow other 
contributors to get this done.

Marked: "un-assigned"
msg1454 (view) Author: paulproteus Date: 2011-04-09.22:00:42
Hey Zathras,

I think we should release the 0.11.03 release on April 10, as planned. If you
can get this ready by then, great, and put it back in the milestone when you
have it going.

If not, that's okay, just update this as you make more progress.
msg1369 (view) Author: paulproteus Date: 2011-03-26.21:12:06
Hey there,

How is this going? I'm setting it as "Assigned to" you.
msg1242 (view) Author: paulproteus Date: 2011-03-12.21:41:16
Next step: Finish this (-:

Zathras, do you have an update? I think we want to land this and the map
improvements within the next week, so that we can spend the following week on
the map JavaScript itself.
msg1210 (view) Author: paulproteus Date: 2011-03-01.06:22:51
This is getting there, says zathras. Targeting for 0.11.03.
msg1016 (view) Author: paulproteus Date: 2011-02-10.16:12:12
Just adjusting assignee and keywords.
msg998 (view) Author: paulproteus Date: 2011-02-06.04:40:52
Hey zathras,

I fixed up your migrations to the point where they run. I emailed them back to you.

Let me know what the right next step is. I've fixed up your migrations so that
they run without error. What I would like to do is now return to the normal
patch review process, if you're still willing.

I think that this bug is more important than the IRC issue, so I would love to
work with you on closing this first you're interested!

I replied with your patches by private email, but note: I will not do that
again. It's too easy for me to lose patches unless you leave them on the bug
tracker. Maybe you can stick to that going forward?

If so, then I will give you more feedback on this ticket.
msg989 (view) Author: paulproteus Date: 2011-02-05.21:41:33
The current state of this is that zathras emailed some patches to me, and I
promised to review/fix them, but I haven't yet.

So I'm leaving this note on the bug tracker so it's easier for me to track this.
msg649 (view) Author: paulproteus Date: 2010-12-16.00:03:59
Marking as "later" for now. Zathras has been active on IRC lately, so hopefully
we can see this done sometime soon!
msg619 (view) Author: paulproteus Date: 2010-12-04.21:49:01
On the Dec 4 meeting, Zathras mentioned he could try doing this.
msg542 (view) Author: paulproteus Date: 2010-11-14.21:07:25
This will be fairly easy! It seems like I need to write a few bits of documentation:

* How we use migrations (and how to add one)

...maybe other things, but I'll start there.
msg540 (view) Author: zathras Date: 2010-11-14.20:09:09
Trivial to add fields, adapt creation script and to write an updatescript (alter
table). However not so trivial to have an idea what will do this to present code
hence this request.
db fields will be used for higher performance map display.
History
Date User Action Args
2012-02-08 00:58:10paulproteussetstatus: chatting -> resolved
messages: + msg2942
title: Move Location into a separate table, out of the Person model -> Move geocoded location data into the Person model out of a cache
2011-12-13 21:46:09paulproteussetassignedto: paulproteus
messages: + msg2810
milestone: later -> 0.11.12
2011-07-02 20:28:36palhmbssetmilestone: 0.11.06 -> later
2011-05-28 21:23:59palhmbssetmilestone: 0.11.05 -> 0.11.06
2011-05-01 22:54:28palhmbssetassignedto: zathras -> (no value)
messages: + msg1804
milestone: 0.11.05
2011-04-09 22:00:44paulproteussetmessages: + msg1454
milestone: 0.11.03 -> (no value)
2011-03-26 21:12:06paulproteussetassignedto: zathras
messages: + msg1369
2011-03-12 21:41:16paulproteussetmessages: + msg1242
2011-03-01 06:22:51paulproteussetmessages: + msg1210
milestone: 0.11.02 -> 0.11.03
2011-02-19 22:25:42palhmbssetnosy: + palhmbs
2011-02-10 16:12:12paulproteussetassignedto: paulproteus -> (no value)
messages: + msg1016
keyword: - documentation
2011-02-06 04:40:53paulproteussetstatus: need-review -> chatting
priority: urgent -> bug
messages: + msg998
title: add fields to profile_person: location_latitude & location_longitude -> Move Location into a separate table, out of the Person model
2011-02-05 22:21:51paulproteussetmilestone: later -> 0.11.02
2011-02-05 21:41:33paulproteussetstatus: chatting -> need-review
assignedto: zathras -> paulproteus
messages: + msg989
2010-12-16 00:03:59paulproteussetmessages: + msg649
milestone: 0.10.11 -> later
2010-12-04 21:49:01paulproteussetassignedto: paulproteus -> zathras
messages: + msg619
2010-11-16 03:24:42paulproteussetmilestone: 0.10.11
2010-11-14 21:07:34paulproteussetassignedto: paulproteus
2010-11-14 21:07:25paulproteussetstatus: unread -> chatting
messages: + msg542
keyword: + documentation, - needs-decision
2010-11-14 20:09:09zathrascreate