-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
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. |
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. |
I personally like this, if you guys @jenniferward don't have a strong opposition for me it is ok |
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
Currently, the record status (
wf_stage
) is quite visible in Muscat in the record lists (index), for example: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:
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:Or in the edit screen:
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.
The text was updated successfully, but these errors were encountered: