<feed xmlns='http://www.w3.org/2005/Atom'>
<title>recipe_buddy/backend, branch Jacob</title>
<subtitle>Small single user website for storing/cooking recipes.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/'/>
<entry>
<title>Add more CORS related header management</title>
<updated>2019-12-03T03:53:23+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-03T03:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=d70c3e598450a71ae3971770f63d13dbf6838952'/>
<id>d70c3e598450a71ae3971770f63d13dbf6838952</id>
<content type='text'>
`Access-Control-Allow-Methods` &amp; `Access-Control-Allow-Headers` headers
are needed to make POST requests from angular.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Access-Control-Allow-Methods` &amp; `Access-Control-Allow-Headers` headers
are needed to make POST requests from angular.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into api_json=recipe_object</title>
<updated>2019-12-02T21:43:43+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-02T21:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=e3340c8df1892356ecf58116db9e910662554eed'/>
<id>e3340c8df1892356ecf58116db9e910662554eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix remove Num from Step struct</title>
<updated>2019-12-02T21:40:03+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-02T21:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=ba3fc1b1ec14035009cbfc642e04fbf1034ce735'/>
<id>ba3fc1b1ec14035009cbfc642e04fbf1034ce735</id>
<content type='text'>
The index of the array can be used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The index of the array can be used instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9 from tuckerevans/backend-improvement</title>
<updated>2019-12-02T21:24:12+00:00</updated>
<author>
<name>schencej</name>
<email>55326070+schencej@users.noreply.github.com</email>
</author>
<published>2019-12-02T21:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=6f14fcb0a4692c54b76ea96fc2bc0a683af30838'/>
<id>6f14fcb0a4692c54b76ea96fc2bc0a683af30838</id>
<content type='text'>
Backend improvement (Refactoring)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backend improvement (Refactoring)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix changes json encoding to match frontend</title>
<updated>2019-12-02T15:52:47+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-02T15:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=74855d03f44adf2e77d5d6af38e18e1cfe45e700'/>
<id>74855d03f44adf2e77d5d6af38e18e1cfe45e700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Content-Type header</title>
<updated>2019-11-30T00:46:43+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-11-30T00:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=30ccc1f1c4a0ba64e16a0ef306f5b4c71df5760f'/>
<id>30ccc1f1c4a0ba64e16a0ef306f5b4c71df5760f</id>
<content type='text'>
Content-Type header was not included in response because WriteHeader()
was called before setting Content-Type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Content-Type header was not included in response because WriteHeader()
was called before setting Content-Type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplicated response code</title>
<updated>2019-11-29T22:58:41+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-11-29T22:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=9e1ab63bb039b72cdd2da98c3814366ec1851c7a'/>
<id>9e1ab63bb039b72cdd2da98c3814366ec1851c7a</id>
<content type='text'>
Replace response setup/send code w/ calls to sendResponse()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace response setup/send code w/ calls to sendResponse()
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sendResponse function</title>
<updated>2019-11-28T12:59:27+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-11-28T12:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=950e9f1bd29ffdc82740e9ac237089eb61a25661'/>
<id>950e9f1bd29ffdc82740e9ac237089eb61a25661</id>
<content type='text'>
sendResponse function implements creating and sending a APIRespones so
that this code will not be rewritten for every response situation i.e.
the different http methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sendResponse function implements creating and sending a APIRespones so
that this code will not be rewritten for every response situation i.e.
the different http methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error handling on database connect</title>
<updated>2019-11-28T12:55:00+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-11-28T12:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=4a7b855e85eb9e1dd04c7d9b0ede1f387bee31bc'/>
<id>4a7b855e85eb9e1dd04c7d9b0ede1f387bee31bc</id>
<content type='text'>
Now panics when can't connect to database and splits handling of errors
from Open() and Ping() as separate issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now panics when can't connect to database and splits handling of errors
from Open() and Ping() as separate issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix default case for http method check</title>
<updated>2019-11-28T12:38:06+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-11-28T12:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=510f3d83f0da041e90d358c796eb0c209b265f30'/>
<id>510f3d83f0da041e90d358c796eb0c209b265f30</id>
<content type='text'>
Moves default case (Method Not Allowed) into else clause so it is not
necessary to return from the previous if's --- only for checking http
method, error checking if statements can/should be returning where
needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moves default case (Method Not Allowed) into else clause so it is not
necessary to return from the previous if's --- only for checking http
method, error checking if statements can/should be returning where
needed.
</pre>
</div>
</content>
</entry>
</feed>
