vivtony00 / teamform-seed

This project is an application skeleton. It is used for a HKUST Software Engineering Course (COMP3111/H) in Fall 2016/17. My goal: The project is not asking students to re-produce the sample project. We should encourage students to do something better than the TA.
https://course.cse.ust.hk/comp3111/teamform/
MIT License
0 stars 5 forks source link

define the data base structure of team is needed #24

Open vivtony00 opened 7 years ago

vivtony00 commented 7 years ago

since there are several conflict on team's structure, we should use a universal team's structure.

bobby414 commented 7 years ago

Now the master has the following, any changes need? $scope.param = { "teamName" : '', "teamMembers" : [], "teamLeaders" : [], "currentTeamSize" : 0, "currentTeamLeaderSize": 0, "numPrettyGirls": 0, "wantedSkills":[], "wantedPersonalities":[], "wantedHoroscopes": []

};