rcos / observatory-server

A project tracking dashboard for Rensselaer Center for Open Source
https://rcos.io
MIT License
14 stars 51 forks source link

Team model #787

Open dchau2017 opened 5 years ago

dchau2017 commented 5 years ago

Here is the specification for an Team model. For context on what the functionality will be here, we will have an entry for each team for each semester.

This way, we can keep track of what the current teams are and who is working on which project each semester. Team

The role of this issue is to create the needed database model so that Mongo will know what properties a 'Team' document should have (basically, just the 4 properties we have above).

The model for posts may be a good reference (found in server/api/post/post.model.js).