You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we want to rename it to PanoFeedFilters first, then update it correctly according to the spec we have in #566:
enumPanoFeedFilter {
ALL ACTIVE # order by post.comment.createdAt DESC HOT # order by post.commentCount DESC UPVOTED # upvoted by viewer OWNED # created by viewer
}
Start supporting the filters on pano home page filters.
### Checklist
- [ ] discord username: `umut`
- [ ] Closes#610
- [ ] Closes#611
- [ ] PR must be created for an issue from issues under "In progress"
column from [our project
board](https://github.com/orgs/kamp-us/projects/2/views/1).
- [ ] A descriptive and understandable title: The PR title should
clearly describe the nature and purpose of the changes. The PR title
should be the first thing displayed when the PR is opened. And it should
follow the semantic commit rules, and should include the
app/package/service name in the title. For example, a title like
"docs(@kampus-apps/pano): Add README.md" can be used.
- [ ] Related file selection: Only relevant files should be touched and
no other files should be affected.
- [ ] I ran `npx turbo run` at the root of the repository, and build was
successful.
- [ ] I installed the npm packages using `npm install --save-exact
<package>` so my package is pinned to a specific npm version. Leave
empty if no package was installed. Leave empty if no package was
installed with this PR.
We already have an
enum
in our graphql schema defined for this:monorepo/apps/gql/schema/schema.graphql
Lines 104 to 110 in d454766
we want to rename it to
PanoFeedFilters
first, then update it correctly according to the spec we have in #566:Blocked by #617
The text was updated successfully, but these errors were encountered: