Andrew Scott
Andrew Scott
[coalesce-vue-vuetify] Add a component for selecting a string value from the fields of another model
This is quite similar to `c-select-string-value`, and could be implemented with different parameters on this existing component. The key difference is that `c-select-string-value` selects from a custom static `string[]`-returning method,...
This will bring parity with the Knockout behavior. Behavior should match the knockout behavior (load the model with the result).
Add an addtional c-loader-status flag that presents a button for failed requests and allows the user to retry it. Problems to be solved: - How is the request re-invoked? Do...
As the title states. Pretty simple to use it, but still needs to be written down somewhere beyond just "look at Coalesce.Web's Startup.cs"
This may also include treating them as strings in the generated DTOs to avoid possible munging by the JSON serializer. C# types `decimal`, `int64`, and `uint64` can't be safely represented...
Situation: I have a collection of objects that I want to return from an API in a specific order. These objects have a `Name` property on them. Coalesce takes over...
Similar to what we do for checking the dependency versions of the project we're generating against, we should also check the node module dependency versions to ensure that everything is...
Since this is a moderately common function we use in a lot of apps and is somewhat tedious to make by hand due to the need to setup lifecycle hooks...
On the Knockout stack, .cshtml files can be used to dynamically build up pages based on the current logged in user and their permissions and roles. For the Vue stack,...
Embrace the monorepo.