ComputerScienceHouse / BrickWall

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

Create Offer Page/Form #36

Open devinmatte opened 4 years ago

devinmatte commented 4 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. Allow them to enter pay, stipend, housing, and deadline attached to offer.

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

mxmeinhold commented 4 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.