Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added anonymous reply button to frontend (Within Quick Reply) #18

Merged
merged 25 commits into from
Feb 11, 2025

Conversation

savannahxunc
Copy link
Contributor

@savannahxunc savannahxunc commented Feb 9, 2025

I created a frontend button for "anonymous reply" for quick reply feature in NodeBB.

  • The code for "Anonymous reply" button was really similar to the one for "Quick reply", except for the name(in ).

Notes I have started to implement backend changes here already. Users can successfully post anonymously when they click "Anonymous reply"

  • Added a new field for anonymous in database schema (verified through console.log statements).

TODO:
Still need to change the profile photo of the "Anonymous users".

Running into a display issue with the backend of anon posting but it will sometimes work as seen below. Will fix in next
sprint

Screenshot 2025-02-11 at 1 46 24 AM

resolves #19

@savannahxunc savannahxunc added this to the Sprint 1 milestone Feb 9, 2025
@savannahxunc savannahxunc marked this pull request as ready for review February 10, 2025 00:40
@joonhoswe
Copy link
Contributor

Looks great Savannah! In particular, I like the placement of your button that you chose (as mentioned in our team meeting :)) I think once the API calls are functional, this will be a great feature for the users. As our anonymous tasks are similar-ish, let's continue to work together to get the backend up and running.

@savannahxunc savannahxunc merged commit c6ed251 into main Feb 11, 2025
1 of 2 checks passed
@savannahxunc savannahxunc self-assigned this Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build front end anonymous posting specifically for 'Quick reply' section + start backend
2 participants