-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OK-754: Jaotellaan tulokset koulutustoimijan mukaan
- Loading branch information
Showing
10 changed files
with
426 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
ovara-backend/src/main/scala/fi/oph/ovara/backend/utils/Constants.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
package fi.oph.ovara.backend.utils | ||
|
||
object Constants { | ||
val KOULUTUKSET_TOTEUTUKSET_HAKUKOHTEET_COLUMN_TITLES: Map[String, List[String]] = Map( | ||
"fi" -> List( | ||
"Hakukohteen nimi", | ||
"Hakukohteen oid", | ||
"Kou.tila", | ||
"Tot.tila", | ||
"Hak.tila", | ||
"Aloituspaikat", | ||
"Koe", | ||
"Voi suorittaa kaksoistutkinnon?", | ||
"Voi suorittaa tutkinnon urheilijana?" | ||
), | ||
"sv" -> List( | ||
"Hakukohteen nimi SV", | ||
"Hakukohteen oid SV", | ||
"Kou.tila SV", | ||
"Tot.tila SV", | ||
"Hak.tila SV", | ||
"Aloituspaikat SV", | ||
"Koe SV", | ||
"Voi suorittaa kaksoistutkinnon? SV", | ||
"Voi suorittaa tutkinnon urheilijana? SV" | ||
) | ||
) | ||
} | ||
|
||
export Constants.* |
Oops, something went wrong.