* refactors django User model to custom User model to provide further attributes and methods directly on the user model
* adds UserActionLogEntry model to user/models.py * wraps user and timestamp info * can be extended for more information in the future * refactors all filtering and accessing on values
* adds user notifications and management
* starts user menu implementation