Skip to content

Commit db9b4d8

Browse files
paquettepyjrista
authored andcommitted
feat(demo): add Orders CRUD functionality to demo app
+ Add the ability to create and edit orders * Update some of the look and feel * Refactor some of the code into effects (still needs work) Part of release 0.3.0
1 parent 499f86a commit db9b4d8

File tree

60 files changed

+1655
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1655
-338
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules\\typescript\\lib"
3+
}

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ Now that everything is set up, which if you are creating a simpler application,
742742
require a few minutes of your time, it's time to get down to business. The main use case
743743
for any action is to dispatch them.
744744

745-
While dispatching actions is fairly strait forward and pretty standard, there are some
745+
While dispatching actions is fairly straightforward and pretty standard, there are some
746746
very slight differences in how Auto-Entity actions are dispatched. The most notable
747747
trait is the way the model is passed as an argument to the action. While possibly a
748748
little quirky, this is actually fundamental to how Auto-Entity is able to automatically

0 commit comments

Comments
 (0)