Skip to content

Commit

Permalink
chore: drop the pairings feature (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsp45 authored Jan 15, 2024
1 parent f11b417 commit bff8e15
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 658 deletions.
140 changes: 0 additions & 140 deletions lib/bokken/pairings.ex

This file was deleted.

191 changes: 0 additions & 191 deletions lib/bokken/utils/hungarian_algorithm.ex

This file was deleted.

22 changes: 0 additions & 22 deletions lib/bokken_web/controllers/pairing_controller.ex

This file was deleted.

2 changes: 0 additions & 2 deletions lib/bokken_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ defmodule BokkenWeb.Router do

resources "/enrollments", EnrollmentController, except: [:new, :edit]
resources "/availabilities", AvailabilityController, except: [:new, :edit, :delete]

resources "/pairings", PairingController, only: [:index, :create]
end

resources "/lectures", LectureController, except: [:new, :edit]
Expand Down
23 changes: 0 additions & 23 deletions lib/bokken_web/views/pairing_view.ex

This file was deleted.

Loading

0 comments on commit bff8e15

Please sign in to comment.