-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Labels
Attachment ImprovementsP2Prod EnvironmentIssue Reported in Production EnvironmentIssue Reported in Production EnvironmentQA Pass in DevQA Pass in Prod
Milestone
Description
As of now links which are attached to a project, are not first class citizen of the data model. In other words, they don't have a dedicated data table to store the data rather they are stored inside a field bookmarks of projects table as JSON which has limitations as follows:
-
Links are not searchable
-
Does not have easy way to query links
-
Till date we are not storing the audit fields for the links i.e. we are using the
projectstable's audit fields whenever there is some operation performed on the links which makes it difficult to identify who added or updated a particular link and when.
We have to migrate this data to a separate table so that they can be queried and audited as a normal object in the data model.
Metadata
Metadata
Assignees
Labels
Attachment ImprovementsP2Prod EnvironmentIssue Reported in Production EnvironmentIssue Reported in Production EnvironmentQA Pass in DevQA Pass in Prod