-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
new featureA proposal for a new functionalityA proposal for a new functionality
Description
We want to share some data between project members that doesn't have access to Databucket.
It will be a new feature that allow to:
- generate public link from Data Details Panel
- open Data Details by the generated link without authorization
On backend:
- New entity "Link" with fields (id, uuid, bukcet, dataId, jsonPath, expirationDate, createdBy, createdAt)
- New controller "LinkController" (createLink, getDataByLink)
- New repository "LinkRepository" (seach item by uuid)
- New service "LinkService"
- New class CreateDataLinkRequestDto (bucket, dataId)
On frontend:
- New button on Data Details Panel
Metadata
Metadata
Assignees
Labels
new featureA proposal for a new functionalityA proposal for a new functionality