Skip to content
Snippets Groups Projects
Commit a5e6c7bc authored by Elias Asikainen's avatar Elias Asikainen
Browse files

Bromance ITET MAVT

parent 87498dd9
No related branches found
No related tags found
1 merge request!51Listview updated
......@@ -17,7 +17,11 @@ const filterNames = {
};
const subjects = {
itet: [[], [], [], [], [], []],
itet: [
['Digitaltechnik', 'Analysis 1', 'Netzwerke und Schaltungen 1', 'Informatik 1'],
['Koma'],
['Physics 2'],
],
mavt: [
[
'Analysis 1',
......@@ -37,14 +41,6 @@ const subjects = {
const filterNamesDropdown = {
semester: { 1: '1. Semester', 2: '2. Semester', 3: '3. Semester' },
};
const subjects = {
itet: [
['Digitaltechnik', 'Analysis 1', 'Netzwerke und Schaltungen 1', 'Informatik 1'],
['Koma'],
['Physics 2'],
],
mavt: [['', '', '', '']],
};
export default class studydocList {
constructor(vnode) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment