Skip to content

Commit 22ce3de

Browse files
committed
docs: adds additional stretch details
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 3b05b81 commit 22ce3de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lesson_10/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
## Homework
1717

1818
* Read HFDP 1-2.
19-
* Complete [Applying SOLID principles](#applying-solid-principles) exercise.
19+
* Complete [Applying SOLID principles](#applying-solid-principles-library-management-system-part-ii) exercise.
2020

2121
## Applying SOLID Principles (Library Management System, Part II)
2222

2323
In this assignment, you will be given starting implementations for the `Library`, `Book`, and `Patron` classes. You will need to add the following enhancements to support new functionality:
2424

2525
* We now want to support the concept of a `Librarian`. A librarian should be able to check out or check in books just like other patrons. Books can no longer be added or removed from the `Library` without a librarian.
2626
* We also want to support other types of media formats, including `Dvd`, `Magazine`, and `Newspaper` types. Patrons cannot check out `Magazine` or `Newspaper` items.
27-
* [Stretch] Add the ability to search for items in the library by title, ISBN, author, or type. Extra credit will not be assigned unless the previous requirements have been met.
27+
* [Optional Stretch] Add the ability to search for items in the library by title, ISBN, author, or type. Extra credit will not be assigned unless the previous requirements have been met.
28+
* [Optional Stretch] Add the ability for patrons to be members of multiple libraries. See previous note on extra credit.
2829

2930
You will need to make changes to code in the [solid/][solid-folder] sub-folder and submit your PR for credit. Don't forget to follow the Conventional Commit spec for your commit messages and pull requests title and descriptions.
3031

0 commit comments

Comments
 (0)