cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development

Results 108 cofoundry issues
Sort by recently updated
recently updated
newest added

Although it is possible to build your own search index using the messaging framework, it would be a big improvement to be able to query custom entities via different partitions....

enhancement

Assume a custom entity booking like this: ``` public class BookingDataModel : ICustomEntityDataModel { public DateTime ArrivalDate { get; set; } } ``` The above serialized data can be ordered...

enhancement

It would be nice to see the custom entity description in the admin header (as a sub-title) - not just as a mouse over text in the admin menu. To...

enhancement

Sorry, but I'm lost in the documentation. I can find examples of defining custom entities and querying custom entities and it works for me - I can create bookings in...

documentation

If I show a list of entity view models and use the standard query mechanism, then it will throw PermissionValidationFailedException if the end user does not have access to the...

enhancement

Hello, Is there a way to customize Site settings ? Currently there are "Application name" and "Allow automatic updates", but I would like to add my own settings via the...

enhancement

As far as I know EntityFrameworkCore & EF in general supports other databases, is there a case I can use different, and how, I noticed there's only ConnectionString that is...

enhancement
feedback wanted

For some elements, you/we could implement Tag Helpers which ease the template designers. So regions for instance could be used as: ``` ... ``` Since I am not familiar of...

enhancement

It would be useful to have a single [NestedDataModel] attribute that would allow you to add a property with a single nested data model. I can't think of that many...

enhancement

Currently the only way to customize the admin menu is to use [roles and permissions](https://github.com/cofoundry-cms/cofoundry/wiki/Roles-&-Permissions) to restrict access to the features you want to hide. You are not able to...

enhancement