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

Allowing user to be anonymous by allowing them to select "post anonymously" #3

Closed
Eddy114514 opened this issue Jan 31, 2025 · 1 comment · May be fixed by #25
Closed

Allowing user to be anonymous by allowing them to select "post anonymously" #3

Eddy114514 opened this issue Jan 31, 2025 · 1 comment · May be fixed by #25
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Eddy114514
Copy link
Contributor

Eddy114514 commented Jan 31, 2025

Estimated effort: 10-15 hours
Dependencies: None
Assignees: All members
Milestones: Sprint 1
Acceptance criteria: When users choose to "post anonymously", other users will only able to see the random nickname that assigned to the anonymous user. The nickname for anonymous user need to be appropriate and generally random while stays the same within each post/thread.

@TechnicalDree
Copy link

Changes in codebase:
In files especially topic.json, PostObject.yaml, pid.yaml, and create.js, I defined a boolean variable is_anonymous to explore the backend implementation process and see what files I may need to primarily modify for the anonymous button feature. I removed the post delay 120 second feature to help me test more frequently that my modifications didn't break the website.

Next Steps:
In Sprint 2, I hope to work closely with Tiffany to fully implement the anonymous feature with a frontend UI button and backend data management with managing whether the user wants to be anonymous.

Eddy114514 added a commit that referenced this issue Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants