zwaldowski / ProjectTeamRocket

CS 2340 Android application, Spring 2013, Georgia Tech
3 stars 4 forks source link

Abstract Member and Implement Admin, AdminPanel #1

Closed zwaldowski closed 11 years ago

zwaldowski commented 11 years ago

For M7, we have to finally introduce the admin class. We can do it by subclassing Member in our current architecture, but in the long run we'll be much better served by making Member abstract. This requires solving a couple of implementation issues in the Login and Registration systems (edit: see issue #2)

jcole123 commented 11 years ago

Member is abstract and (hopefully) all issues related to logging in are fixed.