The proposal form needs to be finished and 'wired up' (for now it can just be a POST request to example.com that logs the data to the console). Optionally we can add character limits and form validation where appropriate. Bonus if the form doesn't reset on page refresh!
A monospace font might be a nice touch for the text entry field, to subtly indicate that Markdown is supported (even though we can't show a preview yet, or other 'editor' features).
The data submission should include:
- Author email (doesn't have to be manually entered, logged in user info will be provided via props/hooks)
- Title
- Summary
- Description
- Type (RFC | proposal)
- Status (draft | petition | accepted)
The proposal form needs to be finished and 'wired up' (for now it can just be a POST request to
example.comthat logs the data to the console). Optionally we can add character limits and form validation where appropriate. Bonus if the form doesn't reset on page refresh!A monospace font might be a nice touch for the text entry field, to subtly indicate that Markdown is supported (even though we can't show a preview yet, or other 'editor' features).
The data submission should include: