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

Make playground available as a separate npm package #146

Closed
kaibra opened this issue Sep 22, 2020 · 20 comments
Closed

Make playground available as a separate npm package #146

kaibra opened this issue Sep 22, 2020 · 20 comments
Labels
enhancement New feature or request stale
Milestone

Comments

@kaibra
Copy link

kaibra commented Sep 22, 2020

Description
This repository provides two nice tools: a react-component to visualize asynapi-specs and a playground for writing async-api specs in an editor and see the results visualized.
The playground is currently only maintained for local development as far as I understand and can't be accessed apart from cloning this repository.
https://github.com/asyncapi/playground is a server-side version of the playground ?!

I suggest to publish the "playground" of this repository (could be renamed to asyapi-editor) as (at least) a react-component as well, since I think it is a nice tool which can be useful for others.

To increase accessibility of the package, it would be worth to think about providing a dependecy free bundle also (like: https://www.npmjs.com/package/swagger-editor-dist).

As already mentioned in

#76
#75

Regards,

Kai

Reasons
This feature would make another tool available in the asyncapi space, which is already there, but inaccessible.
It would be similar to https://www.npmjs.com/package/swagger-editor
I think developers coming from OpenAPI would appreciate to find such a tool.

Attachments
none

@github-actions
Copy link

Welcome to AsyncAPI. Thanks a lot for reporting your first issue.

Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@derberg
Copy link
Member

derberg commented Sep 22, 2020

The current AsyncAPI Playground is here https://playground.asyncapi.io/
Playground for this react component is published here https://asyncapi.github.io/asyncapi-react/

Or you say someone would prefer to use react playground locally instead of the official one?

@kaibra
Copy link
Author

kaibra commented Sep 22, 2020

Or you say someone would prefer to use react playground locally instead of the official one?

Yes, exactly. People could embed it in their own applications for example.

@sebastian-palma
Copy link

I might second this. I'm currently trying to wrap different documentation tools into a single application (Rails 6) and I think the playground would be a good addition.

By now I think I can dig through the .ts files in the playground and make it work but that would leave me behind master/main changes.

@github-actions
Copy link

github-actions bot commented Jan 7, 2021

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

@github-actions github-actions bot added the stale label Jan 7, 2021
@derberg derberg removed the stale label Jan 7, 2021
@github-actions
Copy link

github-actions bot commented Mar 9, 2021

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

@github-actions github-actions bot added the stale label Mar 9, 2021
@derberg
Copy link
Member

derberg commented Mar 9, 2021

still valid, we just need some help from the community

@derberg derberg added enhancement New feature or request and removed stale labels Mar 9, 2021
@SimonAlling
Copy link

Second that. Same use-case here. Could even be part of the @asyncapi/react-component package, as far as I'm concerned.

@bidadh
Copy link

bidadh commented May 4, 2021

I also need editor in my angular application

@github-actions
Copy link

github-actions bot commented Jul 4, 2021

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

@github-actions github-actions bot added the stale label Jul 4, 2021
@derberg derberg removed the stale label Jul 5, 2021
@derberg
Copy link
Member

derberg commented Jul 5, 2021

FYI, I know that @magicmatatjahu is working on it atm. Actually, he is building a new editor/playground from scratch :)

@magicmatatjahu
Copy link
Member

@derberg it was supposed to be a surprise 😅

@derberg
Copy link
Member

derberg commented Jul 5, 2021

🤷🏼

@magicmatatjahu magicmatatjahu added this to the Road to 1.0.0 milestone Jul 7, 2021
@github-actions
Copy link

github-actions bot commented Sep 6, 2021

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

@github-actions
Copy link

github-actions bot commented Jan 5, 2022

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale label Jan 5, 2022
@derberg derberg removed the stale label Jan 11, 2022
@derberg
Copy link
Member

derberg commented Jan 11, 2022

related #273

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale label Sep 24, 2022
@derberg
Copy link
Member

derberg commented Sep 26, 2022

@kaibra Hey, playground is just internal integration tool for react component development. We will not push it to npm.

Instead, we have https://github.com/asyncapi/studio/ that we push out to npm regularly. Can you have a look if there is something more we need to do to make the studio more usable as a dependency?

@github-actions github-actions bot removed the stale label Sep 27, 2022
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.

There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale label Jan 26, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

6 participants