From 8880e29b2d2ac1553068f09046a210d6c6e6a036 Mon Sep 17 00:00:00 2001 From: wlren Date: Thu, 20 Oct 2022 11:27:06 +0800 Subject: [PATCH] [questions][ui] add sample question details --- apps/portal/src/utils/questions/constants.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/portal/src/utils/questions/constants.ts b/apps/portal/src/utils/questions/constants.ts index d67fbcf4..d445623a 100644 --- a/apps/portal/src/utils/questions/constants.ts +++ b/apps/portal/src/utils/questions/constants.ts @@ -1,4 +1,4 @@ -import type { QuestionsQuestionType } from '@prisma/client'; +import { QuestionsQuestionType } from '@prisma/client'; import type { FilterChoices } from '~/components/questions/filter/FilterSection'; @@ -106,10 +106,15 @@ export const SAMPLE_QUESTION = { company: 'Google', content: 'Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums andiven an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums andiven an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums andiven an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums andiven an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums andiven an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums andiven an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums andiven an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and', + createdAt: new Date(2014, 8, 1, 11, 30, 40), + id: '1', location: 'Menlo Park, CA', receivedCount: 12, role: 'Software Engineer', + seenAt: new Date(2014, 8, 1, 11, 30, 40), timestamp: 'Last month', + + type: QuestionsQuestionType.CODING, upvoteCount: 5, };