<feed xmlns='http://www.w3.org/2005/Atom'>
<title>recipe_buddy/recipeBuddy/src, 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>Merge branch 'master' into Jacob</title>
<updated>2019-12-07T08:17:14+00:00</updated>
<author>
<name>Jacob</name>
<email>gatelyjm@clarkson.edu</email>
</author>
<published>2019-12-07T08:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=c6afa531481b664950406df6cea17794942d8028'/>
<id>c6afa531481b664950406df6cea17794942d8028</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete main page component that was no longer needed</title>
<updated>2019-12-07T08:16:32+00:00</updated>
<author>
<name>Jacob</name>
<email>gatelyjm@clarkson.edu</email>
</author>
<published>2019-12-07T08:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=0922e7f865d61295adc6807f2776a80ce70fe711'/>
<id>0922e7f865d61295adc6807f2776a80ce70fe711</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import { Component } from '@angular/core';</title>
<updated>2019-12-07T20:07:23+00:00</updated>
<author>
<name>Jacob</name>
<email>gatelyjm@clarkson.edu</email>
</author>
<published>2019-12-07T07:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=a64074c892b7567ea822454e54aa4d8501a89194'/>
<id>a64074c892b7567ea822454e54aa4d8501a89194</id>
<content type='text'>
@Component({
  selector: 'my-app',
  templateUrl: './app.component.html',
  styleUrls: [ './app.component.css' ]
})
export class AppComponent  {
  name = 'Angular';

  addPage() {
    //Code here to move to add page
  }
  submitSearch() {
    //Code here to submit search
  }
  shoppingCart() {
    //Code here to move to shopping cart
  }
}
Updated main page to include just the top navigation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@Component({
  selector: 'my-app',
  templateUrl: './app.component.html',
  styleUrls: [ './app.component.css' ]
})
export class AppComponent  {
  name = 'Angular';

  addPage() {
    //Code here to move to add page
  }
  submitSearch() {
    //Code here to submit search
  }
  shoppingCart() {
    //Code here to move to shopping cart
  }
}
Updated main page to include just the top navigation
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated recipe card component with new code. Essentially makes recipe</title>
<updated>2019-12-07T20:06:21+00:00</updated>
<author>
<name>Jacob</name>
<email>gatelyjm@clarkson.edu</email>
</author>
<published>2019-12-05T10:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=7eb0712eff78c0fcde17e644e9a8863803b5472b'/>
<id>7eb0712eff78c0fcde17e644e9a8863803b5472b</id>
<content type='text'>
card component the new main page. Left main page component in so that
the original code is there, as well as the general outline for the
other pages. Recipes still need to be loaded in from the backend, as
they are currently pre-loaded. Also needs to be connected so the add,
shopping cart, edit, and delete commands perform the correct tasks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
card component the new main page. Left main page component in so that
the original code is there, as well as the general outline for the
other pages. Recipes still need to be loaded in from the backend, as
they are currently pre-loaded. Also needs to be connected so the add,
shopping cart, edit, and delete commands perform the correct tasks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'cafe1b4fd3cc02554f44ffbaa8467d867a6838cb' into chrisundercoffer</title>
<updated>2019-12-07T20:05:42+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-07T20:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=ac33c29faf55b640066641d2c328d841fa3e593b'/>
<id>ac33c29faf55b640066641d2c328d841fa3e593b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new recipe card and main page components. Added new files in each</title>
<updated>2019-12-07T20:02:44+00:00</updated>
<author>
<name>Jacob</name>
<email>gatelyjm@clarkson.edu</email>
</author>
<published>2019-12-03T13:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=33ff048f5efb30e767780f24424588af562ea400'/>
<id>33ff048f5efb30e767780f24424588af562ea400</id>
<content type='text'>
of these components for html, css, ts, and spec.ts. HTML and CSS files
were updated with code from stackblitz. Apparently this thing also
thinks I changed the app.module.ts file, but I do not think I did.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of these components for html, css, ts, and spec.ts. HTML and CSS files
were updated with code from stackblitz. Apparently this thing also
thinks I changed the app.module.ts file, but I do not think I did.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add deleteRecipe to backend service</title>
<updated>2019-12-03T04:32:39+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-03T04:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=658dea27e47e3aab24598a74ee9940f82bea2368'/>
<id>658dea27e47e3aab24598a74ee9940f82bea2368</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add updateRecipe to backend</title>
<updated>2019-12-03T04:10:01+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-03T04:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=04c3b3fd7ffd2e377f7e443b072a86a332e94ac1'/>
<id>04c3b3fd7ffd2e377f7e443b072a86a332e94ac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add createRecipe to backend service</title>
<updated>2019-12-03T03:58:08+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-03T03:58:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=b00429267a9bfe0a3e44290330fac299e00c2753'/>
<id>b00429267a9bfe0a3e44290330fac299e00c2753</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add getRecipe to backend service</title>
<updated>2019-12-03T01:10:03+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-03T01:10:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=4612a506a8ccb7859e08ff75f9aef5f9de2b1aba'/>
<id>4612a506a8ccb7859e08ff75f9aef5f9de2b1aba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
