-
Notifications
You must be signed in to change notification settings - Fork 0
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
Anonymous posting backend #22
Conversation
… set username and displayname to anonymous
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there is an issue with the db schema cause a failure in the node test. We need to update our schema definition in the test to include "anonymous".
This connects to issue #4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have seen the issues passed by in terms of Node, this definitly connects to what I've been working on with issue #4. I will be working on this now.
Modified src/posts/create.js file to initiate an anonymous value
then Modified to check for anonymity in the src/topics/posts.js file to then set the username and displayname to "Anonymous"
closes #6