<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markr.git/src/main/java/com/stileeducation/markr/service/StudentService.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 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>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>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>
</feed>
