M C McGrath
M C McGrath
Currently there are duplicate copies of dataspecs to match what the publication step generates. Deduplicate these.
Remove the instance-specific dataspecs from the DM repository and move them to another repository with instructions on how to use them. These will probably still be used from time to...
Deleting a document should also delete the file as long as it isn't associated with any other documents too (check for this). This behavior may need to be changed depending...
Add the query needed for this issue: https://github.com/TransparencyToolkit/ArchiveAdministrator/issues/1
Properly update the modified field when documents updated after being added.
Track documents that have been deleted (maybe by hash?) so that they can also be removed on public instance.
Deleted documents (maybe since last batch) tracked with https://github.com/TransparencyToolkit/DocManager/issues/10 should be removed from public instance when republish is run. Since they are deleted, it is difficult to know if they...
Currently the publish function only sends documents updated since it was last run. But someone could choose a different set of documents or fields to publish. So, instead, the following...