Skip to content

feat: spacex-rocket#114

Open
jhorgiGheovani wants to merge 2 commits into
allobankdev:mainfrom
jhorgiGheovani:main
Open

feat: spacex-rocket#114
jhorgiGheovani wants to merge 2 commits into
allobankdev:mainfrom
jhorgiGheovani:main

Conversation

@jhorgiGheovani
Copy link
Copy Markdown

feat: spacex-rocket

Summary

  • Adds a Rockets feature: list view on the index page, detail page at /rockets/:id, and an "Add Rocket" dialog.
  • Introduces useRocketStore (Pinia), rocketApi service, and a shared Rocket type.
  • Replaces the scaffolded HelloWorld component with RocketCard; cleans up template READMEs.
  • Adds .env.example for required env vars and updates auto-generated components.d.ts / typed-router.d.ts.

Changes

  • src/pages/index.vue — rockets list + entry point for the add dialog
  • src/pages/rockets/[id].vue — rocket detail page
  • src/components/AddRocketDialog.vue, src/components/RocketCard.vue — new UI
  • src/stores/useRocketStore.ts, src/services/rocketApi.ts, src/types/rocket.ts — state, fetching, types
  • .env.example — documents required env vars

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.

1 participant