1 00:00:00,000 --> 00:00:03,000 [Jim Hoskins] So we're ready to start our second iteration of our job board project. 2 00:00:03,000 --> 00:00:05,000 Nick, what did we do in the last iteration? 3 00:00:05,000 --> 00:00:08,000 [Nick Pettit] Well, in the last iteration, I put together some wireframes 4 00:00:08,000 --> 00:00:12,000 and I also got together some of the initial CSS just to get the site going. 5 00:00:12,000 --> 00:00:16,000 [Jim] Yeah, so I got a Rails project set up and then created the scaffolding 6 00:00:16,000 --> 00:00:19,000 for the jobs, so we'll have something to start working on views immediately 7 00:00:19,000 --> 00:00:22,000 so we can start playing around with actually posting jobs. 8 00:00:22,000 --> 00:00:24,000 So what do you want to get accomplished in this iteration? 9 00:00:24,000 --> 00:00:28,000 [Nick] Well, I want to create a responsive design for this site, 10 00:00:28,000 --> 00:00:32,000 so to do that, we need to first create a high-fidelity mockup 11 00:00:32,000 --> 00:00:34,000 so that we can go ahead and create our fluid grid calculations, 12 00:00:34,000 --> 00:00:37,000 and a high-fidelity mockup will also help us establish 13 00:00:37,000 --> 00:00:40,000 some of the more detailed visual design of the site. 14 00:00:40,000 --> 00:00:42,000 [Jim] Cool, so while you're doing that, 15 00:00:42,000 --> 00:00:45,000 what I want to do is get an authentication system set up. 16 00:00:45,000 --> 00:00:49,000 Basically, I want people to be able to register and sign in so they can post their jobs 17 00:00:49,000 --> 00:00:51,000 and then manage the jobs that they post, so the first step for that 18 00:00:51,000 --> 00:00:54,000 is to implement some sort of authentication layer, 19 00:00:54,000 --> 00:00:56,000 and then we can move forward with that. 20 00:00:56,000 --> 00:00:58,000 [Nick] Great. Well, let's go ahead and get started. [Jim] All right.