ComputerScienceHouse / BrickWall

CSH Internal Job Review and details
Mozilla Public License 2.0
2 stars 5 forks source link

Create Review Page/Form #38

Open devinmatte opened 3 years ago

devinmatte commented 3 years ago

Creating a review should be a full page, the page should have a full markdown editor available, and allow the user to see a markdown preview

Utilizing https://www.npmjs.com/package/react-markdown may be the way to handle this

mxmeinhold commented 3 years ago

Probably the cleanest way to do this is to create a markdown component, like in ComputerScienceHouse/BrickWall#35, and then use that for this page.

geoffmoss0 commented 3 years ago

I think that was the idea. I'm going to try looking at this tonight if I have the time.