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

Feature/jaino/#85 #103

Merged
merged 14 commits into from
Jan 13, 2024
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
06ff210
[FEATURE] #85 : ๋งค๋‹ˆ์ €์ธ ๊ฒฝ์šฐ, survey-check๋กœ ์ „ํ™˜ํ•˜๋Š” ๋ฒ„ํŠผ ๊ตฌํ˜„
jeongjaino Jan 13, 2024
272b902
[FEATURE] #85 : ๋งค๋‹ˆ์ €์ธ ๊ฒฝ์šฐ, survey-check๋กœ ์ „ํ™˜ํ•˜๋Š” ๋ฒ„ํŠผ ๊ตฌํ˜„
jeongjaino Jan 13, 2024
5860a97
[CHORE] #85 : surveyScreen ์ปดํฌ๋„ŒํŠธ ๋ถ„๋ฆฌ
jeongjaino Jan 13, 2024
6d6b391
[FEATURE] #85 : ์ž‘์„ฑ๋œ ์„ค๋ฌธ ๋ฆฌ์ŠคํŠธ ๋ถˆ๋Ÿฌ์˜ค๋Š” ๋กœ์ง ๊ตฌํ˜„
jeongjaino Jan 13, 2024
aab285c
[FEATURE] #85 : ์„ค๋ฌธ ํ™•์ธ ํ™”๋ฉด ๊ตฌํ˜„
jeongjaino Jan 13, 2024
b4fd607
[UI] #85 : ์ž‘์„ฑ๋œ ์„ค๋ฌธ ๋ชฉ๋ก ์•„์ดํ…œ ๊ตฌํ˜„
jeongjaino Jan 13, 2024
4ad4f4a
[CHORE] #85 : Survey-check -> survey-check/detail ๋กœ path ์ˆ˜์ •
jeongjaino Jan 13, 2024
c9834e9
[FEATURE] #85 : Survey -> survey-check / survey-check -> survey-detaiโ€ฆ
jeongjaino Jan 13, 2024
aeb5698
[FEATURE] #85 : ์„ค๋ฌธ ํ™•์ธ ๋ชจ๋“ˆ ๋„ค๋น„๊ฒŒ์ด์…˜ ๊ตฌํ˜„
jeongjaino Jan 13, 2024
c4dd5ce
[FEATURE] #85 : ์„ค๋ฌธ ํ™•์ธ ๋ชจ๋“ˆ ๋„ค๋น„๊ฒŒ์ด์…˜ ๊ตฌํ˜„
jeongjaino Jan 13, 2024
41e811a
[CHORE] #85 : Image/String Resource ์ถ”๊ฐ€
jeongjaino Jan 13, 2024
53639d2
[CHORE] #85 : Raw -> String Resource ์ˆ˜์ •
jeongjaino Jan 13, 2024
ea18423
[STYLE] #85 : ๋นˆ ๊ฐœํ–‰ ์ˆ˜์ •
jeongjaino Jan 13, 2024
da4b8ee
[STYLE] #85 : ๋ถˆํ•„์š” ์Šค์ฝ”ํ”„ ์†Œ๊ฑฐ
jeongjaino Jan 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions app/src/main/java/com/wap/wapp/navigation/WappNavHost.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ import com.wap.wapp.feature.profile.profilesetting.navigation.profileSettingNavi
import com.wap.wapp.feature.profile.profilesetting.navigation.profileSettingScreen
import com.wap.wapp.feature.splash.navigation.splashNavigationRoute
import com.wap.wapp.feature.splash.navigation.splashScreen
import com.wap.wapp.feature.survey.check.navigation.surveyCheckScreen
import com.wap.wapp.feature.survey.check.navigation.navigateToSurveyCheck
import com.wap.wapp.feature.survey.check.navigation.navigateToSurveyDetail
import com.wap.wapp.feature.survey.check.navigation.surveyCheckNavGraph
import com.wap.wapp.feature.survey.navigation.navigateToSurvey
import com.wap.wapp.feature.survey.navigation.navigateToSurveyAnswer
import com.wap.wapp.feature.survey.navigation.surveyNavGraph
Expand Down Expand Up @@ -77,9 +79,11 @@ fun WappNavHost(
navigateToSurvey = navController::navigateToSurvey,
navigateToSurveyAnswer = navController::navigateToSurveyAnswer,
navigateToSignIn = navController::navigateToSignIn,
navigateToSurveyCheck = navController::navigateToSurveyCheck,
)
surveyCheckScreen(
navigateToManagement = navController::navigateToManagement,
surveyCheckNavGraph(
navigateToSurveyCheck = navController::navigateToSurveyCheck,
navigateToSurveyDetail = navController::navigateToSurveyDetail,
)
managementSurveyNavGraph(
navigateToManagement = navController::navigateToManagement,
Expand Down
9 changes: 9 additions & 0 deletions core/designresource/src/main/res/drawable/ic_magnifier.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M7.954,0C5.846,0.003 3.824,0.842 2.333,2.333C0.842,3.824 0.003,5.846 0,7.954C0.003,10.063 0.842,12.085 2.333,13.576C3.824,15.067 5.846,15.906 7.954,15.909C9.292,15.909 10.552,15.569 11.659,14.981L20.458,23.78C20.599,23.921 20.789,24 20.988,24C21.187,24 21.378,23.921 21.518,23.78L23.78,21.515C23.921,21.375 24,21.184 24,20.985C24,20.786 23.921,20.596 23.78,20.455L14.982,11.659C15.588,10.519 15.906,9.246 15.906,7.954C15.903,5.846 15.065,3.825 13.574,2.333C12.084,0.842 10.063,0.003 7.954,0ZM7.954,1.5C11.527,1.5 14.404,4.38 14.404,7.954C14.406,8.802 14.24,9.642 13.917,10.425C13.593,11.209 13.118,11.921 12.519,12.521C11.92,13.12 11.208,13.595 10.425,13.92C9.642,14.243 8.802,14.41 7.954,14.409C7.106,14.41 6.266,14.244 5.483,13.92C4.699,13.596 3.987,13.121 3.387,12.521C2.788,11.922 2.312,11.21 1.988,10.426C1.665,9.642 1.499,8.802 1.5,7.954C1.499,7.106 1.665,6.266 1.988,5.483C2.312,4.699 2.788,3.987 3.387,3.387C3.987,2.788 4.699,2.312 5.483,1.988C6.266,1.664 7.106,1.499 7.954,1.5ZM10.795,4.905C10.686,4.904 10.578,4.927 10.479,4.972C10.38,5.017 10.291,5.082 10.219,5.164L6.427,9.477L4.462,8.253C3.601,7.668 2.766,9.009 3.667,9.525L6.172,11.085C6.323,11.179 6.503,11.216 6.679,11.19C6.855,11.164 7.017,11.076 7.134,10.942L11.347,6.151C11.444,6.044 11.507,5.911 11.53,5.768C11.552,5.626 11.534,5.48 11.475,5.347C11.417,5.215 11.322,5.103 11.201,5.024C11.081,4.944 10.94,4.902 10.795,4.9V4.905ZM14.2,12.998L22.189,20.985L20.989,22.189L12.999,14.2L14.2,12.998Z"
android:fillColor="#202022"/>
</vector>
Original file line number Diff line number Diff line change
@@ -1,116 +1,73 @@
package com.wap.wapp.feature.survey.check

import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.WindowInsets
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.rememberScrollState
import androidx.compose.foundation.verticalScroll
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.material3.Scaffold
import androidx.compose.material3.SnackbarHost
import androidx.compose.material3.SnackbarHostState
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
import androidx.compose.runtime.remember
import androidx.compose.ui.Modifier
import androidx.compose.ui.unit.dp
import androidx.hilt.navigation.compose.hiltViewModel
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import com.wap.designsystem.WappTheme
import com.wap.designsystem.component.WappButton
import com.wap.designsystem.component.CircleLoader
import com.wap.designsystem.component.WappMainTopBar
import com.wap.wapp.core.commmon.extensions.toSupportingText
import com.wap.wapp.core.model.survey.QuestionType
import kotlinx.coroutines.flow.collectLatest

@Composable
internal fun SurveyCheckRoute(
internal fun SurveyCheckScreen(
viewModel: SurveyCheckViewModel = hiltViewModel(),
surveyId: String,
navigateToManagement: () -> Unit,
navigateToSurveyDetail: (String) -> Unit,
) {
val surveyUiState by viewModel.surveyUiState.collectAsStateWithLifecycle()
val surveyListUiState = viewModel.surveyListUiState.collectAsStateWithLifecycle().value
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ง„ํ˜ธ์ƒ ์—ฌ๊ธฐ by๋ฅผ ์†Œ๊ฑฐํ•˜๊ณ  ๋‹ค์‹œ value๋ฅผ ๋ถ™์ธ ์ด์œ ๊ฐ€ ์žˆ์„๊นŒ์š”?!

Copy link
Member Author

@jeongjaino jeongjaino Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ด๊ฒŒ ํŒŒ์ผ ์ด๋ฆ„์„ ๋ณ€๊ฒฝํ•˜๊ณ , ์ƒˆ๋กœ์šด ํŒŒ์ผ์„ ์ด์ „ ํŒŒ์ผ ์ด๋ฆ„์œผ๋กœ ๋ณ€๊ฒฝํ–ˆ๋”๋‹ˆ,

์ƒˆ๋กœ ์ถ”๊ฐ€๋œ ๋‚ด์šฉ์ธ๋ฐ, ๋ณ€๊ฒฝ์‚ฌํ•ญ์œผ๋กœ ๋‚˜์˜ค๋Š”๊ตฐ์š” ์บฌ์บฌ ,,

๋”ฐ๋กœ ์†Œ๊ฑฐํ•œ๊ฒŒ ์•„๋‹ˆ๋ผ, ์ƒˆ๋กœ ๊ตฌํ˜„ํ•œ ์‚ฌํ•ญ์ž…๋‹ˆ๋‹ค ์บฌ์บฌ,,, ํ•˜ํ•˜ํ•˜ํ•˜ํ•˜ํ•˜

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeongjaino

์•„ํ•˜ ๊ทธ๋Ÿฐ๊ฑฐ๋ผ๋ฉด value๋ฅผ ์†Œ๊ฑฐํ•˜๊ณ  by๋งŒ ๋ถ™์—ฌ์ค˜๋„ ๋  ๊ฒƒ ๊ฐ™์•„์š”!

val snackBarHostState = remember { SnackbarHostState() }

LaunchedEffect(true) {
viewModel.getSurvey(surveyId)
}

LaunchedEffect(true) {
viewModel.surveyCheckUiEvent.collectLatest {
when (it) {
is SurveyCheckViewModel.SurveyUiEvent.Failure -> {
snackBarHostState.showSnackbar(it.throwable.toSupportingText())
}
}
viewModel.errorFlow.collectLatest {
snackBarHostState.showSnackbar(it.toSupportingText())
}
}

SurveyCheckScreen(
snackBarHostState = snackBarHostState,
surveyUiState = surveyUiState,
onDoneButtonClicked = { navigateToManagement() },
onBackButtonClicked = { navigateToManagement() },
)
}

@Composable
internal fun SurveyCheckScreen(
snackBarHostState: SnackbarHostState,
surveyUiState: SurveyCheckViewModel.SurveyUiState,
onDoneButtonClicked: () -> Unit,
onBackButtonClicked: () -> Unit,
) {
val scrollState = rememberScrollState()

Scaffold(
modifier = Modifier.fillMaxSize(),
containerColor = WappTheme.colors.backgroundBlack,
snackbarHost = { SnackbarHost(snackBarHostState) },
topBar = {
SurveyCheckTopBar(
onBackButtonClicked = onBackButtonClicked,
WappMainTopBar(
titleRes = R.string.survey_check,
contentRes = R.string.survey_check_content,
)
},
snackbarHost = { SnackbarHost(snackBarHostState) },
containerColor = WappTheme.colors.backgroundBlack,
contentWindowInsets = WindowInsets(0.dp),
) { paddingValues ->
Column(
modifier = Modifier
.padding(paddingValues)
.padding(vertical = 16.dp, horizontal = 8.dp)
.fillMaxSize()
.verticalScroll(scrollState),
verticalArrangement = Arrangement.spacedBy(32.dp),
) {
when (surveyUiState) {
is SurveyCheckViewModel.SurveyUiState.Init -> {}

is SurveyCheckViewModel.SurveyUiState.Success -> {
SurveyInformationCard(
title = surveyUiState.survey.title,
content = surveyUiState.survey.content,
userName = surveyUiState.survey.userName,
eventName = surveyUiState.survey.eventName,
)

Column(
verticalArrangement = Arrangement.spacedBy(32.dp),
) {
surveyUiState.survey.surveyAnswerList.forEach { surveyAnswer ->
when (surveyAnswer.questionType) {
QuestionType.OBJECTIVE -> {
ObjectiveQuestionCard(surveyAnswer)
}
when (surveyListUiState) {
is SurveyCheckViewModel.SurveyListUiState.Init -> {
CircleLoader(modifier = Modifier.fillMaxSize())
}

QuestionType.SUBJECTIVE -> {
SubjectiveQuestionCard(surveyAnswer)
}
}
}
is SurveyCheckViewModel.SurveyListUiState.Success -> {
LazyColumn(
verticalArrangement = Arrangement.spacedBy(8.dp),
modifier = Modifier
.fillMaxSize()
.padding(start = 16.dp, end = 16.dp, bottom = 16.dp)
.padding(paddingValues),
) {
val surveyList = surveyListUiState.surveyList
items(surveyList) { survey ->
SurveyItemCard(
onCardClicked = navigateToSurveyDetail,
survey = survey,
)
}

WappButton(
onClick = onDoneButtonClicked,
textRes = com.wap.wapp.core.designsystem.R.string.done,
)
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,45 @@ package com.wap.wapp.feature.survey.check

import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import com.wap.wapp.core.domain.usecase.survey.GetSurveyUseCase
import com.wap.wapp.core.domain.usecase.survey.GetSurveyListUseCase
import com.wap.wapp.core.model.survey.Survey
import dagger.hilt.android.lifecycle.HiltViewModel
import kotlinx.coroutines.flow.MutableSharedFlow
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.SharedFlow
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.asSharedFlow
import kotlinx.coroutines.flow.asStateFlow
import kotlinx.coroutines.launch
import javax.inject.Inject

@HiltViewModel
class SurveyCheckViewModel @Inject constructor(
private val getSurveyUseCase: GetSurveyUseCase,
private val getSurveyListUseCase: GetSurveyListUseCase,
) : ViewModel() {
private val _surveyCheckUiEvent: MutableSharedFlow<SurveyUiEvent> = MutableSharedFlow()
val surveyCheckUiEvent: SharedFlow<SurveyUiEvent> = _surveyCheckUiEvent.asSharedFlow()
private val _surveyListUiState: MutableStateFlow<SurveyListUiState> =
MutableStateFlow(SurveyListUiState.Init)
val surveyListUiState = _surveyListUiState.asStateFlow()

private val _surveyUiState: MutableStateFlow<SurveyUiState> =
MutableStateFlow(SurveyUiState.Init)
val surveyUiState: StateFlow<SurveyUiState> = _surveyUiState.asStateFlow()
private val _errorFlow: MutableSharedFlow<Throwable> = MutableSharedFlow()
val errorFlow = _errorFlow.asSharedFlow()

fun getSurvey(surveyId: String) {
init {
getSurveyList()
}

private fun getSurveyList() {
viewModelScope.launch {
getSurveyUseCase(surveyId)
.onSuccess { survey ->
_surveyUiState.value = SurveyUiState.Success(survey)
getSurveyListUseCase()
.onSuccess { surveyList ->
_surveyListUiState.value = SurveyListUiState.Success(surveyList)
}
.onFailure { throwable ->
_surveyCheckUiEvent.emit(SurveyUiEvent.Failure(throwable))
_errorFlow.emit(throwable)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์Šค์ฝ”ํ”„ ํ•˜๋‚˜ ์ œ๊ฑฐํ•  ์ˆ˜ ์žˆ์„ ๊ฒƒ ๊ฐ™์•„์š”.

getSurveyListUseCase().onSuccess { surveyList ->   // <- ์š”์ชฝ
    _surveyListUiState.value = SurveyListUiState.Success(surveyList)
}

ํ•˜๋ฉด ๊ฐœํ–‰ํ•ด์•ผํ•˜๋Š” ๋„ˆ๋น„์ธ๊ฐ€์š”?!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ํ˜น์‹œ ์–ด๋–ค ์Šค์ฝ”ํ”„ ๋ง์”€ํ•˜์‹ ๊ฑด๊ฐ€์š” ,, ?

onSuccess ๊ฐœํ–‰ ๋ง์”€ํ•˜์‹ ๊ฑด๊ฐ€์š” ??

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

์ปจ๋ฒค์…˜์— ๋ฉ”์†Œ๋“œ ์ฒด์ด๋‹์‹œ, ์ฒซ ์ค„์€ ๋ถ™์–ด์žˆ๊ธธ๋ž˜ ์ฝ”๋ฉ˜ํŠธ ๋‹ฌ์•„๋ดค์”๋‹ˆ๋‹ค...!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์บฌ์บฌ ํ•ด๋‹น ์ปจ๋ฒค์…˜์— ์ฝ”๋“œ์—๋Š” ์ด์–ด์ ธ ์žˆ๊ธดํ•œ๋ฐ,

์‚ฌ์‹ค ํฐ ์˜๋ฏธ๋Š” ๊ฐœํ–‰์ด ํ•„์š”ํ•œ ๊ฒฝ์šฐ, ๋ฌด์กฐ๊ฑด ํ•œ์ค„์— ํ•œ ์ฒด์ธ๋งŒ ์„ค์ •ํ•˜๋„๋ก ํ•˜๋Š”๊ฒŒ ์ฃผ ์˜๋ฏธ๋ผ๊ณ  ์ƒ๊ฐํ•ด์š”

๊ฐœ์ธ์ ์œผ๋กœ ๋ฐ”๋กœ onSuccess๋ฅผ ๋ถ™์ด๋Š”๊ฒŒ ๊ฐ€๋…์„ฑ๋„ ์ข‹์ง€์•Š๊ณ ,
onFailure๋ž‘ ๋„ˆ๋ฌด ๋–จ์–ด์ง„ ๋Š๋‚Œ์ด ๋“ค์–ด์„œ ๊ฐœ์ธ์ ์œผ๋กœ ๋ฌด์กฐ๊ฑด ๋‹ค์Œ์ค„๋ถ€ํ„ฐ ๊ฐœํ–‰ํ•˜๋Š”๊ฑธ ์ข‹์•„ํ•ด์š” ...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeongjaino

์•„ํ•˜ ์ € ๋ถ€๋ถ„์— ๋Œ€ํ•ด์„œ๋Š” ๊ตณ์ด ์ฒ ์ €ํžˆ ์ง€ํ‚ค์ง€ ์•Š์•„๋„ ๋˜๋Š” ์ปจ๋ฒค์…˜์ผ๊นŒ์š” ?.?

์‚ฌ์‹ค ์ง€๊ธˆ๋„ ์„ž์—ฌ์žˆ๊ธด ํ•ด์„œ

Copy link
Member Author

@jeongjaino jeongjaino Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ €๋Š” ์ € ์ปจ๋ฒค์…˜์„ ์•Œ๊ณ  ์“ฐ๊ณ  ์žˆ๊ณ , ์–ด๊ธด ์‚ฌ๋ก€๋Š” ์ œ๊ฐ€ ์ƒ๊ฐ๋‚˜๋Š” ๊ฒƒ์ค‘์—๋Š” ์—†์–ด์š” !

ํ•ด๋‹น ์ปจ๋ฒค์…˜์ด ๋ง ๊ทธ๋Œ€๋กœ ์ฒด์ด๋‹์„ ํ• ๋–„ ํ•œ ์ค„๋กœ ์•ˆ๋˜๋ฉด ๋ฌด์กฐ๊ฑด ๊ฐœํ–‰ํ•˜๋ผ. ๊ฐ€ ์ฃผ ๋ชฉ์ ์ด๋ผ

useCase().onSuceess()
.onFailure().onRestore() -> ์ด๋ ‡๊ฒŒ ํ•˜๋Š”๊ฒŒ ์•ˆ๋˜๋Š”๋ถ€๋ถ„์ด๊ณ 

useCase()
.onSuccess()
.onFailure() -> ์ด๊ฑด ๊ฐ€๋Šฅํ•ด์š”

}
}

sealed class SurveyUiState {
data object Init : SurveyUiState()

data class Success(val survey: Survey) : SurveyUiState()
}

sealed class SurveyUiEvent {
data class Failure(val throwable: Throwable) : SurveyUiEvent()
sealed class SurveyListUiState {
data object Init : SurveyListUiState()
data class Success(val surveyList: List<Survey>) : SurveyListUiState()
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
package com.wap.wapp.feature.survey.check

import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.material3.Card
import androidx.compose.material3.CardDefaults
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.unit.dp
import com.wap.designsystem.WappTheme
import com.wap.wapp.core.model.survey.Survey

@Composable
internal fun SurveyItemCard(
onCardClicked: (String) -> Unit,
survey: Survey,
) {
Card(
colors = CardDefaults.cardColors(
containerColor = WappTheme.colors.black25,
),
modifier = Modifier
.fillMaxWidth()
.clickable { onCardClicked(survey.surveyId) },
) {
Column(
verticalArrangement = Arrangement.spacedBy(16.dp),
modifier = Modifier.padding(16.dp),
) {
Row(
horizontalArrangement = Arrangement.End,
modifier = Modifier.fillMaxWidth(),
) {
Text(
text = survey.title,
modifier = Modifier.weight(1f),
maxLines = 1,
color = WappTheme.colors.white,
style = WappTheme.typography.titleBold,
)

Text(
text = survey.eventName,
color = WappTheme.colors.grayA2,
style = WappTheme.typography.captionMedium,
)
}

Text(
text = survey.userName,
color = WappTheme.colors.grayBD,
style = WappTheme.typography.contentMedium,
)
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.wap.wapp.feature.survey.check
package com.wap.wapp.feature.survey.check.detail

import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.wap.wapp.feature.survey.check
package com.wap.wapp.feature.survey.check.detail

import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer
Expand Down
Loading