#####################################################
# CRITICAL PATH #
#####################################################
1 - CHEWYSLIST COUNTER BOX:
We are changing how this works, we want the counter (that currently exists)
but also adding the choices that the user has clicked on, for user experience
it makes sense that the user can see his/her choices without having to scroll
up and down in such a gigantic list.
- Redesign the box: will have a new shape to include a
where the choices will
be added dynamically with jQuery
2 - CONTINUE BUTTONS ON SIGN UP PAGES:
There seems to be a possibility of confusion with the way this is currently
happening when the user gets to the CONFIRMATION page, when they click on the
CORRECT THIS buttons. So when the user clicks here and gets redirected to a page
to correct their previously inputed values, we will change the CONTINUE button
when they are coming from the CONFIRMATION and change the text saying:
"BACK TO CONFIRMATION".
- We are removing the Go Back button
- Designing this button
- Implementing logic.
3 - SUGGESTED ITEMS FOR OCCUPATIONS, ETHNICITIES, AND DESCRIPTORS:
This on pages 2, 3, and 4. At the bottom of the page we want to have those
suggested items not listen in our existing list. The user can make comma separated
suggestions and we will store those with a user id attached to them. Through the
registration process we will store those in a SESSION, but ultimately the will
go into the database into a separate table(s). We do not have to do anything right
now other than storing those values. In the future we want to have some moderation
for these.
4 - CONFIRMATION PAGE NUMBER EXAMPLE:
Add an example of the wanted format for the phone number.
Q: Should we clean this input to make sure they do not include anything different?
Example: hyphens "-"
Q: Is our current validation layer taking care of this?
5 - TRADEMARK SYMBOL ON LOGOS:
6 - ROBOT CATCHER AT CONFIRMATION PAGE:
Q: Is this necessary with our form?
If yes, implement.
7 - EMAIL DESIGN:
- Design Chewys wax seal stamp.
- Simple design template.
#####################################################
# TODO LIST #
#####################################################
* Create descriptors table
* Create occupations table
* Create interests tables
- ALL THESE TABLES HAVE BEEN CREATED
* Complete Information
- Figure out more efficient way to edit all descriptors, occupations, and interests.
-------
* Statistics:
Once ethnicities, descriptors, and occupations tables are created
get statistics for top left space on interface.
- Design
- Implement
-------
* POST-Successful Signup
- Email Template - thank you for signing in
-------
* Finish Home.php
- Same content as success.php
-------
* Success Page video overlays
- lightbox - use jQuery Tools library
- design flags for share feature
-------
* iPad Compatibility
- Deliver Correct Content
- HTML 5 Testing (convert to HTML5 - ?)