Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ability to upload case documents.
Added ability to upload case documents i.e. files relevant to the case and view them. Added masonry via vue-masonry (warning: No TS support). Moved cases and appointment related components into their own folder appointments-cases. Changed all <pre> blocks to have regular sans-serif fonts not monospaced, via a class added to ech <pre> block. Replaced LambdaIntegration with a custom LambdaIntegrationNoPermission which does not individually add permissions for APIGateway integrations. A blanket permission is later added allowing any APIGW endpoint to call the lambda function. This is required because of error: The final policy size (vwxyz) is bigger than the limit (20480). Solution courtesy of aws/aws-cdk#9327 (comment)
- Loading branch information