| 4 | JulianT | Exercise: Conditionals and Canvas | | Do exercise!
| | | | JulianT |
| 7 | MaxG | Exercise: Conditionals and Canvas | | Do exercise!
| | | | MaxG |
| 2 | ConnerF | Read Variables | | Read up about variables and data types.
| | | | ConnerF |
| 4 | AryaA | Read about Converting Data Types | | Read!
| | | | AryaA |
| 4 | ConnerF | Read about Converting Data Types | | Read!
| | | | ConnerF |
| 1 | JulianT | Read about Converting Data Types | | Read!
| | | | JulianT |
| 5 | AryaA | Homework: Converting Data TYpes | | Do homework for Converting Strings & Numbers
| | | | AryaA |
| 5 | ConnerF | Homework: Converting Data TYpes | | Do homework for Converting Strings & Numbers
| | | | ConnerF |
| 2 | JulianT | Homework: Converting Data TYpes | | Do homework for Converting Strings & Numbers
| | | | JulianT |
| 5 | MaxG | Homework: Converting Data TYpes | | Do homework for Converting Strings & Numbers
| | In the thick of | | MaxG |
| 3 | ClaireY | Pick Idea | | WHich one?
Saw that debate was one - Claire Abrams did that two years ago - FlowBros. Take a look at what she did - I hooked up all the apps. Doesn't mean you can't do it - you can use hers for inspiration or proof you don't wan that one 🙂
| | | | ClaireY |
| 5 | EvaF | Working or Local? | | ALL
- If your code is in good shape right now - everything is working correctly. Make a copy in a directory called "working" or whatever. Then, only mess with that version. Or you can use local development and only upload when you are done.
- If you are not at a good stopping point - list what you need to do. Do that first and then move things to a working spot.
- Yes, we will have a lesson on GIT - next week?
| | | | EvaF |
| 20 | FionaF | Working or Local? | | ALL
- If your code is in good shape right now - everything is working correctly. Make a copy in a directory called "working" or whatever. Then, only mess with that version. Or you can use local development and only upload when you are done.
- If you are not at a good stopping point - list what you need to do. Do that first and then move things to a working spot.
- Yes, we will have a lesson on GIT - next week?
| | | | FionaF |
| 5 | MargotN | Working or Local? | | ALL
- If your code is in good shape right now - everything is working correctly. Make a copy in a directory called "working" or whatever. Then, only mess with that version. Or you can use local development and only upload when you are done.
- If you are not at a good stopping point - list what you need to do. Do that first and then move things to a working spot.
- Yes, we will have a lesson on GIT - next week?
| | | | MargotN |
| 5 | KateR | Working or Local? | | ALL
- If your code is in good shape right now - everything is working correctly. Make a copy in a directory called "working" or whatever. Then, only mess with that version. Or you can use local development and only upload when you are done.
- If you are not at a good stopping point - list what you need to do. Do that first and then move things to a working spot.
- Yes, we will have a lesson on GIT - next week?
| | | | KateR |
| Elizabeth | Edits for old example code | Low | Missed that one - will update when I have time 🙂 The Between and Answer sections of the WHERE Variations page does not match database.
| | Planning | | Elizabeth |
| 20 | AliceP | Test Create Quiz | | This is working - right? Test and make sure images are loading up properly.
| | | | AliceP |
| 3 | AryaA | Exercise: Variables | | Do Exercise: Data Types
| | In the thick of | | AryaA |
| 3 | ConnerF | Exercise: Variables | | Do Exercise: Data Types
| | | | ConnerF |
| 10 | AliceP | Build Generic Quiz | | After that - but not yet
Then create the php to add the quiz. You'll create a record in quiz first, then get the id that is created.
Then create each question in question
after you add each question - add a record in look up table
Might want to loop through questions?
| | | | AliceP |
| 7 | HadleyC | fitb | | currently working on form validation w/ double arrays
| | Started | | HadleyC |
| 1 | KateR | General styling | |
- Buttons are cut off on a lot of pages? Did you set an abolute width? Use rem or %.
- Required fields for forms are not marked as required so hard to tell what to fill in. Traditionally, an asterik is used.
- Why is all the recipient info required? I don't need Eva's email/phone/address in there. Should be optional.
- Style your message line better - so it stands out but also looks like it is a message and is supposed to be there. Try the dark blue, italics, centered? See how that works? Maybe a light blue background around it?
- When add a new list it says no lists added - redirect to the mylsits page.
- What the hell is vegan popcorn??!?
- Should have age range on this...or is it only for teens? Some presents are obviously adult and some are very kid.
- I found attributes good but how do these match?
- Maybe one for life stage? College bound? High School. And by age. And gender
- The star for adding a list is confusing - make it a + or and + Add to List button. I think of star as save it to my favorites.
| | | | KateR |
| 2 | KateR | Recipient | |
- No way to edit recipient info? Things change.
- After you add a recipient - redirect - to list of recipients - back to page they came from.
| | | | KateR |
| 0 | BridgetN | Fix layout1.html | | 1. Look at line 10 in layout1.html - not sure why you have that.
2. Line 57 - you forgot to put an ending ">" for your table tag.
3. Take a look at how those changes worked and how your second table is now centering correctly.
Understand?correctly
| | | | BridgetN |
| 6 | AliceP | Questions CRUD - Add | | Ability to add questions. Use Quiz as guide.
| | | | AliceP |