You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> #codebase Please add a delete icon next to each participant and hide the bullet points.
57
+
> When clicked, it will unregister that participant from the activity.
58
+
> ```
57
59
58
60
- If you try this prompt in **Edit** mode, you will find that the changes to the frontend and backend were made in a theoretical way. Although no syntax or runtime errors occurred, the changes were not compatible and didn't achieve the goal.
59
61
- In **Agent** mode, Copilot reviewed its own work and refined it to ensure all changes were error free and coordinated together.
@@ -62,10 +64,12 @@ Now, let's give **Agent** mode a try! 👩🚀
62
64
63
65
1. Ask Copilot to fix a registration bug.
64
66
65
-
```Prompt
66
-
#codebase I've noticed there seems to be a bug.
67
-
When a participant is registered, the page must be refreshed to see the change on the activity.
> #codebase I don't like that we are storing the data in memory.
105
+
> Let's switch to using mongodb.
106
+
> For now use the local development instance.
107
+
> Please prepopulate the database with the existing hardcoded json activities, keeping the the activity name as the key.
108
+
> ```
101
109
102
110
1. That's your preview for now. We hope it was fun and please check back soon on the [Skills page](https://skills.github.com) for a dedicated exercise to explore even more of Agent Mode! 🧑🚀 🚀
0 commit comments