pythonindia / pssi.org.in

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

User profile model #31

Closed iambibhas closed 9 years ago

iambibhas commented 9 years ago

@kracekumar what fields do you think this should have?

kracekumar commented 9 years ago

about me, github link/bitbucket link for now. We may add others as required.

iambibhas commented 9 years ago

Should we have flags like is_pssi_member, is_board_member etc? Or should we just calculate them by querying?

iambibhas commented 9 years ago

Oh, should also add the membership date range.

kracekumar commented 9 years ago

Membership should be separate model which holds userprofile_id, from_date, to_date, mode_of_payment and link to payment transaction. Payment Transaction can be None for offline payment.

On Sat, Nov 8, 2014 at 12:47 PM, Bibhas notifications@github.com wrote:

Oh, should also add the membership date range.

— Reply to this email directly or view it on GitHub https://github.com/pythonindia/pssi.org.in/issues/31#issuecomment-62248765 .

Regards Kracekumar Ramaraju http://kracekumar.com +91 85530 29521

kracekumar commented 9 years ago

is_pssi_member can be cached_property we need don't board member specific stuff now. We only need a way to pay and become member work flow for this release.

On Sat, Nov 8, 2014 at 12:28 PM, Bibhas notifications@github.com wrote:

Should we have flags like is_pssi_member, is_board_member etc? Or should we just calculate them by querying?

— Reply to this email directly or view it on GitHub https://github.com/pythonindia/pssi.org.in/issues/31#issuecomment-62248457 .

Regards Kracekumar Ramaraju http://kracekumar.com +91 85530 29521

kracekumar commented 9 years ago

Currently this is available in models.