Current Branch
Migrating the application to DynamoDB to manage page, post and asset metadata. Creating a desktop and Android app as an alternative interface to Cantilevers.
Priority Features
- Static assets, CSS, images
- Supporting multiple projects and multiple destination buckets - current branch.
- API route to clear out the
generatedFiles
folder
Further down the line
- Monitoring generation progress
- Clearing cache/generated fragments
Bugs/Known Issues
- Starting to track bugs on github issues
The short form of API routing does not include the necessary CORS domain headers. Need to find a way to inject that into the root of the API.- If I take too long to edit a page, the authentication token can expire and the only way to get a new one is log out and back in. Need to implement a refresh mechanism!