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 called Caternary.
Priority Features
Cantilever editor
- Static assets, CSS, images
Cantilever generator
- Supporting multiple projects and multiple destination buckets
- API route to clear out the
generatedFilesfolder
Catenary
- Page and folder tree view
- Create new pages
- Templates
API Viaduct
- GraalVM build
Further down the line
- Monitoring generation progress
- Clearing cache/generated fragments
- Micro-blogging - I'd like to create a short-blog format, now that I no longer use Twitter and it would help to keep this site more active
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!