justinwilaby / babel-plugin-jsx-adaptive-cards

A Babel plugin to transpile JSX to Adaptive Cards
MIT License
9 stars 0 forks source link

Visualizer #1

Open thecouchcoder opened 6 years ago

thecouchcoder commented 6 years ago

I just wanted to make a suggestion to have something similar to the VSCode visualizer extension. It would make it much easier to design these cards.

https://marketplace.visualstudio.com/items?itemName=tomlm.vscode-adaptivecards

justinwilaby commented 6 years ago

Excellent suggestion! I'll walk over to Tom's office and see how we can make this happen. In the meantime, what's your biggest hurdle when designing adaptive cards?

thecouchcoder commented 6 years ago

Thanks Justin! I actually haven't used this plugin yet. I was just pointed to it from this issue because I was looking for a way to build cards dynamically from my oData service.

I have been heavily using the visualizer to design all my cards though, so I was thinking this plugin could really use something like that to assist in the design process. A drag and drop interface as suggested here would be ideal, but I also know that would be quite a large project.