From 2a5b3daa3527c18151498ed26775920cb0643188 Mon Sep 17 00:00:00 2001 From: patriciarealini Date: Sat, 12 Sep 2015 14:58:41 -0700 Subject: [PATCH] =?UTF-8?q?completed=20the=20orientation=20issue=20?= =?UTF-8?q?=F0=9F=90=8A=F0=9F=91=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- issues.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/issues.md b/issues.md index 6102404..8d5ac98 100644 --- a/issues.md +++ b/issues.md @@ -3,10 +3,8 @@ 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". -- [ ] Write a function that has a 50/50 chance of dealing the card upside down & registering that orientation for the output of "readings". -- [ ] Utilize AJAX to load "readings" after cards have been dealt. -- [ ] Implement a "readings" output on the page depending on which card is dealt. -- [ ] Redact the code to deal the random card from the object (as opposed to the original array) in order to stay DRY. +- [x] Write a function that has a 50/50 chance of dealing the card upside down & registering that orientation for the output of "readings". +- [ ] Utilize AJAX to output "readings" after cards have been dealt. - [ ] Create multiple interpretations so that the readings have more variety. - [ ] Wireframe a front end layout. - [ ] Build out the app page. @@ -14,3 +12,5 @@ These are the tasks I am setting out for myself on this project. This list will - [ ] Make sure all the design is responsive. - [ ] Change deck image, illustration of Pamela Colman Smith dealing cards? - [ ] 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. +