Display author of the changes in the Workflow tab
See original GitHub issueIs your feature request related to a problem? Please describe. Say you’re working on the same file as a team mate of yours. You both have pending changes on that file. Both changes appear under the Workflow. How do you know which one is yours? You would need to click and search for your changes to make sure.
Describe the solution you’d like
A small line like {avatar} {name}
or really just {name}
below the collection name inside the change card would do just fine.
Describe alternatives you’ve considered None
Additional context A quick mockup:
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Workflow Configuration | Alteryx Help
The Workflow tab contains information about a workflow file. File information displays for a workflow that you have saved and are actively ...
Read more >Workflow actions in SharePoint Designer: A quick reference ...
On the Workflow tab, in the Insert group, click Conditions to open the list of workflow actions. Alternately, you can click inside a...
Read more >Author wants to see job(s) in workflow tab - OpenText Forums
When a user who has the role of TeamSite Author logs on and views the Workflow tab they do not have a choice...
Read more >Learning Open Journal Systems 3.3 - Editorial Workflow
Use the Notes tab to also view or add any editorial notes. ... To allow an author to change the metadata at a...
Read more >Workflow editor - Product Documentation | ServiceNow
The Workflow Editor is an interface for creating and modifying workflows by ... View the change history of application services in classic ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @pr0grammm! I think you’re correct with all you questions/answers
Hi @himanshu007-creator, the end result should be adding the post author in workflow tab:
to each post as seen in the issue description.
The UI code to change is here https://github.com/netlify/netlify-cms/blob/444f30689b366f2479a0039414a314a809b2b980/packages/netlify-cms-core/src/components/Workflow/WorkflowCard.js#L136
but you’ll need to get that information from each backend as I mentioned in my previous comment.