<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ceres/model/sql/testdata.sql, branch step-re-ordering</title>
<subtitle>Recipe server for your favorite dishes</subtitle>
<id>https://cgit.xengineering.eu/ceres/atom/model/sql/testdata.sql?h=step-re-ordering</id>
<link rel='self' href='https://cgit.xengineering.eu/ceres/atom/model/sql/testdata.sql?h=step-re-ordering'/>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/'/>
<updated>2024-03-04T19:33:58Z</updated>
<entry>
<title>model: Create test data with Go instead of SQL</title>
<updated>2024-03-04T19:33:58Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-03T19:06:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=b62c686702622b747ab082b7b12b3e611e1d7e1f'/>
<id>urn:sha1:b62c686702622b747ab082b7b12b3e611e1d7e1f</id>
<content type='text'>
This allows to formulate the test data with an object-based model which
is easier than writing it down in a relational model.
</content>
</entry>
<entry>
<title>model: Switch to very basic database schema</title>
<updated>2024-02-11T19:03:15Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-02-06T18:58:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=30303b34012f22cbe898dcebfd460709b206181d'/>
<id>urn:sha1:30303b34012f22cbe898dcebfd460709b206181d</id>
<content type='text'>
This simple model is used to test if it is helpful to implement the four
CRUD methods create, read, update and delete all inside the model
package.

The model package should also provide the datastructures for these
operations (well suited for the required views) aswell as tests for
them.

With this approach it should be possible to easily implement the view
and controller package because most of the logic is already inside the
model package and is tested.
</content>
</entry>
<entry>
<title>model: Inject test data into database</title>
<updated>2023-12-27T12:05:05Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2023-12-27T12:04:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=8ce328fafd9b2ad152f0afc16176cf01e1e66669'/>
<id>urn:sha1:8ce328fafd9b2ad152f0afc16176cf01e1e66669</id>
<content type='text'>
This is useful for debugging and testing.
</content>
</entry>
</feed>
