-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions for new questions page #6323
Comments
Hi! On #2, real quick, this would replace the /questions page!
There is more about this page design here:
https://publiclab.org/notes/warren/04-22-2019/user-interface-projects-update-and-dial-osc-project-recap#Questions+page
…On Mon, Sep 23, 2019 at 3:54 PM Stevie ***@***.***> wrote:
Hello! I'm looking at the new draft for the /questions page (
https://publiclab.org/questions_shadow) and wanted to start a thread for
suggestions on it.
1.
I'm interested in seeing the need for "questions:___" to come out of
the tag line. I'm wondering if we can change the system here so any regular
tags added to the /questions page get this power tag on the back end rather
than having this something the user needs to do or see. I think it's a
little confusing and a lot of people don't know to do this tagging as a
power tag as it stands.
2.
I'm confused if this new interface would be at /questions or if it
would show up when you type in your question and click continue (see
current /questions page). If the new interface doesn't show current/recent
questions, where would one go to see them?
3.
Where would people to go view questions by topics? I think this is a
useful part of the current page.
4.
I'm curious why we are directing people to draft in a two page
process? First users ask their question, then for myself I'm expecting it
to post, but instead it directs me to another page that asks me to fill in
more information. I'm curious about the design decision behind having this
spread over two pages.
Think that's it for now! Thanks all!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6323?email_source=notifications&email_token=AAAF6J43375VX4LJDT6JUWTQLENEHA5CNFSM4IZQVCQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HNEEAPA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J6ATNGEN52L2ZBAXXLQLENEHANCNFSM4IZQVCQQ>
.
|
Actually i see that in the original design, clicking |
The code that drives this is here; currently it's set up to show just "recent questions" instead of questions by topic: plots2/app/views/questions/index_shadow.html.erb Lines 47 to 51 in cba5499
Also: the "feature questions" are currently just popular ones, i think. They can be rewired to show questions bearing the tag plots2/app/controllers/questions_controller.rb Lines 40 to 42 in cba5499
|
Finally, regarding your first point, @steviepubliclab - do you mean, you'd like |
for 1- yes, but I actually I think I meant something more complicated than this. Like if someone's working in the questions form, can we take the power tags out and have the system added it on the the back end -- so people would just add regular tags and they would turn into the power tags whenever you're submitting from the questions template. I think people don't realize they need to do "question:topic" to mark something as a question rather than a normal research note. 2- I think it's important people can come to this page to see, and search for questions. This isn't just an asking interface it's also our best Answering interface. If we don't make that part easy, I think people will be less inclined to answer questions 3- ok great by topic is good, but what if they're topic of interest isn't listed? goes to point 2 a bit. |
Thanks Stevie, sorry, catching up here. In particular, you mentioned "search for questions" -- do you think this page must have a search box? Just clarifying, thanks! OK, so breaking out some to-dos:
|
Hi Jeff, |
Thanks - sorry, what did you mean by "duplication"? |
by duplication I just mean people posting the same or similar questions. |
Hello! I'm looking at the new draft for the /questions page (https://publiclab.org/questions_shadow) and wanted to start a thread for suggestions on it.
I'm interested in seeing the need for "questions:___" to come out of the tag line. I'm wondering if we can change the system here so any regular tags added to the /questions page get this power tag on the back end rather than having this something the user needs to do or see. I think it's a little confusing and a lot of people don't know to do this tagging as a power tag as it stands.
I'm confused if this new interface would be at /questions or if it would show up when you type in your question and click continue (see current /questions page). If the new interface doesn't show current/recent questions, where would one go to see them?
Where would people to go view questions by topics? I think this is a useful part of the current page.
I'm curious why we are directing people to draft in a two page process? First users ask their question, then for myself I'm expecting it to post, but instead it directs me to another page that asks me to fill in more information. I'm curious about the design decision behind having this spread over two pages.
Think that's it for now! Thanks all!
The text was updated successfully, but these errors were encountered: