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

Adding is resolved to backend #72

Merged
merged 2 commits into from
Sep 25, 2023
Merged

Conversation

LujainAlMansoori
Copy link
Contributor

@LujainAlMansoori LujainAlMansoori commented Sep 25, 2023

Through this pull request I was able to add the isResolved boolean attribute to be included as an attribute for a topic, and this was accomplished by including in select attributes of a topic object to the api in src/topics/create.js. I also tested them through test/topics.js. Resolves #68 .

How the testing was accomplished is through ensuring that the isResolved boolean attribute exists through the test oracle of assertion, where upon the creation of a topic object, the test ensures for the existence of the boolean attribute of isResolved in a topic object. The tests passed locally, however it's important to note that this PR action workflow fails because of issues with coveralls. Thus to ensure the test changes remained valid, they were tested in the test passing PR #80 .

Copy link
Contributor

@mbfannan mbfannan left a comment

Choose a reason for hiding this comment

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

Great work!

@mbfannan
Copy link
Contributor

mbfannan commented Oct 5, 2023

This PR is invalid, but pulled and resolved by PR #80 .

@mbfannan mbfannan added invalid This doesn't seem right incorrect workflow fixed by other pr this label is for pull requests that were resolved by other prs in terms of the action workflow and removed invalid This doesn't seem right labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incorrect workflow fixed by other pr this label is for pull requests that were resolved by other prs in terms of the action workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create the backend logic for isResolved by adding an attribute to a topic
2 participants