Skip to content

Commit

Permalink
Merge pull request #595 from pennlabs/dining-dates-sp24
Browse files Browse the repository at this point in the history
Update dates for dining analytics
  • Loading branch information
JSnipes29 authored Jan 26, 2024
2 parents ad05889 + 2d39fd7 commit 0714682
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class DiningInsightsCardAdapter(private var cells: ArrayList<DiningInsightCell>)
private const val DINING_DOLLARS_PREDICTIONS = 2
private const val DINING_SWIPES_PREDICTIONS = 3

const val START_DAY_OF_SEMESTER = "2023-08-30"
private const val DAYS_IN_SEMESTER = 113f
const val START_DAY_OF_SEMESTER = "2024-01-18"
private const val DAYS_IN_SEMESTER = 117f
}

override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder {
Expand Down

0 comments on commit 0714682

Please sign in to comment.