openradar icon indicating copy to clipboard operation
openradar copied to clipboard

Follow user

Open fraserhess opened this issue 13 years ago • 4 comments

Would like to click on the originator and see all of their bugs.

fraserhess avatar Jun 19 '11 19:06 fraserhess

I also want this feature.

aokj4ck avatar Mar 07 '12 23:03 aokj4ck

I implemented this in my own fork, but the implementation is problematic given the use of a UserProperty on the Radar model. My implementation has to expose the posting user's full email address as a query parameter to /radarsby, which is obviously no good.

@timburks Do you have specific plans for upgrading/migrating your data model or would you like some help here? (I'm a long time App Engine/python developer, and a regular OpenRadar poster, and would love to help out.)

davepeck avatar Aug 07 '15 19:08 davepeck

Hi Dave, I think for this we would just need a mapping between screen names and users, right? Maybe a "Profile" entity?

I've switched to the Go runtime for all new App Engine projects and have been noodling over a partial rewrite in Go. I've had a couple of big contract projects this year that are slowing down, so I'm going to try to get that in shape in the next couple of months.

timburks avatar Aug 16 '15 04:08 timburks

Maybe a "Profile" entity?

Yeah, that sounds about right.

I've switched to the Go runtime for all new App Engine projects and have been noodling over a partial rewrite in Go.

Got it! So I guess I should hang tight with pull requests until then? :-)

davepeck avatar Aug 24 '15 16:08 davepeck