Self Standups - slwaller/PizzaOne GitHub Wiki
SelfStandup 9/29
-
What did you do yesterday? Yesterday I read up on some shopping cart gems and wondered if I wanted to implement those or just have it display the phone number to call. added columns to db, configured devise
-
What are your plans for today? Today I will get main functionality down to CRUD company and the company deals
-
Roadblocks: I have been trying to figure out how to make a modal form, instead of redirecting to a different page, I would like a pop up form to appear. I think it would add the necessary “umph” to my project.
SelfStandup 9/30
-
What did you do yesterday? Yesterday I successfully added main functionality and CRUD for adding companies/restaurants, added the styling to the company show page, looks amazing.
-
What are your plans for today? Today I will try to fix and touch up the styling on the show pages, and add company deals
-
Roadblocks: Asset Pipeline seems to not want to work on my show page. I tried all the routes that would lead to it but nothing doing. Still no modal forms as of yet either. but I figure I would get some functionality down and not waste time on the "umph" just yet.
SelfStandup 10/1
-
What did you do yesterday? Yesterday I went all in on the styling for company show pages, and finished deal CRUD. Ah, and fixed my asset pipeline issue.
-
What are your plans for today? Today I want to link up my company show page deals with my deal show pages, which leads to roadblocks
-
Roadblocks: How da hell im gon do dat?!
SelfStandup 10/2
-
What did you do yesterday? Got a basic idea of how I want to link up my company showpage deals with their actual deals through a .each. In lieu of Nick's suggestion that I add a dropdown for user login links for the navbar, I did so. Spiced up the deal show page. Completed Deal CRUD. Added admin boolean to users.
-
What are your plans for today? Today I want to figure out paperclip and add it to the form so admins who want to add their own photos for their deals. Add in admin boolean to user sign up somehow. Get a start on linking company show page deals to actual deals. If I can get to it, via address, add google maps API and display on the left of company show page where the said restaurant is located.
-
Roadblocks: Styling my list of restaurants. Paperclip gem. Contemplating if I even want to have a user sign in. As I showed my project to my parents last night, they said as a user, as soon as they saw the sign up form they would have left the site. So maybe keep the site completely free for regular users, and only force a sign in if a restaurant wants to add their restaurant/deals.
SelfStandup 10/3
-
What did you do yesterday? What DIDNT I do yesterday? Successfully added paperclip, configured admins a bit, implemented google maps API overhead view and street views on company show pages. Stoked about 85-90% functionality done with the site.
-
What are your plans for today? Today the biggest thing, is to put the .each loop inside company#show for deals to add the small containers with the avatar,description, price etc, I suspect this will be a roadblock for me since I don't know exactly where to start, but once this part is done, all main functionality to the site is complete.
-
Roadblocks: Well, since I haven't started the .each loop for the company#show I pretty much killed everything today that I wanted to get finished.
SelfStandup 10/4
-
What did you do yesterday? Finished each loops on company#show, company#index, to complete base functionality of the site
-
What are your plans for today? Today I'm going to add a template to index page and make it pretty
-
Roadblocks: Nothing today! Today was pretty basic
SelfStandup 10/5
-
What did you do yesterday? Added and finished comment box under deal#show. Stylized a bunch of stuff on every page. Completed template page for index so it's not just some ugly list, I added paperclip to companies so they can upload logos. I displayed logos name and number in containers on the index page.
-
What are your plans for today? Today I'm going to add the search function and have to add admin stuff to the views. Touch up styling as I have been everyday. After this, my site will be 100% complete
-
Roadblocks: I'm pretty unsure how I would be able to let the current admin to change only his restaurant and not everyone elses and being able to set them as admin in the form. So far I've just set admins in mysql.