-
-
Notifications
You must be signed in to change notification settings - Fork 0
Feedback Page Queries #49
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
Merged
Merged
Changes from all commits
Commits
Show all changes
88 commits
Select commit
Hold shift + click to select a range
483a718
refactor(auth): mock user ID temporarily
hobbescodes fb7f283
Merge branch 'master' into feature/dashboard-functionality
hobbescodes eef3f52
Merge branch 'master' into feature/dashboard-functionality
hobbescodes 4fc229c
Merge branch 'master' into feature/dashboard-functionality
hobbescodes ff60aa6
feature(dashboard): query for feedback aggregate
hobbescodes c1d29a5
feature(dashboard): query for active users aggregate
hobbescodes 8face19
refactor(organizations): update queries to user userId variable
hobbescodes 6dc92d9
refactor(dashboard): remove average response time aggregate
hobbescodes 875584d
feature(dashboard): add query for recent feedback
hobbescodes 75be978
chore(graphql): add comment regarding user first/last in recent feedb…
hobbescodes dd2db61
feature(graphql): add query for weekly feedback aggregates
hobbescodes f55bdc0
feature(dashboard): apply query for generating feedback overview chart
hobbescodes b741fe1
refactor(dashboard): remove date formatting functions from react context
hobbescodes 4d53b3e
chore: format
hobbescodes 1fac34e
refactor(dashboard): temporarily disabled new project button
hobbescodes 113f9aa
refactor(codegen): update scalars to map BigInt to string
hobbescodes 0d18428
refactor(dashboard): simplify logic for feedback chart data
hobbescodes 5e03335
refactor(dashboard): dedup formatted date from data array in feedback…
hobbescodes 2020874
chore: remove newline
hobbescodes 9c9bdf0
refactor(recent-feedback): update props for response
hobbescodes 0ca4c59
chore: update comments
hobbescodes 6d6c976
docs: update response jsdoc
hobbescodes fc15b13
refactor(feedback-overview): set yaxis to always scale on natural num…
hobbescodes a1fc9d9
refactor(graphql): update organization query
hobbescodes 5cb27bd
refactor(organization): cherry-pick partial support for RSC
hobbescodes 1fe3ac0
refactor(organization): cherry-pick partial support for RSC
hobbescodes aaf75f8
feature(organization): appropriately fetch information for projects
hobbescodes 62a20e7
chore: reorg imports
hobbescodes 4b59109
feature(organization): add query for fetching organization metrics
hobbescodes 356baa7
refactor(organization): use Promise.all to fetch necessary data in pa…
hobbescodes 3b952c6
chore: format
hobbescodes d5151b9
refactor(organization): remove unnecessary layout file
hobbescodes 79f161d
refactor(project-card): properly query for active users for a project
hobbescodes 2ed117b
refactor(project-card): remove unused containerProps
hobbescodes 46db80f
fix(project-card): remove invalid destructured prop
hobbescodes 0c8228a
Merge branch 'master' into feature/dashboard-functionality
hobbescodes 4c8b12a
chore: format
hobbescodes 0025f52
Merge branch 'feature/dashboard-functionality' into feature/organizat…
hobbescodes ebecbae
refactor(response): extract date logic from render
hobbescodes 7dbf883
refactor: add proper orderBy to recent feedback query
hobbescodes 43735d9
refactor(dashboard): add appropriate render for empty states
hobbescodes fe6a7e6
refactor(pinned-organizations): use next link for view all organizati…
hobbescodes 4948e7b
Merge branch 'feature/dashboard-functionality' into feature/organizat…
hobbescodes f64db1e
chore: update comment regarding the dashboard aggregates total users …
hobbescodes ad12652
Merge branch 'feature/dashboard-functionality' into feature/organizat…
hobbescodes 042f468
refactor(response): use updated db schema to display username
hobbescodes 9b37f4e
Merge branch 'feature/dashboard-functionality' into feature/organizat…
hobbescodes 49ef6a3
chore: merge master
hobbescodes a64386e
refactor(projects): add query for organization details for breadcrumb…
hobbescodes 230c87c
chore: format
hobbescodes 5b792c8
feature(projects): update route to use dynamic projects query
hobbescodes c07f7cc
refactor(projects): update project aggregate data
hobbescodes 9b4bfea
chore: format
hobbescodes bc81621
refactor(projects): remove status implementations
hobbescodes 3a17244
refactor(projects): update projects to include a destructive action
hobbescodes 1717fd4
chore: format
hobbescodes dd2b0a8
chore: merge master
hobbescodes e209edc
Merge branch 'master' into feature/projects-queries
hobbescodes b24a1e1
refactor(breadcrumbs): update breakpoint and naming isTablet --> isDe…
hobbescodes 1ccde0a
refactor(projects): add pagination for projects list
hobbescodes 39943f1
refactor(projects): adjust query to order projects by number of posts
hobbescodes 6569749
chore: code cleanup
hobbescodes d42cb04
refactor(project-list): add render for empty state
hobbescodes 842ba17
chore: format
hobbescodes 758f04a
refactor(project-list): adjust action label
hobbescodes bbf2af4
chore: remove unnecessary TODO
hobbescodes 4bb3086
refactor(organizations): add empty state and pagination
hobbescodes a8edaf9
chore: update generated artifacts
hobbescodes 1d28613
feature(feedback): query data for feedback details
hobbescodes fe25faa
chore: format
hobbescodes 2f223f5
feature(feedback): query feedback comments from database
hobbescodes 741f20b
fix(comments): add comments query
hobbescodes c66a35e
feature(feedback): query downvotes
hobbescodes 5d8f4ef
fix(breadcrumbs): remove useBreakpointValue restriction, apply to dis…
hobbescodes c57f569
refactor(comments): add render for empty state
hobbescodes 202e5cc
refactor(comments): update infinite query to appropriately expose has…
hobbescodes 8aaee05
refactor(comments): integrate useInfiniteCommentsQuery
hobbescodes c7f516a
refactor(comments): disable text area and submit button
hobbescodes 8660776
chore: remove TODO comment
hobbescodes dcecba8
chore: remove TODO comment
hobbescodes b39734f
Merge branch 'master' into feature/projects-queries
hobbescodes 0d0478b
Merge branch 'master' into feature/organization-queries
hobbescodes b7e00cc
refactor: remove unnecessary getOrganization util
hobbescodes e90283f
Merge branch 'feature/projects-queries' into feature/feedback-queries
hobbescodes a68dd53
refactor: remove unnecessary getFeedbackById util
hobbescodes 69e19c6
chore: update generated artifacts
hobbescodes 645efc7
Merge branch 'feature/projects-queries' into feature/feedback-queries
hobbescodes b221913
chore: merge master
hobbescodes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.