Bug 18059 - Add further explanation of the steps in the onboarding tool
Summary: Add further explanation of the steps in the onboarding tool
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (web-based installer) (show other bugs)
Version: 17.05
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Alex Buckley
QA Contact: Testopia
URL:
Keywords:
Depends on: 17855
Blocks:
  Show dependency treegraph
 
Reported: 2017-02-06 08:30 UTC by Alex Buckley
Modified: 2017-12-07 22:15 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 18059 - Added explanations for why the user is doing the actions of each of the 5 steps of the onboarding tool in bug 17855. (7.21 KB, patch)
2017-02-08 03:07 UTC, Alex Buckley
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Buckley 2017-02-06 08:30:43 UTC
To make the onboarding process clearer to the user this bug report requires around 1-2 sentences of explanation for each step of the onboarding tool.
Comment 1 Alex Buckley 2017-02-08 03:07:08 UTC
Created attachment 60003 [details] [review]
Bug 18059  - Added explanations for why the user is doing the actions of each of the 5 steps of the onboarding tool in bug 17855.

So now the user will know why they are doing each step of the
onboarding tool, to make the process more transparent.

Test plan:
1. Drop and recreate your database: sudo koha-mysql <instancename> then
DROP database <databasename>; then CREATE database <databasename>;
2. Restart memcached: sudo service memcached restart
1. Apply bug 17855
3. Go through the web installer and onboarding tool, noticing that the
onboarding tool has no "Reason for creating a <whatever is being
created> now" message just below the header
4. Apply this bug
5. Redo steps 1, 2, and 3 noticing that this time under the header for
each of the onboarding form screen (not the creation outcome screen displayed after the user submitted each onboarding form) there is "reason for creating a <whatever is being created> now" text
Comment 2 Alex Buckley 2017-04-18 19:10:08 UTC
This functionality is provided in the onboarding tool by the patches for bug 17855