<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shippit-coding-challenge.git/lib/action_file_executor.rb, branch main</title>
<subtitle>Shippit Coding Challenge Submission</subtitle>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/shippit-coding-challenge.git/'/>
<entry>
<title>Update README and fix incorrect outputs</title>
<updated>2024-10-25T01:05:03+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-10-25T01:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/shippit-coding-challenge.git/commit/?id=5d5ca66762513dccfbc4e76782e81bc593258c68'/>
<id>5d5ca66762513dccfbc4e76782e81bc593258c68</id>
<content type='text'>
- Don't output anything if the relationship is unsupported
- Fail if we're adding a child via the father to a family
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Don't output anything if the relationship is unsupported
- Fail if we're adding a child via the father to a family
</pre>
</div>
</content>
</entry>
<entry>
<title>Document code with YARD</title>
<updated>2024-10-24T23:00:36+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-10-24T23:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/shippit-coding-challenge.git/commit/?id=05fda6c29f0fe4742b7ea6b237ea98f737b68b8b'/>
<id>05fda6c29f0fe4742b7ea6b237ea98f737b68b8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement extended relationships</title>
<updated>2024-10-24T14:19:25+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-10-24T14:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/shippit-coding-challenge.git/commit/?id=fa50df797d8fcb1e3636683cf2ff1582f35bc181'/>
<id>fa50df797d8fcb1e3636683cf2ff1582f35bc181</id>
<content type='text'>
- Support uncle, aunt, in-law, son, daughter relationships
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Support uncle, aunt, in-law, son, daughter relationships
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement key data model</title>
<updated>2024-10-24T10:10:57+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-10-24T10:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/shippit-coding-challenge.git/commit/?id=9bc26146397acb5a216e20d5eb55bb2a582fdd3e'/>
<id>9bc26146397acb5a216e20d5eb55bb2a582fdd3e</id>
<content type='text'>
- 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Execute actions via the FamilyTreeManager</title>
<updated>2024-10-24T02:04:16+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-10-24T02:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/shippit-coding-challenge.git/commit/?id=3824dda1f184158c8946f02a4f2d533a17e95cd4'/>
<id>3824dda1f184158c8946f02a4f2d533a17e95cd4</id>
<content type='text'>
- Added logic for executing different FamilyTreeManager methods based on actions
- More test coverage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added logic for executing different FamilyTreeManager methods based on actions
- More test coverage
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ActionFileExecutor and execute from CLI</title>
<updated>2024-10-24T01:27:13+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-10-24T01:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/shippit-coding-challenge.git/commit/?id=08534a8164699017aa847fef62602abf6ec59e8f'/>
<id>08534a8164699017aa847fef62602abf6ec59e8f</id>
<content type='text'>
- Updated tests to use tempfile
- Implemented initial ActionFileExecutor tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Updated tests to use tempfile
- Implemented initial ActionFileExecutor tests
</pre>
</div>
</content>
</entry>
</feed>
