Closed vijay-kesanakurthi closed 1 month ago
SQL looks good, would you mind updating the Bookmark.java entity model for the scrapable field and I will merge it in :D
Is it necessary to include a constructor for a property like screenshotUrl
?
That's a really good question, it should be included in the constructor with the screenshotUrl.
You'll need to update the BookmarkService.java which uses that constructor to include the new parameter for scrapable. For the time being I would default that to true. There are some frontend tickets to include that request field then we'll need to update the backend to use what the request contains, i.e. scrapable or not.
I have updated both BookmarkService and Model.
@vijay-kesanakurthi Thanks! I appreciate all the help. Welcome to FindFirst!
Issue number: resolves #220 #221