You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the database, we identify Artworks with the EbookUrl. But, now that we have placeholder ebooks available artworks should be linked to ebooks with an EbookId.
So, we should add an EbookId column to the Artworks table, and populate that with the actual ebook ID of the ebook.
The user can still enter a URL to identify an ebook, but when validating we resolve that URL to an ebook ID.
If an ebook ID doesn't exist for that URL, throw an error, and the admin will have to add a placeholder first.
Also see Ebook.php line 141 which will have to be updated to use Artwork.EbookId.
The text was updated successfully, but these errors were encountered:
In the database, we identify Artworks with the
EbookUrl
. But, now that we have placeholder ebooks available artworks should be linked to ebooks with anEbookId
.So, we should add an
EbookId
column to the Artworks table, and populate that with the actual ebook ID of the ebook.The user can still enter a URL to identify an ebook, but when validating we resolve that URL to an ebook ID.
If an ebook ID doesn't exist for that URL, throw an error, and the admin will have to add a placeholder first.
Also see
Ebook.php
line 141 which will have to be updated to useArtwork.EbookId
.The text was updated successfully, but these errors were encountered: