Skip to content
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

Merged
merged 4 commits into from
Jan 21, 2024
Merged

Conversation

agrim0312
Copy link
Contributor

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

agrim0312 and others added 4 commits January 19, 2024 19:00
# Conflicts:
#	src/app/App.tsx
#	src/app/components/Header.tsx
#	src/app/components/TextInput.tsx
#	src/app/utils/Connect.tsx
@jwafu jwafu self-requested a review January 21, 2024 23:09
Copy link
Contributor

@jwafu jwafu left a 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>
Copy link
Contributor

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 👍

Copy link
Contributor Author

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. 👍

@jwafu jwafu added enhancement New feature or request new endpoint showing the functionality of a new endpoint labels Jan 21, 2024
@jwafu jwafu merged commit dab7062 into pieces-app:main Jan 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new endpoint showing the functionality of a new endpoint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Activity Interactions Component
2 participants