Skip to content

Refactor Vue input components with v-model to support input and output #190

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

Closed
Keavon opened this issue Jun 13, 2021 · 2 comments · Fixed by #224
Closed

Refactor Vue input components with v-model to support input and output #190

Keavon opened this issue Jun 13, 2021 · 2 comments · Fixed by #224
Assignees
Labels
Web Involves web programming (TypeScript, Svelte, CSS)
Milestone

Comments

@Keavon
Copy link
Member

Keavon commented Jun 13, 2021

Currently the Vue components for input widgets are built, but can't be used for the back-and-forth with the backend API. When I wrote them, I didn't fully understand Vue's intended approach, but @FuriouZz has since informed me about v-model. This issue involves going back to make some small refactoring changes so the widget components can be used by their parent components in a way that communicates with the Rust backend.

Blocking #184 which is an important feature for Sprint 5.

@Keavon Keavon added Available Web Involves web programming (TypeScript, Svelte, CSS) labels Jun 13, 2021
@Keavon Keavon added this to the Sprint 5 (current) milestone Jun 13, 2021
@Keavon
Copy link
Member Author

Keavon commented Jun 13, 2021

@FuriouZz would you be willing to take this on? I can assign it to you if so. I think, since it's mostly just cleanup, it shouldn't be too time consuming.

@FuriouZz
Copy link
Contributor

I take it! 😊

@Keavon Keavon removed the Available label Jun 13, 2021
@Keavon Keavon linked a pull request Jun 24, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Web Involves web programming (TypeScript, Svelte, CSS)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants