jywarren / plots2

The Public Lab website!
http://publiclab.org
GNU General Public License v3.0
17 stars 2 forks source link

subscribing to a user not yet implemented #217

Closed ebarry closed 10 years ago

ebarry commented 10 years ago

Follow button on Research Notes offers two options: by tag, by author name. Author name is not working, according to attempts made on gbathree, donblair, warren.

screen shot 2014-01-27 at 8 58 30 am

btbonval commented 10 years ago

Confirmed. Tried to follow Don on his Mascot post: http://publiclab.org/notes/donblair/01-27-2014/public-lab-mascot-tryouts

Nothing appeared to happen. Hopped in the database and checked. Nothing in user_selections for me.

I see this error in the FireFox web console on load, but it is not associated with any code:

Error: Permission denied to access property 'toString'

Clicking on Don's name gives me this error:

Empty string passed to getElementById().

It's associated with the compiled application javascript, which isn't terribly easy to grok because it's all JS-compiled gobbledygook. Actually that error is occurring every time I click the page anywhere for any reason. Might be a red herring.

jywarren commented 10 years ago

We never implemented this. Shall we? On Jan 28, 2014 1:58 AM, "Bryan Bonvallet" notifications@github.com wrote:

Confirmed. Tried to follow Don on his Mascot post: http://publiclab.org/notes/donblair/01-27-2014/public-lab-mascot-tryouts

Nothing appeared to happen. Hopped in the database and checked. Nothing in user_selections for me.

I see this error in the FireFox web console on load, but it is not associated with any code:

Error: Permission denied to access property 'toString'

Clicking on Don's name gives me this error:

Empty string passed to getElementById().

It's associated with the compiled application javascript, which isn't terribly easy to grok because it's all JS-compiled gobbledygook. Actually that error is occurring every time I click the page anywhere for any reason. Might be a red herring.

Reply to this email directly or view it on GitHubhttps://github.com/jywarren/plots2/issues/217#issuecomment-33455400 .

btbonval commented 10 years ago

In the words of Adam Savage channeling Jaime Hyneman, "Well there's your problem."

Yeah, I think we have all the infrastructure for this. The database tables, code to send emails, etc. Just gotta hook it up so a new post alerts all followers regardless of tags, right? On Jan 28, 2014 8:46 AM, "Jeffrey Warren" notifications@github.com wrote:

We never implemented this. Shall we? On Jan 28, 2014 1:58 AM, "Bryan Bonvallet" notifications@github.com wrote:

Confirmed. Tried to follow Don on his Mascot post: http://publiclab.org/notes/donblair/01-27-2014/public-lab-mascot-tryouts

Nothing appeared to happen. Hopped in the database and checked. Nothing in user_selections for me.

I see this error in the FireFox web console on load, but it is not associated with any code:

Error: Permission denied to access property 'toString'

Clicking on Don's name gives me this error:

Empty string passed to getElementById().

It's associated with the compiled application javascript, which isn't terribly easy to grok because it's all JS-compiled gobbledygook. Actually that error is occurring every time I click the page anywhere for any reason. Might be a red herring.

Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/217#issuecomment-33455400> .

Reply to this email directly or view it on GitHubhttps://github.com/jywarren/plots2/issues/217#issuecomment-33478998 .

jywarren commented 10 years ago

Yep! And deduplicate so nobody gets 2 emails. On Jan 28, 2014 1:24 PM, "Bryan Bonvallet" notifications@github.com wrote:

In the words of Adam Savage channeling Jaime Hyneman, "Well there's your problem."

Yeah, I think we have all the infrastructure for this. The database tables, code to send emails, etc. Just gotta hook it up so a new post alerts all followers regardless of tags, right? On Jan 28, 2014 8:46 AM, "Jeffrey Warren" notifications@github.com wrote:

We never implemented this. Shall we? On Jan 28, 2014 1:58 AM, "Bryan Bonvallet" notifications@github.com wrote:

Confirmed. Tried to follow Don on his Mascot post:

http://publiclab.org/notes/donblair/01-27-2014/public-lab-mascot-tryouts

Nothing appeared to happen. Hopped in the database and checked. Nothing in user_selections for me.

I see this error in the FireFox web console on load, but it is not associated with any code:

Error: Permission denied to access property 'toString'

Clicking on Don's name gives me this error:

Empty string passed to getElementById().

It's associated with the compiled application javascript, which isn't terribly easy to grok because it's all JS-compiled gobbledygook. Actually that error is occurring every time I click the page anywhere for any reason. Might be a red herring.

Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/217#issuecomment-33455400> .

Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/217#issuecomment-33478998> .

Reply to this email directly or view it on GitHubhttps://github.com/jywarren/plots2/issues/217#issuecomment-33507784 .

btbonval commented 10 years ago

I'll look into it sometime this week. Work is picking up again (on my way to a meeting), but I can make time this weekend or something.

On Tue, Jan 28, 2014 at 2:00 PM, Jeffrey Warren notifications@github.comwrote:

Yep! And deduplicate so nobody gets 2 emails.

On Jan 28, 2014 1:24 PM, "Bryan Bonvallet" notifications@github.com wrote:

In the words of Adam Savage channeling Jaime Hyneman, "Well there's your problem."

Yeah, I think we have all the infrastructure for this. The database tables, code to send emails, etc. Just gotta hook it up so a new post alerts all followers regardless of tags, right? On Jan 28, 2014 8:46 AM, "Jeffrey Warren" notifications@github.com wrote:

We never implemented this. Shall we? On Jan 28, 2014 1:58 AM, "Bryan Bonvallet" notifications@github.com wrote:

Confirmed. Tried to follow Don on his Mascot post:

http://publiclab.org/notes/donblair/01-27-2014/public-lab-mascot-tryouts

Nothing appeared to happen. Hopped in the database and checked. Nothing in user_selections for me.

I see this error in the FireFox web console on load, but it is not associated with any code:

Error: Permission denied to access property 'toString'

Clicking on Don's name gives me this error:

Empty string passed to getElementById().

It's associated with the compiled application javascript, which isn't terribly easy to grok because it's all JS-compiled gobbledygook. Actually that error is occurring every time I click the page anywhere for any reason. Might be a red herring.

Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/217#issuecomment-33455400> .

Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/217#issuecomment-33478998> .

Reply to this email directly or view it on GitHub< https://github.com/jywarren/plots2/issues/217#issuecomment-33507784>

.

Reply to this email directly or view it on GitHubhttps://github.com/jywarren/plots2/issues/217#issuecomment-33511532 .

btbonval commented 10 years ago

omgggggg I never looked into this. Ball. dropped. I assign this ticket to me!

btbonval commented 10 years ago

Actually, this ticket is dead to me now. (migrated to publiclab repo)

jywarren commented 10 years ago

to what new issue? 'cause i think we still don't have subscriptions-to-users

On Tue, Dec 2, 2014 at 7:01 PM, Bryan Bonvallet notifications@github.com wrote:

Actually, this ticket is dead to me now. (migrated to publiclab repo)

— Reply to this email directly or view it on GitHub https://github.com/jywarren/plots2/issues/217#issuecomment-65329263.

btbonval commented 10 years ago

sorry, I didn't post an explicit comment. On the github site, there is a link that says I referenced this issue from the new issue in the other repo.