yunomico / core-backend-api

This repository contains the core API used by the yunomico site frontend.
0 stars 0 forks source link

User Database Schema #1

Closed BlackyWolf closed 8 years ago

BlackyWolf commented 8 years ago

The schema for storing user account information in the system needs to be completed. This will be a temporary table for the member's page until the user management system is either created or a third party module is used

Columns should include UserId, FirstName, LastName, Email, School, PersonalSummary, RoleId, ProjectId, along with Dates Created and Updated. The ProjectId will be used to track the current project the member is a part of.