-
Notifications
You must be signed in to change notification settings - Fork 53
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 Activity Interactions Component #71
Conversation
# Conflicts: # src/app/App.tsx # src/app/components/Header.tsx # src/app/components/TextInput.tsx # src/app/utils/Connect.tsx
… workflow activity completed by @agrim0312
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one improvement that we can make in the future, youll see it in the comments, but we will get this in for now so i can do some cleaning this evening
|
||
return ( | ||
<div style={{backgroundColor:'#28272C',padding:5,margin:10,borderRadius:10,borderColor:'gray',borderWidth:10}}> | ||
<p style={{color:'white',fontSize:18}}>{reformatActvityText(description.activityAssetReferenced || description.assetAnchorAdded || description.assetAnchorDeleted || description.assetAnchorUpdated || description.assetAnnotationAdded || description.assetAnnotationDeleted || description.assetAnnotationUpdated || description.assetCreated || description.assetCreationFailed || description.assetDeleted || description.assetDescriptionUpdated || description.assetFormatCopied || description.assetFormatDownloaded || description.assetFormatGenericClassificationUpdated || description.assetFormatSpecificClassificationUpdated || description.assetFormatUpdated || description.assetFormatValueEdited || description.assetFormatValueEdited || description.assetHintAdded || description.assetHintDeleted || description.assetHintUpdated || description.assetLinkAdded || description.assetLinkDeleted || description.assetLinkGenerated || description.assetLinkRevoked || description.assetNameUpdated || description.assetPersonAdded || description.assetPersonDeleted || description.assetReferenced || description.assetSensitiveAdded || description.assetSensitiveDeleted || description.assetTagAdded || description.assetTagDeleted || description.assetUpdated || description.assetViewed || description.searchedAssetReferenced || description.suggestedAssetReferenced)} </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@agrim0312 this initial implementation will work for now but we will want to upgrade this in the near future. we can create an issue soon that is connected to this improvement 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure @jordan-pieces i will resolve this issue or will open an issue if not able to do so. 👍
Description
Pieces for Developers utilizes a "Workflow Activity View" that shows all of the interactions, references, creation events, and more that take place across all of your products. Showing this functionality can be helpful in understanding the different touch points that are stored locally on your device to help your experience improve.
This PR fixes #10