Bug 37029 - 'About Koha' button on staff side homepage seems out of place among application buttons
Summary: 'About Koha' button on staff side homepage seems out of place among applicati...
Status: Needs documenting
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low trivial
Assignee: Jake Deery
QA Contact: Martin Renvoize (ashimema)
URL:
Keywords:
Depends on:
Blocks: 37193
  Show dependency treegraph
 
Reported: 2024-06-04 15:36 UTC by Andrew Auld
Modified: 2024-09-10 14:01 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.11.00,24.05.04
Circulation function:


Attachments
Bug 37029: Remove 'About Koha' from intranet-main (3.71 KB, patch)
2024-07-19 09:46 UTC, Jake Deery
Details | Diff | Splinter Review
Bug 37029: Remove 'About Koha' from intranet-main (3.75 KB, patch)
2024-07-19 11:52 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 37029: Remove 'About Koha' from intranet-main (3.82 KB, patch)
2024-07-22 14:16 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Auld 2024-06-04 15:36:34 UTC
The 'About Koha' button links to very important community and version information, but it seems out of place among the buttons for applications used on a daily basis by staff users. Could it be moved to the top menu or to the bottom of every page where 'about' buttons/links are more commonly found in web interfaces/applications?
Comment 1 Katrin Fischer 2024-06-17 10:39:31 UTC
I can see what you mean, but wonder where else we could place it well.

Maybe we could keep it in the "More" pull down and also link the version numbering now visible on the start page to it?
Comment 2 Andrew Auld 2024-06-17 12:05:08 UTC
Those sound like perfect suggestions!
Comment 3 Fridolin Somers 2024-07-19 07:26:23 UTC
+1
Comment 4 Jake Deery 2024-07-19 09:46:48 UTC
Created attachment 169187 [details] [review]
Bug 37029: Remove 'About Koha' from intranet-main

This patch removes the 'About Koha' link as a module button, and instead
uses the 'Koha xx.xx.xx' version URL on the mainpage as a shortcut to
the 'About Koha' page.

Additionally, a link to the Koha Community website has been added to the
bottom of the 'About Koha' page, in the same place the 'Koha xx.xx.xx'
version URL appears on the mainpage.

To test:
a)  Log in to Koha's staff client
b)  Notice the 'About Koha' module button, and that the 'Koha xx.xx.xx'
    version URL goes to the Koha Community website.
c)  Notice that on the 'About Koha' page, there is no link to the Koha
    Community website.
d)  --> Apply patch <--
e)  Notice that the About Koha module button is now missing
f)  Notice that the 'Koha xx.xx.xx' version URL now goes to 'About Koha'
g)  Notice that on the 'About Koha' page, there is now a link for the
    Koha Community website at the bottom of the page.
Comment 5 Jake Deery 2024-07-19 09:48:33 UTC
See https://chat.koha-community.org/koha-community/pl/jej6yaqehtbgiyb518wjfz5foa for discussion history. Thanks in advance for the sign-off!
Comment 6 Owen Leonard 2024-07-19 11:52:55 UTC
Created attachment 169207 [details] [review]
Bug 37029: Remove 'About Koha' from intranet-main

This patch removes the 'About Koha' link as a module button, and
instead uses the 'Koha xx.xx.xx' version URL on the mainpage as a
shortcut to the 'About Koha' page.

Additionally, a link to the Koha Community website has been added to
the bottom of the 'About Koha' page, in the same place the 'Koha
xx.xx.xx' version URL appears on the mainpage.

To test:
a)  Log in to Koha's staff client
b)  Notice the 'About Koha' module button, and that the 'Koha xx.xx.xx'
    version URL goes to the Koha Community website.
c)  Notice that on the 'About Koha' page, there is no link to the Koha
    Community website.
d)  --> Apply patch <--
e)  Notice that the About Koha module button is now missing
f)  Notice that the 'Koha xx.xx.xx' version URL now goes to 'About
    Koha'
g)  Notice that on the 'About Koha' page, there is now a link for the
    Koha Community website at the bottom of the page.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 7 Martin Renvoize (ashimema) 2024-07-22 14:16:41 UTC
Created attachment 169303 [details] [review]
Bug 37029: Remove 'About Koha' from intranet-main

This patch removes the 'About Koha' link as a module button, and
instead uses the 'Koha xx.xx.xx' version URL on the mainpage as a
shortcut to the 'About Koha' page.

Additionally, a link to the Koha Community website has been added to
the bottom of the 'About Koha' page, in the same place the 'Koha
xx.xx.xx' version URL appears on the mainpage.

To test:
a)  Log in to Koha's staff client
b)  Notice the 'About Koha' module button, and that the 'Koha xx.xx.xx'
    version URL goes to the Koha Community website.
c)  Notice that on the 'About Koha' page, there is no link to the Koha
    Community website.
d)  --> Apply patch <--
e)  Notice that the About Koha module button is now missing
f)  Notice that the 'Koha xx.xx.xx' version URL now goes to 'About
    Koha'
g)  Notice that on the 'About Koha' page, there is now a link for the
    Koha Community website at the bottom of the page.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 8 Martin Renvoize (ashimema) 2024-07-22 14:17:09 UTC
Nice little improvement, thanks Jake.

Passing QA
Comment 9 Martin Renvoize (ashimema) 2024-07-22 14:23:18 UTC
This will need some clear release notes just in case people miss it ;)
Comment 10 Martin Renvoize (ashimema) 2024-07-23 15:05:15 UTC
Thanks for all the hard work!

Pushed to main for the next 24.11.00 release as RM Assistant
Comment 11 Lucas Gass (lukeg) 2024-08-28 20:23:11 UTC
Backported to 24.05.x for upcoming 24.05.04
Comment 12 Fridolin Somers 2024-09-10 14:01:57 UTC
I prefer not impact 23.11.x for stable behavior on old version.