<feed xmlns='http://www.w3.org/2005/Atom'>
<title>LYLLRuoka.git/index.html, branch devel</title>
<subtitle>A website server in NodeJS that parses and provides information about food shifts in Lohjan Yhteislyseon Lukio.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/'/>
<entry>
<title>Parsing the shifts (not classes) to the database + some GUI improvements</title>
<updated>2022-01-08T14:49:37+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2022-01-08T14:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=24709fa862636702fd0430e832463b751fce323e'/>
<id>24709fa862636702fd0430e832463b751fce323e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the DB class &amp; instructions to set up DB</title>
<updated>2022-01-07T08:58:02+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2022-01-07T08:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=4e5fe4711fe46a6af740aadbf23bde86bb5acf69'/>
<id>4e5fe4711fe46a6af740aadbf23bde86bb5acf69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor GUI improvements</title>
<updated>2022-01-04T12:18:20+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2022-01-04T12:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=e7b4d365f287f173c8cc0b5a4d965c3a0579c2e0'/>
<id>e7b4d365f287f173c8cc0b5a4d965c3a0579c2e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Footer</title>
<updated>2021-12-30T19:30:53+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2021-12-30T19:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=7743b9ff7b9eb85ea9502e401529f10fed83a0f6'/>
<id>7743b9ff7b9eb85ea9502e401529f10fed83a0f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Example input</title>
<updated>2021-12-30T10:48:42+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2021-12-30T10:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=4c4f007130ff20691b9ac2f5fbf05ed5be3c9931'/>
<id>4c4f007130ff20691b9ac2f5fbf05ed5be3c9931</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Help icon</title>
<updated>2021-12-30T09:18:51+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2021-12-30T09:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=eac815eaa7e6e613f055c39ecc1ce5fe50164f43'/>
<id>eac815eaa7e6e613f055c39ecc1ce5fe50164f43</id>
<content type='text'>
Added a (reusable) help icon that shows additional info about what to do on hover.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a (reusable) help icon that shows additional info about what to do on hover.
</pre>
</div>
</content>
</entry>
<entry>
<title>Class parsing</title>
<updated>2021-12-11T13:19:09+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2021-12-11T13:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=5eff94062faac65f402a6b04d545fb3225c07bf4'/>
<id>5eff94062faac65f402a6b04d545fb3225c07bf4</id>
<content type='text'>
Parsing in parse.js, implementation in server.js. Also changes to the returned information from parsing and minor ones to the GUI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parsing in parse.js, implementation in server.js. Also changes to the returned information from parsing and minor ones to the GUI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Readability improvements</title>
<updated>2021-12-09T06:19:20+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2021-12-09T06:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=1398a39779132974812ff1336f4af8e51b8e92cf'/>
<id>1398a39779132974812ff1336f4af8e51b8e92cf</id>
<content type='text'>
buildMain in server.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
buildMain in server.js
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor changes to the server and UI</title>
<updated>2021-12-07T18:28:14+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2021-12-07T18:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=7a02701c6963cddeceb894aec373e4866cfdaa2d'/>
<id>7a02701c6963cddeceb894aec373e4866cfdaa2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made a frontend that can be looked at</title>
<updated>2021-12-07T12:09:23+00:00</updated>
<author>
<name>JoelHMikael</name>
<email>joel.h.kronqvist@gmail.com</email>
</author>
<published>2021-12-07T12:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/LYLLRuoka.git/commit/?id=278d57ab2f06b246e2c671ba7f453408c0468318'/>
<id>278d57ab2f06b246e2c671ba7f453408c0468318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
