diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-29 18:06:52 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-29 18:06:52 -0500 |
commit | 6b619a8ce7a1bdf363c792d6f27439be99f6277e (patch) | |
tree | 8796142a8356325be80eec8d7a2a58627f807da5 /src/client/documents/DocumentTypes.ts | |
parent | 087cc4516cb3389324bb0b42c2240face696bfd3 (diff) | |
parent | 6219da84de5c5a1d1efccdfc2d54da95612b1d35 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_linking
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 7ba21b2f6..7578b7df0 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -32,8 +32,10 @@ export enum DocumentType { YOUTUBE = "youtube", // youtube directory (view of you tube search results) DOCHOLDER = "docholder", // nested document (view of a document) COMPARISON = "comparison", // before/after view with slider (view of 2 images) + GROUP = "group", // group of users LINKDB = "linkdb", // database of links ??? why do we have this SCRIPTDB = "scriptdb", // database of scripts RECOMMENDATION = "recommendation", // view of a recommendation + GROUPDB = "groupdb" // database of groups }
\ No newline at end of file |