itmth19 / tuberate

0 stars 1 forks source link

Integrate accounting system #4

Open ugtkbtk opened 10 years ago

ugtkbtk commented 10 years ago

We must have FB sign up/in system. Maybe using Devise ( https://github.com/plataformatec/devise )?

itmth19 commented 10 years ago

I've just read about Devise this morning. I'll search more about that.

ugtkbtk commented 10 years ago

Oh wait. I just realized we don't need FB login. We only need [nickname, email, password] for signup. I think anonymous accounts are more significant for this type of service. So, we don't need user icons either. How do you think?

itmth19 commented 10 years ago

I also think that anonymous accounts are more important to the service. If it's just simply a youtube ranking system, we also don't need user icons. But can I ask some question about the idea of the service? Is it simply that people will post youtube link that they like, and then they rank it, so everyone can keep up-dated about what's going on nowadays?

ugtkbtk commented 10 years ago

Yes. Simply say that it is like Reddit ( http://www.reddit.com/ ) for video. They already have it though. ( http://www.reddit.com/r/fullmoviesonyoutube/ ) I just want some curating board for videos outside of youtube. People can post any youtube links then other guys vote them up. So I can find good ones from not only PV ranking but also mass suggestions.

itmth19 commented 10 years ago

Ok I got it. So should it be separated into regions? or just all around the world?

ugtkbtk commented 10 years ago

Separating regions is good idea. Let's say, for Japan and Vietnam? I think we should also separate contents for each region. I don't want structure to be complicated for first. So, just separate service by each region. No need to combining user table and so.

itmth19 commented 10 years ago

I've not understood thoroughly about rails database and model. So how can we separate service by each region? Let's say the current site is for Japan?

ugtkbtk commented 10 years ago

ok don't warry about i18n.

  ​let's make it just for Japanese first!

On Tue, Aug 20, 2013 at 8:03 PM, itmth19 notifications@github.com wrote:

I've not understood thoroughly about rails database and model. So how can we separate service by each region? Let's say the current site is for Japan?

Reply to this email directly or view it on GitHub: https://github.com/itmth19/tuberate/issues/4#issuecomment-22937314