Vivek Kaul

Results 14 comments of Vivek Kaul

@jmprathab Can I take a shot at this ?

@jmprathab A gentle reminder...

> ## Endpoints > * `GET /houses/{houseId}/rentals` - Which returns a list of members and their time range of stay. End time is empty for currently staying member > *...

Generally, requirement for capturing any data element should come from a business need. Off the bat, I think together with date, time should also be captured. Maybe capture date and...

- Will / Is there another endpoint for adding `arrivalDate` & `departureDate` values ? Since they are actuals and will be added at the time of check-in/out. - Looking at...

Hi @mslowiak, Due to other commitments I won't be able to work on this issue. Kindly un-assign me from this issue. Thank you for all your inputs!

Hello, I would like to take a shot at this. My proposal: - Create an Entity `BookSeries` with properties `Series Id (Key), Name of Series, Series Order Number, Book Id...

I see an issue with my proposed approach where a Unique Series Id will relate to a single Book Id (When we need it to relate with multiple book id's)....

I confirmed that A `UNIQUE(BookSeriesId, BookId, SerialNumber)` constraint should work.

> 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...