pythonindia / pssi.org.in

Official PSSI website
https://pssi.org.in
9 stars 12 forks source link

DB Models and Initial Migration #18

Closed vnbang2003 closed 9 years ago

vnbang2003 commented 9 years ago

We need to also come up with models and column.

kracekumar commented 9 years ago

Yes. This will be discussed as some one picks up the issue.

vnbang2003 commented 9 years ago

I think we need to discuss this during bangpypers meetup as i need more inputs. I can take it up

iambibhas commented 9 years ago

I really don't think we should discuss DB Schema designing in a group meetup. In my experience most people are bad at it. Let us design it first, normalized and everything, and see if that serves our purpose. Once we think it's at a good place, we can ask for feedback and modify them accordingly. Taking multiple input at the initial stage might not be a good idea.

kracekumar commented 9 years ago

+1. We should design models as and when required. Refactor as required. There is a label 'first thing' which are blockers. If we can knock those issues before Saturday morning it will be great.

vnbang2003 commented 9 years ago

Thats exactly plan. I will create initial DB Tables . When we meet on saturday we all can discuss and close it.

iambibhas commented 9 years ago

@vnbang2003 let me merge django to master and deploy. We can then start working on the models. But before touching any kind of model codes, we need to figure out the authentication system. Something like https://github.com/pennersr/django-allauth ?

vnbang2003 commented 9 years ago

I agree we need to decide on authentication system soon as all models will have user fields.

vnbang2003 commented 9 years ago

@kracekumar @iambibhas Have add few more model and app. Please look and let freeze initial version of DB and with next steps.

iambibhas commented 9 years ago

@vnbang2003 I added some comments to your commits. And please check the other issues. We've created a new branch called develop where all the changes will be added and we'll send a PR to the master branch once a feature is complete.

iambibhas commented 9 years ago

Closing this for now. Will open more specific issues for latter features.