Skip to content
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

Should the record status be more visible in the show and edit screen? #1649

Open
fjorba opened this issue Oct 21, 2024 · 3 comments · May be fixed by #1651
Open

Should the record status be more visible in the show and edit screen? #1649

fjorba opened this issue Oct 21, 2024 · 3 comments · May be fixed by #1651
Milestone

Comments

@fjorba
Copy link
Contributor

fjorba commented Oct 21, 2024

Currently, the record status (wf_stage) is quite visible in Muscat in the record lists (index), for example:

image

However, in the full record view, or in the edit screen, the status is only visible in the bottom part of the record, so discreet that, unless you look at the button of the screen, it is not obvious to know if the record you are watching or editing is published or not:

image

We think that the record status is so important that it should be very visible, and if possible, using the same colors and conventions that in the list, that is, reusing the same ActiveAdmin status_tag. For example, in the record view:

image

Or in the edit screen:

image

We have implemented it for all record types that have wf_status; and yes, we know that some of them are under discussion (#1600), but this can be adjusted later.

I'd like to push my patch upstream if you are also interested in it.

@jenniferward
Copy link
Contributor

You are right, it is not very prominent, and not obvious to all users. In the RISM context, most records are published, so I think it would be important to only flag the unpublished records, but if you have more of a mix where you are then I'd be willing to see how it looks with Pub and Unp. Will see what others think.

@fjorba
Copy link
Contributor Author

fjorba commented Oct 23, 2024

Probably at ZR you mostly edit published records, but for catalogers entering new material, they may find both statuses more often, and probably for them it may be quite useful knowing it.

As for us in our institutional repository, we also have a third status that we also use quite a lot, that is deleted. To explain it very schematically, we don't delete records but keep them in deleted status, because, as we import many records automatically, we don't want wrong records to be duplicated.

And finally, I think it is clearer to know that the status is always shown, rather that it is only shown in this or that case, and try to guess what does it mean if it is not shown. In fact, in our proposal, it doesn't take space.

@xhero
Copy link
Contributor

xhero commented Oct 23, 2024

I personally like this, if you guys @jenniferward don't have a strong opposition for me it is ok

fjorba added a commit to fjorba/muscat that referenced this issue Oct 23, 2024
Record status is only visible in the record lists screen, but not when the
records are shown or edited.  Display it at the top of the screen using the
same ActiveAdmin status_tag than in the lists.

Closes rism-digital#1649
@jenniferward jenniferward added this to the 11.3 milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants