Browse Source

Merge pull request #23130 from abpframework/todo-tutorial-revision

Updated screenshots for todo tutorial
pull/23132/head
maliming 11 months ago
committed by GitHub
parent
commit
478d57d2c0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. BIN
      docs/en/studio/images/solution-runner/csharp-application-context-menu-build.png
  2. BIN
      docs/en/studio/images/solution-runner/csharp-application-context-menu-monitor.png
  3. BIN
      docs/en/studio/images/solution-runner/csharp-application-context-menu.png
  4. BIN
      docs/en/studio/images/solution-runner/docker-container-example-add-dialog.png
  5. BIN
      docs/en/studio/images/solution-runner/docker-container-example-add.png
  6. BIN
      docs/en/studio/images/solution-runner/docker-container-example-rabbitmq.png
  7. BIN
      docs/en/studio/images/solution-runner/docker-container-properties.png
  8. BIN
      docs/en/studio/images/solution-runner/docker-container-stack.png
  9. BIN
      docs/en/studio/images/solution-runner/docker-container-warning.png
  10. BIN
      docs/en/studio/images/solution-runner/folder-context-menu.png
  11. BIN
      docs/en/studio/images/solution-runner/profile-root-context-menu.png
  12. BIN
      docs/en/studio/images/solution-runner/solution-runner.png
  13. BIN
      docs/en/tutorials/microservice/images/abp-studio-solution-runner-play-all.png
  14. BIN
      docs/en/tutorials/todo/images/todo-ui-initial-v2.png
  15. BIN
      docs/en/tutorials/todo/images/todo-ui-initial.png
  16. 2
      docs/en/tutorials/todo/layered/index.md
  17. 10
      docs/en/tutorials/todo/single-layer/index.md
  18. BIN
      docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer-v2.png
  19. BIN
      docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer.png
  20. BIN
      docs/en/ui-themes/lepton-x/images/account-layout-background-style.png

BIN
docs/en/studio/images/solution-runner/csharp-application-context-menu-build.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
docs/en/studio/images/solution-runner/csharp-application-context-menu-monitor.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 19 KiB

BIN
docs/en/studio/images/solution-runner/csharp-application-context-menu.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
docs/en/studio/images/solution-runner/docker-container-example-add-dialog.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 10 KiB

BIN
docs/en/studio/images/solution-runner/docker-container-example-add.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
docs/en/studio/images/solution-runner/docker-container-example-rabbitmq.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
docs/en/studio/images/solution-runner/docker-container-properties.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
docs/en/studio/images/solution-runner/docker-container-stack.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
docs/en/studio/images/solution-runner/docker-container-warning.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
docs/en/studio/images/solution-runner/folder-context-menu.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
docs/en/studio/images/solution-runner/profile-root-context-menu.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 21 KiB

BIN
docs/en/studio/images/solution-runner/solution-runner.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 32 KiB

BIN
docs/en/tutorials/microservice/images/abp-studio-solution-runner-play-all.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 33 KiB

BIN
docs/en/tutorials/todo/images/todo-ui-initial-v2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
docs/en/tutorials/todo/images/todo-ui-initial.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

2
docs/en/tutorials/todo/layered/index.md

@ -159,7 +159,7 @@ This command takes time, but eventually runs and opens the application in your d
{{end}}
![todo-ui-initial](../images/todo-ui-initial.png)
![todo-ui-initial](../images/todo-ui-initial-v2.png)
You can click on the *Login* button, use `admin` as the username and `1q2w3E*` as the password to login to the application.

10
docs/en/tutorials/todo/single-layer/index.md

@ -152,7 +152,7 @@ This command takes time, but eventually runs and opens the application in your d
{{end}}
![todo-ui-initial](../images/todo-ui-initial.png)
![todo-ui-initial](../images/todo-ui-initial-v2.png)
You can click on the *Login* button and use `admin` as the username and `1q2w3E*` as the password to login to the application.
@ -173,7 +173,7 @@ public class TodoItem : BasicAggregateRoot<Guid>
}
````
`BasicAggregateRoot` is the simplest base class to create root entities, and `Guid` is the primary key (`Id`) of the entity here.
`BasicAggregateRoot` is the simplest base class to create root [entities](../../../framework/architecture/domain-driven-design/entities.md), and `Guid` is the primary key (`Id`) of the entity here.
## Database Integration
@ -223,7 +223,7 @@ dotnet ef migrations add Added_TodoItem
This will add a new migration class to the project. You should see the new migration in the `Migrations` folder:
![todo-efcore-migration](todo-efcore-migration-single-layer.png)
![todo-efcore-migration](todo-efcore-migration-single-layer-v2.png)
Then, you can apply changes to the database using the following command, in the same command-line terminal:
@ -836,7 +836,7 @@ Now, you can run the application again to see the result.
## Conclusion
In this tutorial, we've built a very simple application to warm up with the ABP.
In this tutorial, we've built a very simple application to warm up with the ABP. Check the [Web Application Development Tutorial](../../book-store/part-01.md) to see a real-life web application development in a layered architecture using the [Layered Application Startup Template](../../../solution-templates/layered-web-application).
## Source Code
@ -844,4 +844,4 @@ You can find the source code of the completed application [here](https://github.
## See Also
* Check the [Web Application Development Tutorial](../../book-store/part-01.md) to see a real-life web application development in a layered architecture using the [Layered Application Startup Template](../../../solution-templates/layered-web-application).
* [Web Application Development Tutorial](../../book-store/part-01.md)

BIN
docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer-v2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
docs/en/tutorials/todo/single-layer/todo-efcore-migration-single-layer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

BIN
docs/en/ui-themes/lepton-x/images/account-layout-background-style.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Loading…
Cancel
Save