Skip to content

Latest commit

 

History

History
111 lines (90 loc) · 4.08 KB

File metadata and controls

111 lines (90 loc) · 4.08 KB

Week 1, Day 3 Notes

Morning Warm-ups

Link to Compare the Triplets Link to A Very Big Sum

Talked about ternary operators using both the ? and ? characters. Essentially uses ? to say if the preceding condition is true return first value, : if false return second value.

i.e. if ((a<b)? 0 : 1

Morning Stand-up

Is Scoreo ready to launch? IF NOT, what do we need to do to get it ready to go?
  • Not consistent
  • We should take some time to plan
  • responsive design - mobile
  • functionality? We have none!
  • Goal for this week: Placeholders for each page
  • Logical file structure (organize the site)
  • Navbar? Most efficient way to get it on every page?

REVIEW: What are the specs that we wanted to have on our website?

  1. index
    • Not logged in -- marketing
    • Are logged in -- user specific stuff
  2. Games
    • index -- list of games
    • detail -- info about a game
    • enter/edit -- changing/adding game data
      • for previous two we might be able to reuse
  3. Calendar
    • index -- current month
    • deatil of event displayed in a modal
    • edit/enter -- display in `modal'
      • What do we need in this calendar?
        • date
        • time of day (start/end)
        • title
        • type of event
        • description
        • location
        • fee/cost?
      • Weather
  4. Affiliates / Resources
  5. Forums?
    • moderators
  6. Ratings
    • Locations
    • Products
    • Users
  7. List of users
    • index
      • friends (show at the top?)
      • location filtering
      • ranking (DGA)
    • Search/Sort
    • table or grid?
    • detail page --> link to profile
  8. User profile page
    • edit your own profile
    • view others
  9. Locations -- work the same way as users?
    • Favorites show up on the top
    • search/sort
    • table or grid to view?
    • detail page --> link to main
      • add a new course button or modal or page?

STYLE GUIDE - For uniformity

  1. Detail pages, entry pages, edit page --> modals
  2. Palette
    1. Light orange: #F6B352 - text
    2. Dark orange: #F68657 -
    3. Charcoal gray: #383A3F - BG
    4. Black: #1F2124 - BG
    5. Light blue: #D4DFE6 -
    6. Medium blue: #8EC0E4 -
  3. Links
    • no difference between new and visited in navigation
    • yes, visited in blocks of text
  4. Fonts
    • fun font for headings
    • sans-serif for body copy

For example images: docs (branch) - requirements.md "Requirements will go here"

Mark suggested a notification to remind of an event. Janine said that we should do that as a special project (would be super cool!)
Another project would be to research and add an actual forum to the website.

Janine talked about what it looks like for the rest of the bootcamp ad why we are . We're building a portfolio and we are taking baby steps. HTML/CSS --> Bootstrap, Javascript --> Angular, PHP --> Laravel, one week of content management system, then two weeks of group projects and two weeks of personal projects. We are trying to get to a point where we will have the tools are necessary. We work on the tools we have and get further down the list. We build on the tools we have in toolkit.

Start thinking about what you want to do for your final project.

For example images: docs (branch) - requirements.md "Requirements will go here"

Mark suggested a notification to remind of an event. Janine said that we should do that as a special project (would be super cool!)

Another project would be to research and add an actual forum to the website.

Janine talked about what it looks like for the rest of the bootcamp ad why we are . We're building a portfolio and we are taking baby steps. HTML/CSS --> Bootstrap, Javascript --> Angular, PHP --> Laravel, one week of content management system, then two weeks of group projects and two weeks of personal projects. We are trying to get to a point where we will have the tools are necessary. We work on the tools we have and get further down the list. We build on the tools we have in toolkit.

Start thinking about what you want to do for your final project.

Left the day off with talking about:

  • partials for navbars and footers and modals
  • calendars
  • carousel