openradar
openradar copied to clipboard
Follow user
Would like to click on the originator and see all of their bugs.
I also want this feature.
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.)
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.
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? :-)