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
- 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?
- index
- Not logged in -- marketing
- Are logged in -- user specific stuff
- 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
- 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
- What do we need in this calendar?
- Affiliates / Resources
- Forums?
- moderators
- Ratings
- Locations
- Products
- Users
- List of users
- index
- friends (show at the top?)
- location filtering
- ranking (DGA)
- Search/Sort
- table or grid?
- detail page --> link to profile
- index
- User profile page
- edit your own profile
- view others
- 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?
- Detail pages, entry pages, edit page --> modals
- Palette
- Light orange: #F6B352 - text
- Dark orange: #F68657 -
- Charcoal gray: #383A3F - BG
- Black: #1F2124 - BG
- Light blue: #D4DFE6 -
- Medium blue: #8EC0E4 -
- Links
- no difference between new and visited in navigation
- yes, visited in blocks of text
- 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!)
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.
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