You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,4 +43,56 @@ There are [MongoDB Scripts](v2/scripts/MongoDB_Script) available for collection
43
43
44
44
Mongoose scripts are in the roadmap for the near future.
45
45
46
+
# Collections
47
+
48
+
## Users
49
+
50
+
Collection that holds all the data on system's users.
51
+
52
+
The users can be of **two types**: **(1) Individual**, representing a private user account; and **(2) Organization**, representing an organization of various types.
53
+
54
+
The field 'type' is used to differentiate between the two subschemas, with 'individual' representing private user accounts and "Community", "Government", "Health care provider", "Non-profit", "Other", "R&D", "Startup", "Traditional Company" and "University".
55
+
56
+
For more detailed information, please visit the [documentation](v2/docs/FightPandemics_documentation.html).
57
+
58
+
<br />
59
+
<palign="center">
60
+
<imgsrc="images/users_collection.png">
61
+
</p>
62
+
<br />
63
+
64
+
## Posts
65
+
66
+
Document to represent a post, asking or offering help to be displayed on the feed. A post can be created by any user, wether it is an individual or an organization. A post can have it's visibility limited geographically and have an expiration date set.
67
+
68
+
For more detailed information, please visit the [documentation](v2/docs/FightPandemics_documentation.html).
69
+
70
+
<br />
71
+
<palign="center">
72
+
<imgsrc="images/posts_collection.png">
73
+
</p>
74
+
<br />
75
+
76
+
## Comments
77
+
78
+
Document that represents a comment made at a post. A comment can be made by an individual user or an organization.
79
+
80
+
For more detailed information, please visit the [documentation](v2/docs/FightPandemics_documentation.html).
81
+
82
+
<br />
83
+
<palign="center">
84
+
<imgsrc="images/comments_collection.png">
85
+
</p>
86
+
<br />
87
+
88
+
## Feedback
89
+
90
+
Document that represents a feedback sent by an user, logged or not.
91
+
92
+
For more detailed information, please visit the [documentation](v2/docs/FightPandemics_documentation.html).
0 commit comments