r-adelaide / cheltham

Library management app for Salesforce
1 stars 10 forks source link

Add or remove book copies to the library #29

Closed rody closed 4 years ago

rody commented 4 years ago

As a library admin, I want to be able to add a copy to an existing book in the library. An admin should also be able to remove a copy without affecting the Book object.

Criterias:

The required fields are: -Book foreign key on Book Copy -Status (set by default as Available on creation) -Title (automatically added via Book)

Acceptance Criteria: