csesoc / bark-core

An app implementing the Bark API. Written in Python, built on Flask.
1 stars 1 forks source link

Membership Expirey #22

Open mdmoss opened 11 years ago

mdmoss commented 11 years ago

Group memberships should have an expire date.

We'll have to add this somehow.

evgenymartynov commented 11 years ago

Are we really going to keep track of memberships of every single student?

I originally thought that Group.members was a collection of Users with non-admin powers over that group. Keeping track of Students belonging to each Group is helpful to Bark, but I do not think it should be part of this project at all.

mdmoss commented 11 years ago

Yes, we are.

The data available to us from the uni is all accessible by student numbers. There's no relation to card data that anyone knows of.

First time swiping? You give your student number. Can then be used to check society membership, whatever.

evgenymartynov commented 11 years ago

Right, okay, now that makes more sense.