<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markr.git/src, 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>Remove unused variables and tidy comments</title>
<updated>2024-07-26T05:15:06+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-26T05:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=b59d2f0c722d2e21194ed8d66a17be8128ba7b39'/>
<id>b59d2f0c722d2e21194ed8d66a17be8128ba7b39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test cases for multiple submissions</title>
<updated>2024-07-26T05:07:54+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-26T05:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=7d4d645eb24a30888825f6cdf50cb3eec6ef59f7'/>
<id>7d4d645eb24a30888825f6cdf50cb3eec6ef59f7</id>
<content type='text'>
Add test cases which exercise the logic for updating the marks available
and marks obtained.

Update the service method so that they are transactional and reset the
transient 'updated' and 'created' flags after reloading entites to
ensure accurate update/create reporting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test cases which exercise the logic for updating the marks available
and marks obtained.

Update the service method so that they are transactional and reset the
transient 'updated' and 'created' flags after reloading entites to
ensure accurate update/create reporting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify entity model builders</title>
<updated>2024-07-26T04:46:26+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-26T04:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=39e7e3344bf0827fe9563dc1f08d18084316fd6f'/>
<id>39e7e3344bf0827fe9563dc1f08d18084316fd6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify entity model</title>
<updated>2024-07-26T04:45:27+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-26T04:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=491832c004d249e069843c7ec6672b1907f7e568'/>
<id>491832c004d249e069843c7ec6672b1907f7e568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Re-order methods for readability</title>
<updated>2024-07-26T01:23:52+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-26T01:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=40fd0f10181909719f2541d62965dbcbc8e91078'/>
<id>40fd0f10181909719f2541d62965dbcbc8e91078</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>Inline variable and fix formatting</title>
<updated>2024-07-25T12:29:11+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T12:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=dca64d8fe7d65e22e2c3593433d698f392a39c2e'/>
<id>dca64d8fe7d65e22e2c3593433d698f392a39c2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update aggregate logic to return percentage values</title>
<updated>2024-07-25T12:24:43+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T12:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=83265a20b82273cc5ed31cf32ecd8d916c87503c'/>
<id>83265a20b82273cc5ed31cf32ecd8d916c87503c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant DTO test</title>
<updated>2024-07-25T11:07:10+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T11:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=b610eda6dd82f39bcc33ccc54d9ed6e262773ce1'/>
<id>b610eda6dd82f39bcc33ccc54d9ed6e262773ce1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
