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 data model and schema to store resolved status as a boolean for topics #24

Closed
wants to merge 1 commit into from

Conversation

cindyjiang-027
Copy link

@cindyjiang-027 cindyjiang-027 commented Oct 8, 2024

I added data model and schema to store resolved status as a boolean for topics. This allows each topic to have a field to save whether the topic/question has been resolved or not.

This pull request tends to resolve #9.

@cindyjiang-027 cindyjiang-027 self-assigned this Oct 8, 2024
@cindyjiang-027 cindyjiang-027 added the enhancement New feature or request label Oct 8, 2024
@cindyjiang-027 cindyjiang-027 added this to the Sprint 2 milestone Oct 8, 2024
@cindyjiang-027 cindyjiang-027 requested review from RDNoodles6 and removed request for Chamarsh October 8, 2024 20:02
@RDNoodles6
Copy link

Added model and added resvoled Boolean to topics to help with sorting topics by resolved and unsolved by modifying topics and create.

Copy link

@RDNoodles6 RDNoodles6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added model and added resvoled Boolean to topics to help with sorting topics by resolved and unsolved by modifying topics and create.

@cindyjiang-027
Copy link
Author

Will not merge this branch as Chase has incorporated this part in his PR.

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 this pull request may close these issues.

Update the data model to support "Solved/Unsolved" status
2 participants