Karan Kumar
Karan Kumar
Hi @pranatimittal, sure, I'll assign you to the issue. Thanks!
@pranatimittal For both DGS and Spring Security, but particularly DGS, I recommend looking at the official documentation. DGS is quite new, so there may be relatively few tutorials out there....
Hi @machinalny, good question! API key would be great. Are you happy for me to assign you to this?
@machinalny How are you getting on with this?
@machinalny Unassigning due to no response
Hi, @Sajal193 . Yes, it is. Before I assign you to the issue, what's your implementation approach?
Hello, thanks for your interest in this! > Create an Entity BookSeries with properties Series Id (Key), Name of Series, Series Order Number, Book Id (Foreign Key) The Id ad...
Does the serial number represent the order a book is in a series? > Create a BookSeriesMapping entity with properties BookSeriesId (FK),BookId (FK),SerialNumber. So there would be a many-to-many relationship...
@kev711 Thanks! Feel free to reach out by creating a GitHub discussion or by asking on our #help channel on Slack if you need anything!
@kev711 I think a book should be in at most one series and a series can contain many books. Should the relationship between series and book be many-to-one? Also, we're...