-
-
Notifications
You must be signed in to change notification settings - Fork 411
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/questions supabase #4053
Feat/questions supabase #4053
Conversation
Niiiice, I'll have a look today. |
onearmy-community-platform Run #6789
Run Properties:
|
Project |
onearmy-community-platform
|
Branch Review |
feat/questions-supabase
|
Run status |
Passed #6789
|
Run duration | 05m 22s |
Commit |
53be17b78c: chore: flaky map test
|
Committer | Mário Nunes |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
1
|
Pending |
0
|
Skipped |
0
|
Passing |
79
|
View all changes introduced in this branch ↗︎ |
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.
Coool! Really clear direction will all of this. Nice one.
Left a bunch of comments, obvs. Big thing from me I think is what would be unit tested out of all this, there's lots of key system behaviour here.
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 think we're still missing a unit testing approach but not essential for this PR.
🎉 This PR is included in version 2.28.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR Checklist
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Questions are stored in firebase.
What is the new behavior?
Questions are stored in supabase.
Also migrated:
Question images are also saved in supabase storage.
Removed moderation code for questions (wasn't being used in the UI)
TODO:
Does this PR introduce a breaking change?
Git Issues
Closes #4059 and #3918