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

[Debt] Removes Directive Forms #12558

Merged
merged 25 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
be43700
Remove DirectiveForms pages
mnigh Jan 22, 2025
8a25601
Remove directiveForms graphql schema
mnigh Jan 22, 2025
e5f8ab9
Remove DirectiveForms documentation
mnigh Jan 22, 2025
dfe8ff6
Remove Enums\DirectiveForms
mnigh Jan 22, 2025
a3e64a7
Remove directiveForm resource, permissions
mnigh Jan 22, 2025
8391472
Remove DigitalContractingPersonnel
mnigh Jan 22, 2025
52589db
Remove DigitalContractingQuestionnaire
mnigh Jan 22, 2025
e12a508
Remove DepartmentSpecificRecruitmentProcess
mnigh Jan 22, 2025
e11c853
Remove DigitalContractingQuestionnaireRandomSeeder, DepartmentSpecifi…
mnigh Jan 22, 2025
70fe581
Remove DigitalContractingQuestionnaireTest
mnigh Jan 22, 2025
e61f4e8
Remove digital-services-contracting-questionnaire
mnigh Jan 22, 2025
91dbfe1
Remove FEATURE_DIRECTIVE_FORMS flag
mnigh Jan 22, 2025
1a8718a
Remove directive_forms context
mnigh Jan 22, 2025
5335ebc
Remove NEED_AT_LEAST_ONE_PERSONNEL_REQUIREMENT
mnigh Jan 22, 2025
28b4d2c
Update generated schema
mnigh Jan 22, 2025
2c5dd5d
Remove orphan strings (web)
mnigh Jan 22, 2025
38e79b8
Remove orphan strings (i18n)
mnigh Jan 22, 2025
e1c0eb7
Add migrations to drop tables
mnigh Jan 22, 2025
335d15e
Remove ArrayConsistentWithDetail
mnigh Jan 22, 2025
a17fba7
Remove ScalarConsistentWithDetail
mnigh Jan 22, 2025
61d35a1
Remove context prop
mnigh Jan 22, 2025
d0b87a4
Merge branch 'main' into 12547-remove-directive-forms
mnigh Jan 23, 2025
7a2c125
Update id fields
mnigh Jan 23, 2025
5399fb3
Merge branch 'main' into 12547-remove-directive-forms
mnigh Jan 23, 2025
9ef0bc1
Merge branch 'main' into 12547-remove-directive-forms
mnigh Jan 23, 2025
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
1 change: 0 additions & 1 deletion api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ GCNOTIFY_TEMPLATE_SYSTEM_NOTIFICATION_FR=
LARATRUST_ENABLE_CACHE=true

# Feature flags
FEATURE_DIRECTIVE_FORMS=true

# Laravel Scout Driver
SCOUT_DRIVER=pgsql
Expand Down
9 changes: 0 additions & 9 deletions api/app/Enums/DirectiveForms/AdvertisementType.php

This file was deleted.

14 changes: 0 additions & 14 deletions api/app/Enums/DirectiveForms/AdvertisingPlatform.php

This file was deleted.

12 changes: 0 additions & 12 deletions api/app/Enums/DirectiveForms/ContractAuthority.php

This file was deleted.

10 changes: 0 additions & 10 deletions api/app/Enums/DirectiveForms/ContractCommodity.php

This file was deleted.

13 changes: 0 additions & 13 deletions api/app/Enums/DirectiveForms/ContractFteRange.php

This file was deleted.

12 changes: 0 additions & 12 deletions api/app/Enums/DirectiveForms/ContractInstrument.php

This file was deleted.

10 changes: 0 additions & 10 deletions api/app/Enums/DirectiveForms/ContractSolicitationProcedure.php

This file was deleted.

13 changes: 0 additions & 13 deletions api/app/Enums/DirectiveForms/ContractStartTimeframe.php

This file was deleted.

12 changes: 0 additions & 12 deletions api/app/Enums/DirectiveForms/ContractSupplyMethod.php

This file was deleted.

17 changes: 0 additions & 17 deletions api/app/Enums/DirectiveForms/ContractValueRange.php

This file was deleted.

14 changes: 0 additions & 14 deletions api/app/Enums/DirectiveForms/ContractingRationale.php

This file was deleted.

14 changes: 0 additions & 14 deletions api/app/Enums/DirectiveForms/OperationsConsideration.php

This file was deleted.

12 changes: 0 additions & 12 deletions api/app/Enums/DirectiveForms/PersonnelLanguage.php

This file was deleted.

12 changes: 0 additions & 12 deletions api/app/Enums/DirectiveForms/PersonnelOtherRequirement.php

This file was deleted.

12 changes: 0 additions & 12 deletions api/app/Enums/DirectiveForms/PersonnelScreeningLevel.php

This file was deleted.

11 changes: 0 additions & 11 deletions api/app/Enums/DirectiveForms/PersonnelSkillExpertiseLevel.php

This file was deleted.

10 changes: 0 additions & 10 deletions api/app/Enums/DirectiveForms/PersonnelTeleworkOption.php

This file was deleted.

10 changes: 0 additions & 10 deletions api/app/Enums/DirectiveForms/PersonnelWorkLocation.php

This file was deleted.

13 changes: 0 additions & 13 deletions api/app/Enums/DirectiveForms/PositionEmploymentType.php

This file was deleted.

9 changes: 0 additions & 9 deletions api/app/Enums/DirectiveForms/YesNo.php

This file was deleted.

10 changes: 0 additions & 10 deletions api/app/Enums/DirectiveForms/YesNoUnsure.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading