cofoundry
cofoundry copied to clipboard
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
When deleting a page block type template that is used in a page we get a reference constraint SqlException: ``` SqlException: The DELETE statement conflicted with the REFERENCE constraint "FK_CustomEntityVersionPageModule_PageModuleTypeTemplate"....
Is it possible to page the data in the filtered drop down? It's not always obvious that the list if pages and that you can filter the output by typing...
If a region is renamed it caused the data to be automatically remove. It would be good to be able to set it as archived (e.g. as we do when...
The Not Found page type does not work and is a hang-over from earlier versions of the closed source product. We should investigate the best way for it to work...
It would be good to be able to define auto-update commands that would run once, independently of the version, after all versioned update commands have been completed. The situation I...
We have a strong entity dependency framework that tracks dependencies in unstructured data. At the moment we only use this to prevent deletions and show an error message where dependenct...
The visual editor boxes for modules can only display once the dom has fully loaded so it can work out where the editor boxed need to be. This can cause...
With the introduction of IHostedService in asp.net core we can now have an implementation of background tasks in the core framework (or at least in Cofoundry.Web). Implementing this wouldl avoid...
If an error message comes from the server that is not assigned to a specific property then it will get picked up by the FormStatus control. If you receive this...
The ability to link to pages and custom entities would also be good It would be good to think about adding a developer extensibility point here too.