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

Develop #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Develop #57

wants to merge 2 commits into from

Conversation

RainerWerner44
Copy link

No description provided.

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

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

Your project setup is off to a great start with well-configured files and type definitions! 🎉 However, to meet the core requirements of the task, you need to implement the Vue components and logic for handling posts and comments. Additionally, the routing setup is incomplete as the routes array is empty. Please define the necessary routes to enable navigation within your application. Once these critical functionalities are added, your project will be ready to shine! 🌟 Keep up the good work and don't hesitate to reach out if you need any help!

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

🔄 Fix the issues, commit the changes, and then re-request my review using the Re-request review button in the Reviewers tab.

Comment on lines +5 to +7
routes: [

]

Choose a reason for hiding this comment

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

The routes array is empty. You need to define route objects here to enable navigation in your application. Each route should have at least a path and a component or redirect property.

Copy link

@DanilWeda DanilWeda left a comment

Choose a reason for hiding this comment

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

Please check comments which i left, after prev review.
Setup deploy, write description.
Many thanks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants