This is an automated email from the ASF dual-hosted git repository.
curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 8070d29 Add a few key help tips
8070d29 is described below
commit 8070d299cf6903477991c17dd79503ebc7c1a204
Author: Shane Curcuru <[email protected]>
AuthorDate: Sun Oct 20 10:49:16 2019 -0400
Add a few key help tips
---
www/board/agenda/views/pages/help.js.rb | 12 ++++++++++--
www/board/agenda/views/pages/secrets.js.rb | 7 +++++++
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/www/board/agenda/views/pages/help.js.rb
b/www/board/agenda/views/pages/help.js.rb
index 4d64506..a9d7513 100644
--- a/www/board/agenda/views/pages/help.js.rb
+++ b/www/board/agenda/views/pages/help.js.rb
@@ -36,12 +36,20 @@ class Help < Vue
_dd 'Show shepherded items (and action items)'
_dt 'X'
- _dd 'Set the topic (a.k.a. mark the spot)'
+ _dd 'Set the topic during a meeting (a.k.a. mark the spot)'
_dt '?'
_dd 'Help (this page)'
end
+ _h3 'Common Actions'
+ _ul do
+ _li 'Blue buttons (or links) in bottom navbar (or at bottom of a report)
are the primary actions you can take.'
+ _li 'Send Email merely opens your email client with a pre-formatted
message to send; it does not change the agenda content.'
+ _li 'Simple Actions like Approve/Unapprove or Add Comment are queued
locally; to commit them, click the red number in top navbar and Commit.'
+ _li 'Other Actions like Add Item (adding resolution, discussion item) or
Post Report (to add a specific project report) are committed after you enter
them.'
+ end
+
_h3 'Color Legend'
_ul do
_li.missing 'Report missing, rejected, or has formatting errors'
@@ -63,7 +71,7 @@ class Help < Vue
end
_br
- _Link text: 'Insider Secrets', href: 'secrets'
+ _Link text: 'Insider Secrets / Advanced Help', href: 'secrets'
end
def setRole(event)
diff --git a/www/board/agenda/views/pages/secrets.js.rb
b/www/board/agenda/views/pages/secrets.js.rb
index 3d49b3e..e2b14c8 100644
--- a/www/board/agenda/views/pages/secrets.js.rb
+++ b/www/board/agenda/views/pages/secrets.js.rb
@@ -30,6 +30,13 @@ class InsiderSecrets < Vue
for..." and the link is green, you can confidently mark that action as
complete.
) }
+
+ _li { _p %q(
+ Need to see Whimsy server status, or get debugging info to help
+ report a bug? Start with https://whimsy.apache.org/status/ or
+ https://whimsy.apache.org/board/test.cgi
+ ) }
+
end
end