Skip to content

Improve share functionality #61

@fjogeleit

Description

@fjogeleit

Current share function implementation:

  • Combine Resources, Policies and Context as JSON String
  • Compress and encode to base64 string to reduce length using lzstring
  • Adding the content as query param and load it on page loading/mounting

Advantages

  • No expiration
  • Stateless

Disadvantages

  • Very long URL
  • Could not be send as via tools like Slack

Find a way to somehow shorten the URL and improve the UX

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions