- Read Tutorial
- Watch Guide Video
So what I want to do is test editing it when we click on this pencil, because we've only edited it from here. So let's go in here and first things first let's actually just add one, so let's try adding one. Let's click on the plus and let's say shoessssss and let's say, I'm going to get like a description. Okay, so I'm just getting some text here and then I'm going to choose a picture, I've got some vans here and I'm going to hit submit.
You'll see now that we get shoes and it says Adidas is a multinational corporation right, so basically we get what we need. Let's try editing this, I'm just gonna say Nikeyo, whatever it doesn't matter, just hit submit and you'll see that it update's it and thats nice.
So what we need to do is see if it works when we edit it from the little pencil here, and let's add brotha to the title. Let's save that and it works, okay cool.
So that's all functional and it works and that's really awesome. So what we want to do now is we want to do now is... that's our newsletters, our newsletters were completely functional, we can add one, we can edit them, we can click on them and edit them right.
So what we want to do now is I'm just going to add another one just for fun, like I'll select a computer image and say took this picture in a coffee shop last December and then I'll submit it, that's actually angular in the picture, angular js it was for a job I did.
But anyway this is working, and we can click on them, and its pretty nice. Okay, so what we need to do now that we're done with the newsletters. Let's check the requests and you'll see that I had these requests in a different order, that's because I just fixed the server to actually put them in reverse order, same with the newsletter so that the latest one would appear.
Anyway, that's good, it's all working and stuff. Now this wrench is working, we're pretty much done with the application. I'm trying to think of anything else we need to do, we need to fix some styles in here, and then we need to fix the header, and add in an admin permission, so there's only three more things we have to do.
So let's say git status, we didn't change anything so that's just an overview okay. We just need to change this fix requests, okay so you see that this isn't selected, this one that we opened but it selects that one. We need to fix that, it's a really quick fix and then we need to get rid of this gray bar and display the correct information, and then we'll do permissions, so let's go ahead and do that.