Loopcast / beta

1 stars 0 forks source link

Add intruction box for "Go Live" and "Record" #404

Closed thomas1602 closed 9 years ago

thomas1602 commented 9 years ago

We should have a little instruction box popping up after the user has selected their input source where they can click 'never show again'

The message should explain that if you only record and don't go live etc others won't be able to listen and it won't show on the explore page etc etc..

@stefanoortisi let's discuss this one later

stefanoortisi commented 9 years ago

@thomas1602 should it be a popup like the appcast popup? or something else? can you do a layout for it?

thomas1602 commented 9 years ago

It seems like you added some balloons here already:

https://github.com/Loopcast/beta/blob/development/src/frontend/templates/profile/dashboard.jade#L26-L47

thomas1602 commented 9 years ago

Anyway I will create a quick design for you and post here

thomas1602 commented 9 years ago

@stefanoortisi @hems

I was thinking something like this! The instruction will be for both 'Go Live' and 'Record'! Does it make sense to have it like this? I just want to explain the fact that you don't necessarily have to go live and that you can use Loopcast to record without other people listening as well etc. This is from some feedback I got from beta testers - cause they initially thought they had to go live but thats not the concept really

Also the wording for now is just a draft and I will probably change it later

screen shot 2015-07-24 at 14 29 52

stefanoortisi commented 9 years ago

So it's gonna pop up when the user select his input device, and stays visible as long as the user either click on Got it (in this case it will pop up again next time the user selects the input device) or click on never show again. Am i right?

thomas1602 commented 9 years ago

Yes

stefanoortisi commented 9 years ago

@thomas1602 i've pushed the addon. Please let me know if it's ok for you and we close it.

thomas1602 commented 9 years ago

nice works fine! Now I just have to fix the wording lol

thomas1602 commented 9 years ago

When you click "never show again" does it actually never show again? Or does this require some back-end functionality?

thomas1602 commented 9 years ago

I assume we need to store which users have clicked it

stefanoortisi commented 9 years ago

It's stored on a cookie. So it won't show again unless you clear the cookies

thomas1602 commented 9 years ago

:+1: