asyncapi / shape-up-process

This repo contains pitches and the current cycle bets. More info about the Shape Up process: https://basecamp.com/shapeup
https://shapeup.asyncapi.io
11 stars 8 forks source link

Render missed parts in react-component that are showed in HTML template #87

Closed magicmatatjahu closed 3 years ago

magicmatatjahu commented 3 years ago

We have list with missed parts in react-component that don't render (or render in wrong way):

Ref: https://github.com/asyncapi/shape-up-process/issues/83

asyncapi-bot commented 3 years ago

Hey! You've labeled this issue as a Scope. Remember you can use the following command to inform about its progress:

/progress <percentage> [message]

or

/progress <percentage>

A mutiline message.
It supports **Markdown**.
Example:
/progress 40 We're still figuring out how to implement this. We have an idea but it is not yet confirmed it will work.
/progress 50

A few notes:

* We got this figured out :tada:
* We're going to use [this library](#link-to-website) to avoid losing time implementing this algorithm.
* We decided to go for the quickest solution and will improve it if we got time at the end of the cycle.

:weight_lifting_woman: See the progress on the Shape Up Dashboard.

derberg commented 3 years ago

it in general should support spec with schemas having circular refs. In other words, should work with https://github.com/asyncapi/generator/blob/master/test/docs/dummy.yml

magicmatatjahu commented 3 years ago

@derberg Yes, I mentioned about it in this item It's not rendering info that schema is Circular.

magicmatatjahu commented 3 years ago

/progress 40 In https://github.com/asyncapi/asyncapi-react/pull/269 PR:

magicmatatjahu commented 3 years ago

/progress 65 In asyncapi/asyncapi-react#276 PR:

magicmatatjahu commented 3 years ago

/progress 85 In asyncapi/asyncapi-react#280 PR:

magicmatatjahu commented 3 years ago

/progress 90 Currently, the component supports everything that has been mentioned. The only thing that still needs to be added to component is the side menu/navigation.

magicmatatjahu commented 3 years ago

/progress 100 Render side menu/navigation and missed examples for messages. Everything was added from HTML-Template. The skipped items will be added along with the https://github.com/asyncapi/shape-up-process/issues/86