CMU-313 / nodebb-f24-bluesleep

cmu-313-f24-nodebb-f24-NodeBB created by GitHub Classroom
GNU General Public License v3.0
0 stars 2 forks source link

US #2 - (frontend) Update draft post UI to include a checkbox handling the post's anonymous state #11

Closed ericlin2 closed 1 month ago

ericlin2 commented 2 months ago

Estimated effort: Medium/High Dependencies among tasks: None Acceptance Criteria: When drafting a post, there is a checkbox that users can check to make the post anonymous. Upon creating the post, the post's anonymous state becomes true. If the checkbox is not checked when creating a post, the anonymous state is false.