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

Feat/sprint17 #43

Merged
merged 71 commits into from
Feb 20, 2024
Merged

Feat/sprint17 #43

merged 71 commits into from
Feb 20, 2024

Conversation

lailabjil
Copy link
Contributor

No description provided.

@@ -4,6 +4,7 @@ import { LunaticData } from "interface/lunatic/Lunatic";
export interface UserSurveys {
id?: number;
campaignId: string;
subCampaignId?: string;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shoud be removed

@@ -8,4 +8,5 @@ export interface Household {
surveyDate?: string;
stats: StatsHousehold;
campaingId: string;
subCampaignId?: string;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shoud be removed

@@ -236,6 +238,7 @@ const activitySurveyDemo = () => {
surveyUnitId: "activitySurvey" + i,
questionnaireModelId: SourcesEnum.ACTIVITY_SURVEY,
campaignId: "",
subCampaignId: "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shoud be removed

@@ -258,6 +261,7 @@ const workTimeSurveyDemo = () => {
surveyUnitId: "workTimeSurvey" + i,
questionnaireModelId: SourcesEnum.WORK_TIME_SURVEY,
campaignId: "",
subCampaignId: "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shoud be removed

@@ -1339,6 +1369,7 @@ const createNameSurveyMap = (idSurveys: string[]) => {
: SourcesEnum.WORK_TIME_SURVEY,
id: 0,
campaignId: "",
subCampaignId: "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shoud be removed

@@ -1426,6 +1457,7 @@ const arrayOfSurveysPersonDemo = (interviewer: string, index: number): Person[]
surveyUnitId: getIdSurveyActivity(interviewer, 0),
interviewerId: interviewer,
campaignId: "",
subCampaignId: "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shoud be removed

@@ -1436,6 +1468,7 @@ const arrayOfSurveysPersonDemo = (interviewer: string, index: number): Person[]
surveyUnitId: getIdSurveyActivity(interviewer, 1),
interviewerId: interviewer,
campaignId: "",
subCampaignId: "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shoud be removed

@@ -1446,6 +1479,7 @@ const arrayOfSurveysPersonDemo = (interviewer: string, index: number): Person[]
surveyUnitId: getIdSurveyWorkTime(interviewer),
interviewerId: interviewer,
campaignId: "",
subCampaignId: "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shoud be removed

@lailabjil lailabjil force-pushed the feat/sprint17 branch 4 times, most recently from 9cf7295 to 4d10b2f Compare February 7, 2024 18:17
Copy link

sonarcloud bot commented Feb 7, 2024

Quality Gate Failed Quality Gate failed

Failed conditions

0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

@MichaelC67 MichaelC67 merged commit dd3f80d into main Feb 20, 2024
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants