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: wizard backend #3531

Merged
merged 8 commits into from
Jan 16, 2024
Merged

feat: wizard backend #3531

merged 8 commits into from
Jan 16, 2024

Conversation

xoscar
Copy link
Collaborator

@xoscar xoscar commented Jan 16, 2024

This PR adds a way to store the wizard configuration to the DB as well as wiring it up to the FE

Changes

  • Adds wizards table to the DB
  • Adds wizard entities and repo
  • Adds new services to support wizard CRUD
  • Wires up wizard services to FE
  • Updates FE to use the response from the wizard

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Loom video

https://www.loom.com/share/a4503892aa4b49c2a1b0c50cec6d012a

@xoscar xoscar marked this pull request as ready for review January 16, 2024 20:38
@xoscar xoscar changed the title Feat wizard backend feat: wizard backend Jan 16, 2024
api/wizards.yaml Show resolved Hide resolved
api/openapi.yaml Outdated Show resolved Hide resolved
web/src/components/Wizard/Content/Tab.tsx Outdated Show resolved Hide resolved
@xoscar xoscar merged commit 65528ca into feat-wizard Jan 16, 2024
37 checks passed
@xoscar xoscar deleted the feat-wizard-backend branch January 16, 2024 22:41
xoscar added a commit that referenced this pull request Jan 23, 2024
* feat(frontend): add wizard layout and architecture (#3521)

* feat(frontend): add wizard layout and architecture

* add home icon

* fix cypress tests

* Feat wizard structure (#3523)

feat(frontend): wizard structure

* Feat wizard tracing backend (#3525)

* feat(frontend): Wizard - Tracing Backend UI

* add customization wrapper

---------

Co-authored-by: Jorge Padilla <jorge.esteban.padilla@gmail.com>

* feat(frontend): add wizard ui improvements (#3530)

* feat(frontend): add wizard ui improvements

* fix import

* feat: wizard backend (#3531)

* fix(docs): E2E docs fix

* feat: Wizard wire up

* feat: Wizard wire up

* fixing unit tests

* pr suggestions

* feat(frontend): Wizard - Create Test Flow (#3532)

* fix(docs): E2E docs fix

* feat: Wizard wire up

* feat: Wizard wire up

* fixing unit tests

* feat(frontend): Wizard - Create Test Flow

* feat(frontend): Wizard - Create Test Flow

* feat(frontend): Wizard - Create Test Flow

* fixing build

* fix(backend): wizard crud (#3535)

fix(backend): fixing wizard crud

* feat(frontend): update wizard steps state (#3537)

* feat(frontend): Wizard - OTLP Test connection (#3540)

* feat(frontend): add wizard analytics (#3543)

* feat(frontend): Wizard - Completion Steps Wire-Up (#3546)

* feat(frontend): Wizard - Completion Steps Wire-Up

* fix wrapper level

* adding analytics event

* fixing wrong loading state

* chore: Updating default wizard steps (#3548)

Co-authored-by: Oscar <oscar@MacBook-Pro-de-Oscar.local>

* fix(frontend): fix next step for tracing backend (#3547)

* fix(frontend): fix selected tracing backend (#3551)

---------

Co-authored-by: Jorge Padilla <jorge.esteban.padilla@gmail.com>
Co-authored-by: Oscar <oscar@MacBook-Pro-de-Oscar.local>
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.

None yet

2 participants