You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not asking for a full change management system, but it would be great if a log was kept when parts are created/changed, and by who, that could be displayed.
The situation that brought this to mind: I found we had two parts with the same names, but slightly different IPN's. I wanted to find out who created which part and when, so I would know who created the second part and notify them that I was changing their part to correct the error.
Something like returning a list of activity:
Date
User
Activity
2024-01-01
user1
Part Created
2024-04-05
user2
Part Edited
2024-08-24
user1
Part Edited
Bonus points if the "Part Edited" text was a list of changes... Or a link to a list... Or a diff output?
Bonus bonus points if there was a "rollback" button that could undo the changes level by level... :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Not asking for a full change management system, but it would be great if a log was kept when parts are created/changed, and by who, that could be displayed.
The situation that brought this to mind: I found we had two parts with the same names, but slightly different IPN's. I wanted to find out who created which part and when, so I would know who created the second part and notify them that I was changing their part to correct the error.
Something like returning a list of activity:
Bonus points if the "Part Edited" text was a list of changes... Or a link to a list... Or a diff output?
Bonus bonus points if there was a "rollback" button that could undo the changes level by level... :)
Beta Was this translation helpful? Give feedback.
All reactions