-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add context sensitive help #28
Comments
Do you have a POV on how you'd want this to look? Simplest may be to use a tooltip below the item when hovering on an input field. and/or could have an '?' icon in the upper-right on each header and subheader which linked to an anchor in the FAQ. |
Idealy it would allow removal (or less reliance) on the FAQ and provide the information where the user needs it. I had thought of a tooltip or a questionmark that pops up an explanation. I don't have any strong views about what way I would like other than to follow 'best practice' whatever that is (including keeping things accessable for all users). |
Challenges with outright removing the FAQ...
Tool tips would handle the rest, IMO. |
OK, I've been working on this. This is my three-pronged approach:
With all of these, I think the FAQ could be removed. Further step would be to add additional tips or help topics for things that weren't in the original FAQ. |
Sounds great.
My development laptop is currently dead so development/testing is difficult
but I will try to test and merge as quickly as I can.
Thanks again.
…On Wed, 3 Jun 2020, 21:38 James Coliz, ***@***.***> wrote:
OK, I've been working on this. This is my three-pronged approach:
- (?) buttons to bring up long text for complex inputs. This is PR #52
<#52>. It loads
text on-demand to avoid loading all the text on first load.
- Standard bootstrap tool-tips for the easier inputs. This is ready to
PR.
- Collapsible getting-started pane. Started working on this at
https://github.com/jcoliz/cFIREsim-open/tree/pull-gettingstarted-28
With all of these, I think the FAQ could be removed. Further step would be
to add additional tips or help topics for things that weren't in the
original FAQ.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6ESVDY5M26CZUPHKZZA43RU2X7XANCNFSM4MGNZMHQ>
.
|
Great, no hurry. Just wanted to make sure you were ok with the approach. |
Ok, this is all totally done and ready. You can view it all integrated together in https://github.com/jcoliz/cFIREsim-open/tree/develop . I currently have it divided into 4 sub-topics, so I was going to submit them one at a time, unless you want it all together at once. |
Complete implementation for Issue #28: Context sensitive help (3rd try) from jcoliz/topic-28-nocollapse
Rather than just relying on a separate help/FAQ page, show help text within the main application.
The text was updated successfully, but these errors were encountered: