Bug 32035 - "Koha" less prominent in new staff interface
Summary: "Koha" less prominent in new staff interface
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low major (vote)
Assignee: David Nind
QA Contact: Katrin Fischer
URL:
Keywords: rel_22_11_candidate
Depends on: 30952
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-28 13:08 UTC by Katrin Fischer
Modified: 2023-12-28 20:43 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
This adds "Koha" in front of the version number on the staff interface home page and links it to Koha Community website.
Version(s) released in:
22.11.00


Attachments
Bug 32035: Add "Koha" to the staff interface home page (1.36 KB, patch)
2022-10-29 23:36 UTC, David Nind
Details | Diff | Splinter Review
Bug 32035: Add "Koha" to the staff interface home page (1.40 KB, patch)
2022-10-30 01:52 UTC, David Nind
Details | Diff | Splinter Review
Bug 32035: Add "Koha" to the staff interface home page (1.51 KB, patch)
2022-11-02 19:24 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 32035: Add "Koha" to the staff interface home page (1.56 KB, patch)
2022-11-02 19:39 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-10-28 13:08:08 UTC
In the old staff interface we had the big logo with the Koha script in the staff interface, which was easily recognizable if you shared screenshots and such.

With the new staff layout we have moved to the small green icon in the top left corner, which stands out much less. The word "Koha" doesn't appear now.

This stems from feedback I received in a workshop showing Koha recently. 

Maybe we could add Koha to the Version given in the bottom right corner?
Comment 1 David Nind 2022-10-29 23:36:36 UTC Comment hidden (obsolete)
Comment 2 David Nind 2022-10-29 23:42:25 UTC
Alternative options I have played with - happy to update the patch, so please comment on what you would prefer:

1. Koha: version 22.06.00 (currently in the patch)
2. Koha: v. 22.06.00
3. Koha version 22.06.00
4. Koha 22.06.00 (my second preferred option)
5. Any of the options with Koha linked to https://koha-community.org (I think this would be a good idea)

Any other ideas? 

Would any of these cause any issues with translation, or are there any alternatives that would make translation easier?
Comment 3 David Nind 2022-10-29 23:44:22 UTC
(In reply to David Nind from comment #1)

> Currently the staff interface does not show Koha on the home page.
> This adds "Koha" to the homepage.

This isn't quite true, as there is Koha administration and About Koha module links.
Comment 4 David Nind 2022-10-30 01:52:31 UTC
Created attachment 142800 [details] [review]
Bug 32035: Add "Koha" to the staff interface home page

Currently the staff interface does not include Koha before the version
number shown on the home page.

Test plan:
1. Log in and view the staff interface home page.
2. In the bottom right-hand corner "Version 22.06.00" is shown.
3. Apply the patch.
4. Refresh the staff interface home page.
5. It now shows "Koha 22.06.00" (linked to the Koha website).
6. Sign off :D (or comment on alternative options).
Comment 5 David Nind 2022-10-30 01:55:27 UTC
I've changed my preference to having Koha 22.06.00, with this link to the Koha Community website.

The updated patch reflects this, and also fixes some mistakes in the descriptions and test plan.
Comment 6 Katrin Fischer 2022-11-02 19:24:53 UTC
Created attachment 143031 [details] [review]
Bug 32035: Add "Koha" to the staff interface home page

Currently the staff interface does not include Koha before the version
number shown on the home page.

Test plan:
1. Log in and view the staff interface home page.
2. In the bottom right-hand corner "Version 22.06.00" is shown.
3. Apply the patch.
4. Refresh the staff interface home page.
5. It now shows "Koha 22.06.00" (linked to the Koha website).
6. Sign off :D (or comment on alternative options).

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 7 Katrin Fischer 2022-11-02 19:25:47 UTC
Claude, I see you set this to Signed off - are we missing your sign-off line here?
Comment 8 Claude Demeure 2022-11-02 19:36:12 UTC
Hello Katrin, 
it was my first time "alone" on Bugzilla ;-).
Did i forgot something when i signed off ?
Comment 9 Katrin Fischer 2022-11-02 19:37:55 UTC
(In reply to Claude Demeure from comment #8)
> Hello Katrin, 
> it was my first time "alone" on Bugzilla ;-).
> Did i forgot something when i signed off ?

Hi Claude, not a problem :) You didn't add the sign-off line to the patch. I can do that right now for you.
Comment 10 Katrin Fischer 2022-11-02 19:39:23 UTC
Created attachment 143034 [details] [review]
Bug 32035: Add "Koha" to the staff interface home page

Currently the staff interface does not include Koha before the version
number shown on the home page.

Test plan:
1. Log in and view the staff interface home page.
2. In the bottom right-hand corner "Version 22.06.00" is shown.
3. Apply the patch.
4. Refresh the staff interface home page.
5. It now shows "Koha 22.06.00" (linked to the Koha website).
6. Sign off :D (or comment on alternative options).

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Claude Demeure <claude.demeure@mailo.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 11 Tomás Cohen Arazi 2022-11-02 22:28:08 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!