Add notes for up next

This commit is contained in:
Fred Boniface 2023-01-05 21:24:45 +00:00
parent d7c77aa67c
commit 90138179e0
1 changed files with 5 additions and 0 deletions

5
UpNext.md Normal file
View File

@ -0,0 +1,5 @@
# What to do next:
* Cannot drop a MongoDB Collection if it doesn't exist. Need to wrap a the drop within an if block. - dbAccess.services
* Need to check age of Corpus data and only update if not present or older than 14 days (1209600000ms)