Skip to content
Snippets Groups Projects
user avatar
fcrisafulli-dev authored
bf9b77b5
History

Crisis Events Text Summarization

Adgenda

QSL Schema

Enum CollectionType {
    TextFileList
    URLList
    HTMLFileList
}

Table EventCollections {
    User: UUID,
    CollectionType: CollectionType
    CollectionID: UUID, 
    Summary: BLOB
}

Table TextFileCollections{
    ID: UUID,
    Collection: idk
}
... similar for all other enum types