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

feat: create API for questions search #3996

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

onim-at
Copy link
Contributor

@onim-at onim-at commented Nov 9, 2024

PR Checklist

PR Type

What kind of change does this PR introduce?

  • Bugfix (fixes an issue)
  • Feature (adds functionality)
  • Code style update
  • Refactoring (no functional changes)
  • Build related changes
  • CI related changes
  • Documentation changes
  • Other... Please describe:

What is the current behavior?

Fetch questions via firestore

What is the new behavior?

Fetch questions via remix backend API

Does this PR introduce a breaking change?

  • Yes
  • No

Git Issues

Closes #3917

What happens next?

Thanks for the contribution! We try to make sure all PRs are reviewed ahead of our monthly maintainers call (first Monday of the month)

If the PR is working as intended it'll be merged and included in the next platform release, if not changes will be requested and re-reviewed once updated.

If you need more immediate feedback you can try reaching out on Discord in the Community Platform development channel.

@onim-at onim-at marked this pull request as ready for review November 11, 2024 20:06
@onim-at onim-at requested a review from a team as a code owner November 11, 2024 20:06
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this file is under a test folder because otherwise it would raise the following error:

Error: Vitest failed to access its internal state.

One of the following is possible:
- "vitest" is imported directly without running "vitest" command
- "vitest" is imported inside "globalSetup" (to fix this, use "setupFiles" instead, because "globalSetup" runs in a different context)
- Otherwise, it might be a Vitest bug. Please report it to https://github.com/vitest-dev/vitest/issues

Copy link
Contributor

@mariojsnunes mariojsnunes Nov 11, 2024

Choose a reason for hiding this comment

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

same as for research, here:
#3987 (comment)

these tests are no longer useful. can remove the file, but add some cypress tests.

Copy link

cypress bot commented Nov 24, 2024

onearmy-community-platform    Run #6584

Run Properties:  status check passed Passed #6584  •  git commit 85ec50eb36: Merge branch 'master' into 3917-question-search-remix
Project onearmy-community-platform
Branch Review pull/3996
Run status status check passed Passed #6584
Run duration 05m 18s
Commit git commit 85ec50eb36: Merge branch 'master' into 3917-question-search-remix
Committer Cosimo Chetta
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 1
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 79
View all changes introduced in this branch ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Status: 💬 Changes Requested/with author
Development

Successfully merging this pull request may close these issues.

[Tech] Create API for questions search
2 participants