Skip to content

Commit

Permalink
(docs): Implementing Paz's latest feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
dericksozo committed May 7, 2024
1 parent fc046c4 commit b4563a7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this guide, you'll learn how to commit changes to your git provider and build
:::tip
[Amplication's AI](/amplication-ai) can help you build new versions of your service and create commit messages with a single request.

Ask Jovu: `Can you commit my pending changes with the message "Added Task entity and updated Project entity"?`
Ask Jovu: `Can you build and commit my pending changes with the message "Added Task entity and updated Project entity"?`
:::

## Prerequisites
Expand Down
28 changes: 14 additions & 14 deletions docs/how-to/amplication-ai-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Jovu offers two main types of assistance:

Below, you'll find examples of tasks Jovu can accomplish and questions you can ask to get helpful answers. Each example includes a specific task or question and a sample response from Jovu. Feel free to use these as inspiration or copy and paste them directly into your Amplication dashboard to experience Jovu's assistance firsthand.

## Start New Projects

Jovu can kickstart new projects by setting up the initial project structure and configuration based on your requirements.

**Question**
```
I'm starting a new twitter clone project that will contain several micro-services. Can you help me create it?
```

![Create new projects with Jovu](./assets/amplication-ai/create-new-project.png)

## Create a New Service

When [creating a new service](/first-service/), Jovu can help you automatically set up the basic structure with the necessary entities and fields.
Expand All @@ -26,7 +37,7 @@ When [creating a new service](/first-service/), Jovu can help you automatically
Can you create a new service for a blog application that will have posts, categories, authors, and comments?
```

![](./assets/amplication-ai/new-service.png)
![](./assets/amplication-ai/create-blog-service.png)

## Create New Entities

Expand Down Expand Up @@ -56,7 +67,7 @@ Jovu can assist you in creating [new custom modules](/custom-types-and-actions#m

**Question**
```
In the Checkout module, I need to define the data structure for the information required when a user initiates a payment. Could you help me create a DTO that includes the payment amount, the currency, and the selected payment method?
The checkout process is getting pretty complex for my E-commerce service. Is there a way to separate the checkout-related code from the rest of the application to keep things organized and manageable?
```

![](./assets/amplication-ai/create-new-module.png)
Expand All @@ -67,7 +78,7 @@ Jovu can [create new DTOs](/custom-types-and-actions#dtos-and-enums) to shape th

**Question**
```
In the Checkout module, I need to define the data structure for the information required when a user initiates a payment. Could you help me c reate a DTO that includes the payment amount, the currecny, and the selected payment method?
In the Checkout module, I need to define the data structure for the information required when a user initiates a payment. Could you help me create a DTO that includes the payment amount, the currecny, and the selected payment method?
```

![Create New Amplication DTOs](./assets/amplication-ai/create-new-dto.png)
Expand All @@ -82,17 +93,6 @@ Can you help me create an Action to handle the approval or rejection of a commen
```
![Create Custom Actions For Your Modules](./assets/amplication-ai/create-actions.png)

## Start New Projects

Jovu can kickstart new projects by setting up the initial project structure and configuration based on your requirements.

**Question**
```
I'm starting a new project fora client. Can you create a new project for me called AcmeCorp Website?
```

![Create new projects with Jovu](./assets/amplication-ai/create-project.png)

## Recommend Suitable Plugins

Jovu can analyze your project's requirements and suggest appropriate [plugins](/getting-started/plugins) to enhance your application's functionality and development workflow.
Expand Down
6 changes: 3 additions & 3 deletions docs/how-to/amplication-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ pagination_next: how-to/amplication-ai-examples

Amplication AI is a game-changing feature that revolutionizes code generation in Amplication.

In less than four minutes, and with a few requests, you can go from an idea to fully-functional, production-ready code. This includes data models, APIs, authentication, and all the other [essential components](/getting-started/#technologies) your project needs.
In just a few minutes, and with a few requests, you can go from an idea to fully-functional, production-ready code. This includes data models, APIs, authentication, and all the other [essential components](/getting-started/#technologies) your service needs.

Making changes to your existing services is also a breeze. You can easily change your service's architecture, add new entities, install plugins, or make any necessary adjustments, all while maintaining a high-quality codebase.
You can also easily make changes to your existing services. Change your service's architecture, add new entities, install plugins, or make any necessary adjustments, all while maintaining a high-quality codebase.

With Amplication AI (currently in Beta), you get production-ready code for all your services, no matter how many you need. The [generated code](/getting-started/view-generated-code/) is clean, follows best practices, and is ready for your developers to dive in and add the custom logic that will make your application unique.

Expand All @@ -22,7 +22,7 @@ At the heart of Amplication's AI capabilities is Jovu.

## What Is Jovu?

Jovu is a breakthrough AI assistant from Amplication designed to help you generate production-ready back-end services.
Jovu is a breakthrough AI assistant from Amplication designed to help you generate production-ready backend services.

Using the most sophisticated AI language models, Jovu helps you throughout your Amplication journey.
It can assist you with:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/how-to/assets/amplication-ai/create-new-module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/how-to/assets/amplication-ai/create-project.png
Binary file not shown.

0 comments on commit b4563a7

Please sign in to comment.