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

chore: improvements #1419

Merged
merged 2 commits into from
Dec 20, 2024
Merged

chore: improvements #1419

merged 2 commits into from
Dec 20, 2024

Conversation

mfts
Copy link
Owner

@mfts mfts commented Dec 20, 2024

  • add location info to dataroom visitors
  • add watermark on business via limits

Copy link

vercel bot commented Dec 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
papermark ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 8:34am

Copy link

what-the-diff bot commented Dec 20, 2024

PR Summary

  • New Feature - Watermarking on Business Documents: This PR introduces a new watermark function which can be enabled in business documents for added security. It is controlled by a newly defined constant that determines when it renders.

  • Better Visitor Insights Through User Agent Information: A new component has been added which fetches and display information about what device, browser, or operating system a visitor to the data room is using. This should provide useful insights regarding user behavior and technical preferences.

  • Improved Dataroom Visitor's Table: The visitor's table now includes user agent information, giving a clearer picture of who is accessing the data room, and how they're doing so.

  • Standardized Display of User Agent Information: A new base component is designed to set a uniform structure to display user agent information across the platform.

  • Refactored Visitor User Agent Handling: The software handling visitor user agent data is updated. It now uses the new Base component and has improved error management which should improve overall system stability.

  • Prepared Infrastructure for Watermarking: Changes have been made in order to support the new watermarking feature. These changes include extending limit types with an optional watermarkOnBusiness property.

  • New Data Retrieval System for User Agent Info: A new SWR (stale-while-revalidate) hook is now set up to fetch user agent information which should enable real-time insights and analytics.

  • Expanded API with new Endpoint: A new endpoint has been added to the API. This will fetch user agent information based on a given view ID, while handling authorization and plan type restrictions to maintain security.

@mfts mfts merged commit 815d767 into main Dec 20, 2024
4 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant