| Age | Commit message (Collapse) | Author |
|
|
|
|
|
maternal sides.
|
|
|
|
- Support uncle, aunt, in-law, son, daughter relationships
|
|
- return appropriate error messages when person isn't found or if there aren't any siblings
|
|
- Added classes for Person, Gender, Family, FamilyTree
- Replaced FamilyTreeManager with FamilyTree
- Add FamilyFactory for seeding the initial FamilyTree for King Arthur and Queen Margaret
- Added a RelationshipManager for linking spouses correctly
- Refactored ActionFileExecutor for readability
- More test coverage
|
|
- Implemented basic FamilyTree which will hold all the people and perform actions on them
- Updated the FamilyTree Manager to create an instance of the FamilyTree
- Updated the FamilyTreeManager to call the add_child and query_hierarchy methods on the FamilyTree
- Update tests
|