summaryrefslogtreecommitdiff
path: root/lib/relationship_manager.rb
AgeCommit message (Collapse)Author
2024-10-25Move link_spouses to FamilyFactorySzymon Szukalski
2024-10-25Document code with YARDSzymon Szukalski
2024-10-24Add tests for FamilyTree classSzymon Szukalski
- return appropriate error messages when person isn't found or if there aren't any siblings
2024-10-24Implement key data modelSzymon Szukalski
- 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