-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add information contributor to items to moderate list screen #173
Comments
the "items-to-moderate" screen is using the {
"id": 987654,
"persistentId": "123456",
"category": "tool-or-service",
"label": "",
"lastInfoUpdate": "Tue Feb 20 13:41:31 UTC 2024",
"description": "",
"contributors": [],
"properties": [],
"status": "suggested",
"owner": "[email protected]"
} we don't get the full information-contributor object, like we do from the item-history endpoint - we only get the |
if we would rather display |
depending on some backend implementation create a backend issue |
In the review mode, it would be good to see who is the contributor suggesting changes to an item. Especially, in the screen showing the list of items to moderate, information contributor could be added (the same way it is implemented in the history view of an item)
Currently on the items to moderate list:
How it looks like in the history list of items - with the information contributor visible in the list - example:
notify also @mkrzmr @KlausIllmayer @vronk
The text was updated successfully, but these errors were encountered: