- [ ] Fields: title (TextField), content (multiline TextField) On form submit: - [ ] Validate non-empty title and content - [ ] Send POST /threads with { title, content } ---------------------------------------------------- - [ ] On success: redirect to /forum/:id of the new thread - [ ] On failure: show error messages
On form submit:
Validate non-empty title and content
Send POST /threads with { title, content }
On success: redirect to /forum/:id of the new thread
On failure: show error messages