<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ceres/view/html/recipes.html, branch v0.4.0</title>
<subtitle>Recipe server for your favorite dishes</subtitle>
<id>https://cgit.xengineering.eu/ceres/atom?h=v0.4.0</id>
<link rel='self' href='https://cgit.xengineering.eu/ceres/atom?h=v0.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/'/>
<updated>2024-05-09T10:19:30Z</updated>
<entry>
<title>Remove default recipe name</title>
<updated>2024-05-09T10:19:30Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-04-23T15:42:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=2704cb76554b02f546bf3f9d2d11be98f2854b7b'/>
<id>urn:sha1:2704cb76554b02f546bf3f9d2d11be98f2854b7b</id>
<content type='text'>
To avoid not clickable recipes on the /recipes page a default name used
to be inserted on recipe creation.

This was not a proper fix for the problem and also was annoying that the
user first had to remove the default recipe name.

This commit removes this default name.
</content>
</entry>
<entry>
<title>view: Fix position of header tag</title>
<updated>2024-03-24T09:10:10Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-24T09:10:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=605c9e321b442daf1794ae8c045b1efb75617c92'/>
<id>urn:sha1:605c9e321b442daf1794ae8c045b1efb75617c92</id>
<content type='text'>
It should be inside the body tag but used to be before it.
</content>
</entry>
<entry>
<title>view: Display message in case of no recipes</title>
<updated>2024-03-06T20:42:44Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-06T19:53:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=06293b48bb1288348e36dceb779cc06f31b0ba8d'/>
<id>urn:sha1:06293b48bb1288348e36dceb779cc06f31b0ba8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>view: Move recipe adding to /recipes</title>
<updated>2024-03-03T18:50:50Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-03T18:50:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=4dcd846aa7c8d15c96ba13380f48b985fb2c992e'/>
<id>urn:sha1:4dcd846aa7c8d15c96ba13380f48b985fb2c992e</id>
<content type='text'>
In the long term the &lt;nav&gt; section at the top should reference the list
views of all managed objects (recipes, users, products and so on).

With this structure it makes more sense to have the button to add a
recipe on the list view on recipes located at /recipes.
</content>
</entry>
<entry>
<title>view: Move all JavaScript code to ceres.js</title>
<updated>2024-03-03T18:21:45Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-03T18:14:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=fc8160d4404f18042b7d265f2f595e4a3d75242b'/>
<id>urn:sha1:fc8160d4404f18042b7d265f2f595e4a3d75242b</id>
<content type='text'>
This allows to cache the involved JavaScript code.
</content>
</entry>
<entry>
<title>view: Add template 'nav'</title>
<updated>2024-03-03T16:12:14Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-03-03T16:12:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=d35bd7c65d062ca30852c901f6e98a05ceb309d7'/>
<id>urn:sha1:d35bd7c65d062ca30852c901f6e98a05ceb309d7</id>
<content type='text'>
The &lt;nav&gt; section is the same on every page. This new template reduces
code duplication.
</content>
</entry>
<entry>
<title>view: Add doctype to HTML</title>
<updated>2024-02-15T19:15:05Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-02-15T19:14:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=75c594b778c5c6d51883a45da735a67761952470'/>
<id>urn:sha1:75c594b778c5c6d51883a45da735a67761952470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>view: Reference /recipes with home button</title>
<updated>2024-02-15T18:58:08Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-02-15T18:47:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=9c2a9c2000520129ac2377b033eeafce61d07abb'/>
<id>urn:sha1:9c2a9c2000520129ac2377b033eeafce61d07abb</id>
<content type='text'>
The index page / provides a redirect to /recipes but this is inefficient
since two HTTP requests are required.
</content>
</entry>
<entry>
<title>view: Implement GET handler for model.Recipes</title>
<updated>2024-02-13T19:26:42Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-02-11T21:44:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=40868be7d4b9e1d9909a19dccc25ec49c1b5924b'/>
<id>urn:sha1:40868be7d4b9e1d9909a19dccc25ec49c1b5924b</id>
<content type='text'>
</content>
</entry>
</feed>
