rcos / observatory-server

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

Room model #773

Closed ratchet12340 closed 6 years ago

ratchet12340 commented 6 years ago

Here is the specification for a room model. For context on what the functionality will be here, we will have a listing of the rooms available to RCOS. The small group model will have a reference to the different rooms (where each small group is located).

The role of this issue is to create the needed database model so that Mongo will know what properties a 'Room' 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).

aeksco commented 6 years ago

Resolved by #777