jtremback / dogewand

6 stars 8 forks source link

Design and frontend code #2

Open jtremback opened 10 years ago

jtremback commented 10 years ago

I'm pretty happy with the tipping flow for now http://imgur.com/a/j3jac, but I have not made any designs for the account admin and front page of the site. We need to map out what these will even be, and what functionality goes in the extension vs the site. (past tips, admin etc.) I'd like the site frontend and the extension to inherit from the same base stylesheet for consistency and ease. I'd like to stick with the current dark look.

danbartram commented 10 years ago

What kind of sitemap do you have planned - which pages do we need to have (just to begin with, we can always add extras later)?

jtremback commented 10 years ago

I'm working on the backend right now- hope to be sending the first fake tips through this weekend.

But in terms of site map:

Index/marketing page.

Should look pro, like a SV startup. Wanna keep it doge themed at the same time. Doesn't need to drive conversions too hard as most viral effects will be driven by:

Tip landing page.

This is actually the only page we need at first. This is what you get when you click on a tip link.

Logged out: {{tipper}} has tipped {{tippee}} {{x}} dogecoins on {{social_site}}. If you are {{tippee}}, click {{login_button}} to make an account and claim your tip.

Logged in: {{tipper}} has tipped you {{x}} dogecoins on {{social_site}}. Click {{claim_button}} to claim your tip.

Account page:

{{balance}}

Tabs:

Tips received Listing of all received tips.

Tips sent Listing of all sent tips. Option to cancel unclaimed sent tip.

Unclaimed Tips Listing of all tips waiting to be claimed

danbartram commented 10 years ago

Alright, I'll get started tomorrow on a couple of designs to see what works best.

Do you want them in JADE template form and in /app/views?

jtremback commented 10 years ago

That would be awesome. Thanks!