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 sharing endpoints H #35

Closed
Tracked by #25
eyurtsev opened this issue Mar 18, 2024 · 1 comment
Closed
Tracked by #25

Add sharing endpoints H #35

eyurtsev opened this issue Mar 18, 2024 · 1 comment
Assignees

Comments

@eyurtsev
Copy link
Collaborator

eyurtsev commented Mar 18, 2024

The goal is to produce a shareable URL that will allow anyone with the access to the URL to use the extractor.

Backend:

  1. When an extractor is shared, its content is copied to a new table and it becomes immutable. This content includes associated examples. It's assigned a new uuid, and it can be fetched from GET /s/{uuid} endpoint.

  2. When an extractor is shared it's assigned as shared UUID. The extractor is accessible via the shared UUID, GET endpoints do not return internal UUIDs. Content includes examples.

UI:

Main UX question decide what the sidebar does when one navigates to the shared extractor

@eyurtsev eyurtsev mentioned this issue Mar 18, 2024
41 tasks
@eyurtsev eyurtsev self-assigned this Mar 18, 2024
@eyurtsev eyurtsev mentioned this issue Mar 18, 2024
@eyurtsev
Copy link
Collaborator Author

merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant