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

Rewrite markdown-template to React #36

Closed magicmatatjahu closed 3 years ago

magicmatatjahu commented 3 years ago

Rewrite existing markdown-template to template with React on a board.

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.

magicmatatjahu commented 3 years ago

/progress 70 Template is almost done. The entire template has been rewritten, including rewriting html tables to the pure markdown tables -> ref: https://github.com/asyncapi/markdown-template/issues/33

magicmatatjahu commented 3 years ago

/progress 80 Template (PR to review asyncapi/markdown-template#33) is waiting for integration React-SDK in generator.

magicmatatjahu commented 3 years ago

/progress 85 Started updating the https://github.com/asyncapi/template-for-generator-templates to the React engine.

magicmatatjahu commented 3 years ago

/progress 90 https://github.com/asyncapi/template-for-generator-templates/pull/6 is ready for review

magicmatatjahu commented 3 years ago

/progress 100 markdown-template and template-for-generator-templates are merged