3. Breeze Server Feature Suggestions
Help us make Breeze Server better by letting us know what you’d like to see next.
Suggest new features, vote on existing ones, or fork Breeze in GitHub and send us a pull request.
4 results found
-
Add the ability to return warnings as well as errors in SaveResults
The business logic may be such that you want to return a warning when saving an entity. Not an error, a warning.
Example, I'm saving the age of a resident entity. If the age is less than 50 [that is not an error], I want to warn the user that this may be an incorrect age for a resident based on my business rules. I want this business rule implemented on the server side so it is available to all clients.
When a warning is detected, the entity would still be saved but a warning message would be returned. The…
11 votes -
Add the Ability to add additional parameters to SaveChanges Call
For retrieving entities you are able to add a WithParameters option that allows the developer to send additional params along with the query. I would like to see the same option with SaveChanges. We have to pass up an authentication token that is required for all call we make to server. Right now it looks like you need to use SaveOptions--but that is not consistent .
6 votes -
Remove the dependency of package Breeze.Server.WebApi2 on WebActivator
Is it possible to remove the dependency of package Breeze.Server.WebApi2 on WebActivator? I'm running into the problem that this package is not strong named. A solution could be referencing WebActivatorEx instead, or removing it completely (it appear it is only used in the generated routing example code and not by the package assembly itself).
My workaround is removing the WebActivator from my project References. The package keeps showing up in the package manager, however.
25 votes -
Make it Cross-Platform
(1)-By Breeze Server cross-platform and running on other platforms using Mono.
(2)-Introducing BreezeJava (including Android) as you have BreezeSharp.Then breeze will be everything.
8 votes
- Don't see your idea?