Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(platform): Adds rating card #8840

Merged

Conversation

Bentlybro
Copy link
Member

This adds the rating card, currently i just make it show in every agent page till we have better logic for it + we want to make it show on the block builder when we are looking at some one else's agent from the marketplace, this is to be implemented soon

The Tutorial and ? buttons will also be hidden on the market place pages so ignore them showing for now

Changes 🏗️

image
image

@Bentlybro Bentlybro requested a review from a team as a code owner November 29, 2024 12:39
@Bentlybro Bentlybro requested review from aarushik93 and majdyz and removed request for a team November 29, 2024 12:39
@github-actions github-actions bot added platform/frontend AutoGPT Platform - Front end platform/backend AutoGPT Platform - Back end size/l labels Nov 29, 2024
args: {
agentName: "Test Agent",
onSubmit: (rating) => {
console.log("Rating submitted:", rating);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the implementation done yet or it supposed to be a console.debug ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non of the logic is to be implemented just yet, this is how we have been doing everything, we build the UI first the add the functionality later on, this is for the #8306 PR

@majdyz
Copy link
Contributor

majdyz commented Dec 2, 2024

This looks good, you might need to do npm run format or mark the PR as a draft if it's not done yet

@Swiftyos Swiftyos merged commit 53eee63 into swiftyos/open-1920-marketplace-home-components Dec 2, 2024
5 of 8 checks passed
@Swiftyos Swiftyos deleted the add-agent-rating-ui branch December 2, 2024 10:17
Bentlybro added a commit that referenced this pull request Dec 18, 2024
This adds the rating card, currently i just make it show in every agent
page till we have better logic for it + we want to make it show on the
block builder when we are looking at some one else's agent from the
marketplace, this is to be implemented soon

The Tutorial and ? buttons will also be hidden on the market place pages
so ignore them showing for now

### Changes 🏗️

![image](https://github.com/user-attachments/assets/7bd0314e-6c47-4c58-a113-1ea421f8c257)

![image](https://github.com/user-attachments/assets/1b5f5244-9387-4bbc-ba52-0de1c9dcd3d6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/backend AutoGPT Platform - Back end platform/frontend AutoGPT Platform - Front end size/l
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants