barbier / mana-calc

MIT License
3 stars 0 forks source link

Redesign #5

Open thiamsantos opened 8 years ago

thiamsantos commented 8 years ago

Would be cool if the Design of the tool remember a card of magic.

barbier commented 8 years ago

What do you mean with "remember a card"? I didn't understood...

thiamsantos commented 8 years ago

I want to say that the colors can be almost the same of the cards of magic.

barbier commented 8 years ago

Well, there's a feature, that I still need to understand how it's done, that it's to calculate how many terrains of each color the player should have on the deck. If you mean that the program should save the cards for further use, we could implement LocalStorage, but propably we'll have to design a code structure for this.

thiamsantos commented 8 years ago

Sorry I wasn't clear. I am referring to the css of the app. Change the colors that gray and blue, to another colors to make more beautiful and user friendly.

barbier commented 8 years ago

Oh.... Well, I don't know which colors would be better. Could you please try some combinations? Maybe Adobe Color can help you.

thiamsantos commented 8 years ago

Sorry man, but I can't help you with that. I am terrible with that things.

But with the implementation of calculate how many terrains of each color, I will help you soon. First I need to understand how magic works. ;)

barbier commented 8 years ago

Hahaha, we'll find a way :) I think the best way to understand how Magic the Gathering works it's playing. Give it a try! :) http://magic.wizards.com/en/node/381926

alanhr commented 8 years ago

Why you don't use the color of icons in this page >> http://gatherer.wizards.com/Pages/Default.aspx ?

thiamsantos commented 8 years ago

Excelent idea @alanhr. What do you think @barbier? If you like, I can made it tomorrow. 😄

alanhr commented 8 years ago

@thiamsantos Do you study in Alura?

thiamsantos commented 8 years ago

@alanhr yeah man. Why? You study there too?

alanhr commented 8 years ago

Yep @thiamsantos , I also moderator there.

barbier commented 8 years ago

@thiamsantos, can you make it and post a screenshot here? @alanhr, thank you for the suggestion! =)

thiamsantos commented 8 years ago

captura de tela 19 captura de tela 20

Will appear like this @barbier . Off course that I will do right following the patterns and that is not the final version.

barbier commented 8 years ago

I liked it! But you took their background? I wonder if it's going to bring trouble in the future.... Could you try with some gradient pattern instead? Wizards of the coast isn't know as friendly with their IPs...

thiamsantos commented 8 years ago

Yeah I take their background. captura de tela 21

What about a solid color?

alanhr commented 8 years ago

Is these 15 inputs are necessary? Why not put a button for create input dynamic?

barbier commented 8 years ago

@thiamsantos that's nice! =) @alanhr, I was thinking about it yesterday.... I think the next step of the design should be: One input to the user type the number of cards; One select to the user select the mana cost; Those single calcs. are shown on a list; Then the user calculate and the final result is shown;

What do you think?

I couldn't touch the app this week, but I'm planning the next one, using React Native for the players...

thiamsantos commented 8 years ago

@alanhr excellent idea that!!!

But is best open a new issue with that for that we discuss better what tools use and what architecture implement, MVC or whatever.

@barbier I agree, the next step should be make a app.

Soon I will make the pull request with the design changes.

barbier commented 8 years ago

@thiamsantos, I think there's no need to use a MV* pattern here, if the way I though it's going to be implemented, I think there's no need to make code this complex.

alanhr commented 8 years ago

We might use only vanilla js, because is very simple project

alanhr commented 8 years ago

We can create a simple observer with proxy for watching the actions as click and submit

barbier commented 8 years ago

I'll try to draw what I have in mind and post here tomorrow

thiamsantos commented 8 years ago

@alanhr I was thinking in the exactly same thing. Proxy can be answer.