<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markr.git/src/main/java/com/stileeducation/markr/controller/TestResultsController.java, branch master</title>
<subtitle>Markr - Marking as a Service</subtitle>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/'/>
<entry>
<title>Add test not found handling to /aggregate endpoint</title>
<updated>2024-07-26T01:43:56+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-26T01:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=1abae6d1e41659ebe3230352c58e0cf0550f19eb'/>
<id>1abae6d1e41659ebe3230352c58e0cf0550f19eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increment the correct variables</title>
<updated>2024-07-25T12:57:41+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T12:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=0b24d43fc4517e92025efc552ff7c1cc6ddaff2e'/>
<id>0b24d43fc4517e92025efc552ff7c1cc6ddaff2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused variables and switch to constructor injection</title>
<updated>2024-07-25T10:54:41+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T10:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=cf4edfcb4bc7d0d02cefa861a95812315f092a66'/>
<id>cf4edfcb4bc7d0d02cefa861a95812315f092a66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate import payload and return create/update stats</title>
<updated>2024-07-25T10:36:11+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T10:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=aa9bdd514ab90d0da0391b879255a22c29450e9a'/>
<id>aa9bdd514ab90d0da0391b879255a22c29450e9a</id>
<content type='text'>
- Add validation to /import payload
- Move import logic to service bean
- Track whether entities have been created or update
- Report number of created and updated entities as return value for the
  import endpoint
- Add some test coverage to exercise the validators
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add validation to /import payload
- Move import logic to service bean
- Track whether entities have been created or update
- Report number of created and updated entities as return value for the
  import endpoint
- Add some test coverage to exercise the validators
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting and add some clarifying comments</title>
<updated>2024-07-25T02:10:25+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T02:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=98f6bffd91a83fd2fee5481255604b302d59dd59'/>
<id>98f6bffd91a83fd2fee5481255604b302d59dd59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement domain services</title>
<updated>2024-07-23T13:23:45+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-23T13:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=f08b2fa7e6a977a18d6b9f14fb73c18ec73ec5df'/>
<id>f08b2fa7e6a977a18d6b9f14fb73c18ec73ec5df</id>
<content type='text'>
Implement core business logic for working with Student, Test, and TestResult.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement core business logic for working with Student, Test, and TestResult.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce text/xml+marker content type for /import endpoint</title>
<updated>2024-07-23T11:25:54+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-23T11:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=6964e0bc8578abcbdf7e49ffa36c49197df67787'/>
<id>6964e0bc8578abcbdf7e49ffa36c49197df67787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement simple /results/:id/aggregate endpoint and test</title>
<updated>2024-07-23T06:30:53+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-23T06:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=6f62cf9d52e1d5353be33f1fbf3429b0be456dc7'/>
<id>6f62cf9d52e1d5353be33f1fbf3429b0be456dc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement simple /import endpoint and test</title>
<updated>2024-07-23T05:25:17+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-23T05:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=aec0dff5477cafce865410381a722fedbac04ac1'/>
<id>aec0dff5477cafce865410381a722fedbac04ac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
