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

refactor: lazy process search results #163

Merged
merged 1 commit into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion apps/next-app/pages/analytics/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const Page: NextPage = () => {
const dailyUsers = dailyUsersQuery.data?.dailyUsers ?? [];
const pagesUsed = pagesUsedQuery.data?.pagesUsed ?? [];

console.log(dailyUsers, pagesUsed);
return (
<LayoutPublic background={<BackgroundFadedImage img="article" />}>
<AppHead />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: "010.01.01.01"
parent: "010.01.01"
questionBank: "atpl"
title: The establishment of the Convention on International Civil Aviation
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"id": "QDFBOVPN",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-103761", "ATPLGS-118704"],
"annexes": [],
Expand Down Expand Up @@ -42,6 +43,7 @@
},
{
"id": "QHMWBCYB",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-103763"],
"annexes": [],
Expand Down Expand Up @@ -83,6 +85,7 @@
},
{
"id": "QEGZNNKW",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-103753"],
"annexes": [],
Expand Down Expand Up @@ -124,6 +127,7 @@
},
{
"id": "QYOGZJOT",
"questionBank": "atpl",
"relatedQuestions": ["QOMXIUVQ"],
"externalIds": ["AVEXAM-1644"],
"annexes": [],
Expand Down Expand Up @@ -165,6 +169,7 @@
},
{
"id": "QOMXIUVQ",
"questionBank": "atpl",
"relatedQuestions": ["QYOGZJOT"],
"externalIds": ["ATPLGS-103725", "BGS-100007"],
"annexes": [],
Expand Down Expand Up @@ -206,6 +211,7 @@
},
{
"id": "QAORDWHO",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-103755"],
"annexes": [],
Expand Down Expand Up @@ -247,6 +253,7 @@
},
{
"id": "QZMRLCWT",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-111546", "ATPLQ-108644", "BGS-100005"],
"annexes": [],
Expand Down Expand Up @@ -288,6 +295,7 @@
},
{
"id": "QKUYKZOX",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-103754"],
"annexes": [],
Expand Down Expand Up @@ -329,6 +337,7 @@
},
{
"id": "QYZVIIIC",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-103743"],
"annexes": [],
Expand Down Expand Up @@ -370,6 +379,7 @@
},
{
"id": "QTDRCKEN",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["AVEXAM-45311"],
"annexes": [],
Expand Down Expand Up @@ -411,6 +421,7 @@
},
{
"id": "QUBVEWSD",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-118705"],
"annexes": [],
Expand Down Expand Up @@ -452,6 +463,7 @@
},
{
"id": "QUFCNRYT",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-103708"],
"annexes": [],
Expand Down Expand Up @@ -493,6 +505,7 @@
},
{
"id": "QIJTZTYB",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-103749", "ATPLQ-106886", "BGS-100560"],
"annexes": [],
Expand Down Expand Up @@ -534,6 +547,7 @@
},
{
"id": "QJHEAKMK",
"questionBank": "atpl",
"relatedQuestions": [],
"externalIds": ["ATPLGS-118692", "ATPLQ-106915", "BGS-100013"],
"annexes": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
id: "010.01.01.02"
parent: "010.01.01"
questionBank: "atpl"
title: Part I - Air navigation
---
Loading
Loading