Skip to content

Commit

Permalink
refactor(logic): consolidate logic functions into shared
Browse files Browse the repository at this point in the history
  • Loading branch information
justynoh committed Mar 15, 2024
1 parent d68b84a commit ca52682
Show file tree
Hide file tree
Showing 14 changed files with 902 additions and 810 deletions.
16 changes: 0 additions & 16 deletions frontend/src/features/logic/utils/allConditionsExist.ts

This file was deleted.

95 changes: 0 additions & 95 deletions frontend/src/features/logic/utils/getLogicUnitPreventingSubmit.tsx

This file was deleted.

93 changes: 0 additions & 93 deletions frontend/src/features/logic/utils/getVisibleFieldIds.ts

This file was deleted.

106 changes: 0 additions & 106 deletions frontend/src/features/logic/utils/groupLogicUnitsByField.ts

This file was deleted.

3 changes: 1 addition & 2 deletions frontend/src/features/logic/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './getIfLogicType'
export * from './getLogicUnitPreventingSubmit'
export * from './getVisibleFieldIds'
export * from './logic-adaptor'
Loading

0 comments on commit ca52682

Please sign in to comment.