formkiq-core icon indicating copy to clipboard operation
formkiq-core copied to clipboard

A full-featured Document Layer for your application, providing the functionality of a flexible document management system, including storage, discovery, processing, and retrieval. Deploys directly int...

Results 35 formkiq-core issues
Sort by recently updated
recently updated
newest added

``` curl "https://ojjn7xmet4.execute-api.us-east-2.amazonaws.com/documents/5c1109ce-6d89-4267-9edd-99a4e99597bf?siteId=default" -H "Authorization: {AUTH}" -d "{\"path\":\"user25.json\",\"tags\":[{\"key\":\"goat\",\"value\":\"text\"}]}" ``` Took an existing document, renamed it, but created a second entry in the DynamoDB results with the same documentId.

bug

When attempting to GET a non-existent Tag Schema, a 500 is returned: `{"message":"Internal Server Error"}` Upon submitting a DELETE request for a Tag Schema, the message does not mention that...

enhancement

Since we have a Delete Folder for removing a specific folder from its index with an index key, is it possible to have a DELETE for the tag index items,...

enhancement

The DocumentUpdate update all document fields when it only needs to update Content-Type, Content-Length, and Checksum. If another process updates document data before the DocumentUpdate runs it could be overwritten.

bug

Allow "modifiable" field on metadata to allow making metadata unchangeable

enhancement

There is a need to allow custom document meta data in addition to Tags. Document meta data would be different to document tags in the following ways: - Meta Data...

enhancement