cofoundry
cofoundry copied to clipboard
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
It should be easier to organize and manage assets in large asset collections. Typically you might see this in other CMS's as a folder/file structure, but we also have a...
This applies to pages and custom entities. Users should be able to set a publish date, which could be in the past or future. An example is a blog post...
This whole area hasn't been looked at beyond a basic port of the existing functionality. We need to research the best approach for plugging in a logging framework of choice...
As per #105 view pre-compilation is supported with a couple of config settings, but it may be possible to reduce the friction here. Firstly we may be able to use...
Allow PATCH operation, possibly by making Delta work with form post data or allowing angular to post json data in multi-part form.
Migrate `BreadcrumbUIControlExtension` to asp.net core. Think about the best way to implement UI controls like this, e.g. view component?
If we add a robots.txt static file to the wwwroot content folder, it is always served even if DebugSettings.DisableRobotsTxt is set to true. This is because static files are served...
We've briefly talked about this but have decided to focus minor improvements for touch devices and edge cases where the editable content is very small. Longer term i'd like to...
The cofoundry admin *mostly* works on a mobile device but it seems like with a few tweaks it could be a lot more mobile friendly. Issues found on various mobile...
Being able to dynamically generate menus is a key feature of a CMS. Currently we don't have much to offer here but there's a couple of options: - DIY approach...