completed the deck object. still need to fill.

This commit is contained in:
patriciarealini 2015-09-23 14:18:38 -07:00
parent 7adcb7c9f3
commit 88f43874fc

View File

@ -2,9 +2,10 @@
These are the tasks I am setting out for myself on this project. This list will grow exponentially but it will also keep me on task & help keep this project moving forward. These are the tasks I am setting out for myself on this project. This list will grow exponentially but it will also keep me on task & help keep this project moving forward.
- [ ] Format the deck object & begin filling with "readings". - [x] Format the deck object. _September 23, 2015_
- [ ] Fill deck object with "readings".
- [x] Write a function that has a 50/50 chance of dealing the card upside down & registering that orientation for the output of "readings". _Completed 09/12/2015_ - [x] Write a function that has a 50/50 chance of dealing the card upside down & registering that orientation for the output of "readings". _Completed 09/12/2015_
- [ ] Utilize AJAX to output "readings" after cards have been dealt. - [ ] Utilize AJAX (?) to output "readings" after cards have been dealt.
- [ ] Create multiple interpretations so that the readings have more variety. - [ ] Create multiple interpretations so that the readings have more variety.
- [ ] Wireframe a front end layout. - [ ] Wireframe a front end layout.
- [ ] Build out the app's CSS. - [ ] Build out the app's CSS.
@ -12,5 +13,5 @@ These are the tasks I am setting out for myself on this project. This list will
- [ ] Make sure all the design is responsive. - [ ] Make sure all the design is responsive.
- [ ] Change deck/deal image. - [ ] Change deck/deal image.
- [ ] Arrange for the cards dealt to be positioned in an arch on the center of the page - [ ] Arrange for the cards dealt to be positioned in an arch on the center of the page
- [ ] Redact the code to deal the random card from the object (as opposed to the original array) in order to stay DRY. - [ ] Redact the code to deal the random card from the object (as opposed to the original array) in order to stay DRY.