myang321 / kandedan-flask

finance management website
http://www.kandedan.com/
2 stars 0 forks source link

Create group for user #13

Closed myang321 closed 9 years ago

myang321 commented 9 years ago

A user can be in more than one group. Only people in the same group will be shown on the "main" page. User can use dropdown list to switch between different groups that she belongs to. Suggest to create a "group" table to keep track of "group id", "user id".

myang321 commented 9 years ago

currently, we assume that one user will be only in only one group. Implemented.