| Age | Commit message (Collapse) | Author |
|
- Don't output anything if the relationship is unsupported
- Fail if we're adding a child via the father to a family
|
|
|
|
- Support uncle, aunt, in-law, son, daughter relationships
|
|
- 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
|
|
- Added logic for executing different FamilyTreeManager methods based on actions
- More test coverage
|
|
- Updated tests to use tempfile
- Implemented initial ActionFileExecutor tests
|