Compare commits

...

20 Commits

Author SHA1 Message Date
Twoje Imię Nazwisko a27d4ec3ce first commit 2024-10-22 07:03:13 -04:00
tocziew db0752d3e0 c 2024-10-20 13:54:50 +02:00
tocziew 84a8035548 d 2024-10-20 13:07:58 +02:00
tocziew af08dbe732 kolejne zmiany 2024-10-20 12:57:19 +02:00
tocziew 376859a850 zmiany stylistyczne/usuwanie niepotrzebnych rzeczy 2024-10-19 20:35:29 +02:00
user 8c44f64135 ok 2024-10-19 18:33:51 +02:00
user 88a42e9ff4 fix under 2024-10-19 18:28:38 +02:00
user 820f9d0ad3 some colours edited 2024-10-19 17:58:47 +02:00
user 1cf4e5b79d naprawiono nie zmieniajace sie funkcje po mergu z tommkiem 2024-10-19 13:16:29 +02:00
Tomasz 633e2ec577 changes and something to repair 2024-10-18 14:56:26 +02:00
Tomasz 5bb646fa54 update layout 2024-10-18 14:27:30 +02:00
Tomasz 388fcd43ee Merge remote-tracking branch 'g/tom' into fk1810 2024-10-18 14:25:48 +02:00
Tomasz e69ad14075 repair colors 2024-10-18 14:06:44 +02:00
filih 6c8ffea3d9 upper-part 2024-10-18 14:03:11 +02:00
Tomasz 7489da78a4 Merge branch 'sptak' into fk1810 2024-10-18 13:59:02 +02:00
Tomasz d3d04b837b zabawa kolorki i kilka funkcji 2024-10-18 13:35:03 +02:00
Twoje Imię Nazwisko ee46837d4c load roles from json 2024-10-18 07:05:39 -04:00
Tomasz 7e0dcc5287 Merge branch 'teamAPI' into fk1810 2024-10-18 12:24:41 +02:00
Tomasz 52fb67d125 dodanie przesuwania nakglowak tabelki 2024-10-18 12:15:36 +02:00
Twoje Imię Nazwisko 2619e8e917 load categories from json 2024-10-18 06:01:25 -04:00
6 changed files with 611 additions and 143 deletions

View File

@ -6,11 +6,38 @@
.tab.active {
display: block;
}
header {
display: flex;
justify-content: space-between;
align-items: right;
}
.header-box {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #101820; /* Kolor tła nagłówka */
padding: px; /* Padding wewnętrzny dla lepszego wyglądu */
color: whitesmoke; /* Kolor tekstu */
padding-bottom: 10px;
padding-top: 10px;
border-radius: 2px;
}
.header-title {
margin-left: auto; /* Przesuwa tytuł na prawo */
user-select: none;
margin-right: 25px;
margin-top: 0px;
margin-bottom: 0px;
}
/* Style dla przycisków kategorii */
.category-buttons {
margin: 10px 0;
text-align: center;
background-color: s;
}
.category-buttons button {
@ -18,37 +45,117 @@
padding: 10px 15px;
font-size: 16px;
cursor: pointer;
background-color: #f2f2f2;
border: 1px solid #ccc;
background-color: lightgray;
border: 1px solid black;
border-radius: 4px;
transition: background-color 0.3s, color 0.3s, border 0.3s;
user-select: none;
font-weight: bold;
}
.category-buttons button.active {
background-color: #4CAF50;
color: white;
border: 1px solid #4CAF50;
background-color: #FEE715;
color: black;
font-weight: bold;
border: 1px solid #FEE715;
}
.up-button button {
background: #FEE715;
color: black;
padding: 10px 15px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
border-radius: 4px;
text-align: left;
user-select: none;
margin-left: 15px;
display: inline-block;
outline: 0;
border: 0;
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
}
.up-button button:hover {
opacity: 0.8;
transition: 0.4s;
}
.up-button button:active {
opacity: 0.4;
}
.button1 button {
background-color: #FEE715;
color: color;
border: none;
margin: 5px;
padding: 10px 15px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
border-radius: 4px;
margin-left: 12.5px;
user-select: none;
margin-top: 15px;
margin-left: 15px;
}
.button1 button:hover {
opacity: 0.8;
transition: 0.2s;
}
.button1 button:active {
opacity: 0.5;
}
.tag {
color: white;
user-select: none;
}
.container {
display: flex;
flex-direction: column; /* Elementy jeden pod drugim */
align-items: flex-start; /* Ustawia elementy po lewej stronie */
margin-left: 20px; /* Możesz dostosować margines według potrzeb */
}
.select-class {
margin: 10px 0; /* Dostosuj odstęp między elementami */
}
/* Stylizacja tabeli */
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
background-color: whitesmoke;
user-select: none;
}
th, td {
border: 1px solid #ddd;
border: 1px solid grey;
padding: 8px;
text-align: center;
}
th {
background-color: #f2f2f2;
background-color: whitesmoke;
}
tr:nth-child(even) {
background-color: #f9f9f9;
background-color: whitesmoke;
}
/* Stylizacja kontenera klasy */
@ -58,40 +165,45 @@ tr:nth-child(even) {
.select-role {
text-align: center;
user-select: none;
}
.select-class select {
padding: 5px;
font-size: 16px;
border: 1px solid #ccc;
border: 1px solid lightgray;
border-radius: 4px;
user-select: none;
}
.select-role select {
padding: 5px;
font-size: 16px;
border: 1px solid #ccc;
border: 1px solid lightgray;
border-radius: 4px;
}
/* Stylizacja nagłówków */
h1, h2, h3 {
text-align: center;
color: whitesmoke;
user-select: none;
}
/* Dodatkowe style dla układu */
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #fafafa;
background-color: gray;
user-select: none;
}
/* Stylizacja stopki */
footer.footer {
width: 100%;
padding: 20px 0;
background-color: #fafafa;
color: #555;
padding: 5px 0;
background-color: #101820;
color: white;
}
.footer-container {
@ -116,7 +228,7 @@ footer.footer {
.footer-line {
border: none;
border-top: 2px solid #ddd;
border-top: 2px solid black;
margin: 20px 0;
width: 100%;
}
@ -125,17 +237,12 @@ footer.footer {
.footer-left p,
.footer-right p {
margin: 5px 0;
font-size: 14px;
color: #333;
}
/* Stylizacja przycisków ogólna */
button {
outline: none;
}
button:hover {
opacity: 0.8;
font-size: 10px;
font-weight: bold;
color: whitesmoke;
background-color: #101820;
}
/* Stylizacja checkboxów */
@ -143,3 +250,22 @@ input[type="checkbox"] {
transform: scale(1.2);
cursor: pointer;
}
.sticky {
position: sticky;
top: 0;
background-color: white; /* lub inny kolor, aby tło było widoczne */
z-index: 1000; /* zapewnia, że będzie na wierzchu */
border-bottom: 1px solid #ccc; /* opcjonalnie, aby oddzielić od treści */
}
.dark-background {
background-color: #2e2e2e; /* Ciemnoszare tło */
color: black; /* Jasny kolor tekstu dla lepszej czytelności */
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}
.lead {
background-color: #555;
}

View File

@ -2,105 +2,244 @@
"criteria": [
{
"id": 1,
"name": "Tardiness"
"name": "95-100% raz w semestrze"
},
{
"id": 2,
"name": "Disruption"
"name": "brak godzin nieusprawiedliwionych w semestrze"
},
{
"id": 3,
"name": "Disrespect towards teachers"
"name": "minimum 85% frekwencje w semestrze"
},
{
"id": 4,
"name": "Participation in class"
"name": "uczestnictwo w etapie szkolnym"
},
{
"id": 5,
"name": "Preparedness for class"
"name": "uczestnictwo w etapie rejonowym"
},
{
"id": 6,
"name": "Attendance"
"name": "uczestnictwo w etapie wojewódzkim"
},
{
"id": 7,
"name": "Involvement in projects"
"name": "uczestnictwo w etapie ogólnopolskim"
},
{
"id": 8,
"name": "Warning from homeroom teacher"
"name": "wyróżnienie w etapie szkolnym"
},
{
"id": 9,
"name": "Warning from principal"
"name": "wyróżnienie w etapie rejonowym"
},
{
"id": 10,
"name": "Achievements in competitions"
"name": "wyróżnienie w etapie wojewódzkim"
},
{
"id": 11,
"name": "Representing the school"
"name": "wyróżnienie w etapie ogólnopolskim"
},
{
"id": 12,
"name": "Independence"
"name": "laureat, finalista ogólnopolski"
},
{
"id": 13,
"name": "Engagement in lessons"
"name": "każdy udział w konkursach"
},
{
"id": 14,
"name": "wyróżnienie w konkursie"
},
{
"id": 15,
"name": "każdy udział w reprezentowaniu"
},
{
"id": 16,
"name": "uzyskanie wyniku w rozgrywkach na szczeblu rejonowym w przedziale I-III miejsce"
},
{
"id": 17,
"name": "uzyskanie wyniku w rozgrywkach na szczeblu wojewódzkim w przedziale I-III miejsce"
},
{
"id": 18,
"name": "uzyskanie wyniku w rozgrywkach na szczeblu ogólnopolskim w przedziale I-III miejsce"
},
{
"id": 19,
"name": "aktywny udział w organizowaniu imprez klasowych, szkolnych, uroczystości okolicznościowych (każdorazowo)"
},
{
"id": 20,
"name": "pełnienie funkcji w klasie i wywiązywanie się z obowiązków ( na koniec każdego semestru)"
},
{
"id": 21,
"name": "reprezentowanie szkoły na zewnątrz ( udział w uroczystościach okolicznościowych, prezentacja szkoły) każdorazowo"
},
{
"id": 22,
"name": "uczestnictwo w poczcie sztandarowym ( raz w semestrze)"
},
{
"id": 23,
"name": "pomoc nauczycielowi/ pracownikowi szkoły (raz w semestrze)"
},
{
"id": 24,
"name": "wolontariat ( raz w semestrze)"
},
{
"id": 25,
"name": "udział w akcjach charytatywnych (każdorazowo)"
},
{
"id": 26,
"name": "rozwijanie własnych zainteresowań poza szkołą ( zajęcia sportowe, muzyczne, artystyczne, koła naukowe) na koniec roku szkolnego"
},
{
"id": 27,
"name": "każdą godzinę lekcyjną nieusprawiedliwioną ( raz w miesiącu)"
},
{
"id": 28,
"name": "każde nieusprawiedliwione spóźnienie na zajęcia szkolne ( raz w miesiącu)"
},
{
"id": 29,
"name": "każde nieusprawiedliwione spóźnienie na zajęcia szkolne ( raz w miesiącu)"
},{
"id": 30,
"name": "przeszkadzanie w prowadzeniu zajęć dydaktyczno-wychowawczych (każdorazowo)"
},
{
"id": 31,
"name": "niewłaściwe stosunek do nauczycieli i pracowników szkoły (każdorazowo)"
},
{
"id": 32,
"name": "udział w bójce (każdorazowo)"
},
{
"id": 33,
"name": "używanie wulgarnego słownictwa (każdorazowo)"
},{
"id": 34,
"name": "palenie papierosów, e-papierosów na terenie szkoły (każdorazowo)"
},
{
"id": 35,
"name": "agresję słowną (każdorazowo)"
},
{
"id": 36,
"name": "korzystanie na lekcji z telefonu komórkowego, smartfona, innych urządzeń informatycznych na lekcji (każdorazowo)"
},
{
"id": 37,
"name": "brak odpowiedniego stroju na uroczystościach okolicznościowych, egzaminach(każdorazowo)"
},
{
"id": 38,
"name": "kradzież; spożywanie, posiadanie lub bycie pod wpływem alkoholu na terenie szkoły; zażywanie, posiadanie lub rozprowadzanie narkotyków lub środków odurzających na terenie szkoły; psychiczne lub fizyczne znęcanie się nad rówieśnikami; (każdorazowo)"
},
{
"id": 39,
"name": "W sytuacjach nieujętych w powyższych tabelach o przydziale punktów decyduje nauczyciel. (wpis w dzienniku wraz uzasadnieniem)"
},
{
"id": 40,
"name": "Ocenę roczną stanowi średnia punktów z całego roku szkolnego"
}
],
"categories": [
{
"id": "behavior",
"name": "Behavior",
"id": "frekwencja",
"name": "Frekwencja",
"criteria_ids": [
1,
2,
3,
4
1,2,3
]
},
{
"id": "responsibility",
"name": "Responsibility",
"id": "konkursy-olimpiady",
"name": "Udział w konkursach, olimpiadach przedmiotowych (każdorazowo)",
"criteria_ids": [
4,
5,
6,
7
]
},
{
"id": "discipline",
"name": "Discipline",
"criteria_ids": [
7,
8,
9
]
},
{
"id": "achievement",
"name": "Achievements",
"criteria_ids": [
9,
10,
11
11,
12
]
},
{
"id": "self_assessment",
"name": "Self-Assessment",
"id": "konkursy-szkolne",
"name": "Udział w konkursach szkolnych (każdorazowo)",
"criteria_ids": [
12,
13
13,
14
]
},
{
"id": "reprezentowanie-szkoły",
"name": "Reprezentowanie szkoły w zawodach sportowych indywidualnie i w zespole:",
"criteria_ids": [
15,
16,
17,
18
]
},
{
"id": "inne-dodatnie",
"name": "Inne dodatnie",
"criteria_ids": [
19,
20,
21,
22,
23,
24,
25,
26
]
},
{
"id": "inne-ujemne",
"name": "Inne ujemne",
"criteria_ids": [
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40
]
}
],
"roles": {
"teacher": {
"name": "Teacher",
"name": "Nauczyciel",
"criteria_ids": [
1,
2,
@ -108,11 +247,26 @@
4,
5,
6,
7
7,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40
]
},
"homeroom_teacher": {
"name": "Homeroom Teacher",
"name": "Wychowawca Klasy",
"criteria_ids": [
1,
2,
@ -125,7 +279,7 @@
]
},
"principal": {
"name": "Principal",
"name": "Dyrektor",
"criteria_ids": [
8,
9,
@ -134,11 +288,18 @@
]
},
"student": {
"name": "Student",
"name": "Uczeń",
"criteria_ids": [
12,
13
]
},
"patryk": {
"name": "Mpabi",
"criteria_ids": [
15,
16
]
}
},
"people": [

BIN
ikona.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -4,15 +4,35 @@
<meta charset="UTF-8">
<title>Ocena Zachowania</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="ikona.png">
<style>
table {
width: 100%;
border-collapse: collapse;
}
th {
position: sticky;
top: 0;
background-color: lightgray; /* Kolor tła nagłówka */
z-index: 10; /* Zapewnia, że nagłówek będzie nad innymi elementami */
border: 1px solid #ddd; /* Opcjonalnie: Dodanie obramowania */
padding: 8px;
}
</style>
</head>
<body>
<body class="dark-background">
<h1>Ocena Zachowania</h1>
<div>
<button onclick="showTab('criteria')">Ocena z zachowania</button>
<button onclick="showTab('stats')">Statystyka</button>
<button onclick="showTab('points')">Ustal punkty</button>
<header class="header-box">
<div class="up-button">
<button class="active" onclick="showTab('criteria')">Ocena z zachowania</button>
<button class="active" onclick="showTab('stats')">Statystyka</button>
<button class="active" onclick="showTab('points')">Ustal punkty</button>
</div>
<h1 id="header-title" class="header-title">Ocena Zachowania</h1>
</header>
<div id="up-button-container" class="button1" class="sa">
<button class="active" onclick="changeDay(-1)">Poprzedni Dzień</button>
<button class="active" onclick="changeDay(1)">Następny Dzień</button>
</div>
<!-- Zakładka "Ustal punkty" -->
@ -107,26 +127,23 @@
<!-- Zakładka "Kryteria oceny zachowania" -->
<div id="criteria" class="tab active">
<h2>Kryteria oceny zachowania - <span id="current-date"></span></h2>
<div>
<button onclick="changeDay(-1)">Poprzedni Dzień</button>
<button onclick="changeDay(1)">Następny Dzień</button>
</div>
<div class="select-role">
<p>Wybierz role:</p>
<select id="select-role" class="select-role">
<p class="tag">Wybierz role:</p>
<select onchange="changeRole()" id="select-role" class="select-role">
</select>
</div>
<div class="select-class" id="select-class-container">
<p>Wybierz klasę:</p>
<p class="tag">Wybierz klasę:</p>
<select class="select-class" id="select-class-select">
<!-- Opcje będą ładowane dynamicznie -->
</select>
</div>
<div class="category-buttons">
<div class="category-buttons" id="category-buttons-box">
<button data-category="frekwencja" onclick="showInnerTab('frekwencja')">Frekwencja</button>
<button data-category="olimpiady" onclick="showInnerTab('olimpiady')">Olimpiady</button>
<button data-category="konkursy" onclick="showInnerTab('konkursy')">Konkursy Szkolne</button>
@ -154,17 +171,22 @@
<div id="stats-output"></div>
</div>
<footer class="footer">
<div class="footer-left">
<p>B. Hrynowiecki</p>
<p>K. Michalak</p>
<p>F. Kowalski</p>
</div>
<hr class="footer-line">
<div class="footer-right">
<p>Led and Authored by M. Pabiszczak</p>
</div>
</footer>
<footer class="footer">
<div class="footer-left">
<p>B. Hrynowiecki</p>
<p>K. Michalak</p>
<p>F. Kowalski</p>
<p>S. Ptak</p>
<p>B. Bohdan</p>
<P>T. Zadworny</P>
<p>J. Tocziew</p>
</div>
<div class="footer-right">
<p>M. Pabiszczak</p>
</div>
</footer>
<!-- Przeniesienie skryptu na koniec body -->
<script src="js/script.js"></script>

View File

@ -1,42 +1,69 @@
// Definicja kategorii i ich kryteriów
const categories = {
frekwencja: [
{ name: "Frekwencja 95-100%", id: "frekwencja" },
{ name: "Brak godzin nieusprawiedliwionych", id: "brak_godzin" },
{ name: "Minimum 85% frekwencja", id: "min_85" }
],
olimpiady: [
{ name: "Etap szkolny", id: "etap_szkolny" },
{ name: "Etap rejonowy", id: "etap_rejonowy" },
{ name: "Etap wojewódzki", id: "etap_wojewodzki" },
{ name: "Etap ogólnopolski", id: "etap_ogolnopolski" }
],
konkursy: [
{ name: "Udział w konkursach", id: "udzial_konkurs" },
{ name: "Wyróżnienie w konkursie", id: "wyroznienie_konkurs" }
],
reprezentacja: [
{ name: "Reprezentacja indywidualna", id: "reprezentacja_indywidualna" },
{ name: "Reprezentacja zespołowa", id: "reprezentacja_zespolowa" },
{ name: "Udział w zawodach", id: "udzial_zawody" }
],
aktywnosc: [
{ name: "Organizacja imprez", id: "organizacja_imprez" },
{ name: "Funkcje w klasie", id: "funkcja_klasa" },
{ name: "Uroczystości okolicznościowe", id: "uroczystosci" },
{ name: "Udział w poczcie sztandarowej", id: "poczta_sztandar" },
{ name: "Pomoc nauczycielowi", id: "pomoc_nauczyciel" },
{ name: "Wolontariat", id: "wolontariat" }
]
};
// Zmienne globalne
let currentCategory = 'frekwencja';
let currentClass = '';
let studentsData = [];
let currentDay = 0;
let currentRole = "teacher"
let currentRoleCriterias = []
const baseDate = new Date();
function generateTable(category) {
const table = document.getElementById('student-table');
const thead = table.querySelector('thead tr');
const tbody = table.querySelector('tbody');
// Wyczyść istniejące nagłówki i wiersze
thead.innerHTML = '';
tbody.innerHTML = '';
// Dodaj nagłówek 'Imię i Nazwisko'
const thName = document.createElement('th');
thName.textContent = "Imię i Nazwisko";
thead.appendChild(thName);
// Pobierz kolumny dla wybranej kategorii
const categoryColumns = categories[category];
// Dodaj nagłówki dla kryteriów w kategorii
categoryColumns.forEach(column => {
const th = document.createElement('th');
th.textContent = column.name;
thead.appendChild(th);
});
// Generuj wiersze dla uczniów
studentsData.forEach(student => {
const row = document.createElement('tr');
// Komórka z imieniem i nazwiskiem
const tdName = document.createElement('td');
tdName.textContent = `${student.first_name} ${student.last_name}`;
row.appendChild(tdName);
// Upewnij się, że 'behavior' jest zdefiniowany
if (!student.behavior) {
student.behavior = {};
}
// Komórki z checkboxami dla kryteriów
categoryColumns.forEach(column => {
const td = document.createElement('td');
const checkbox = document.createElement('input');
checkbox.type = 'checkbox';
const studentId = `${student.first_name}-${student.last_name}`.replace(/ /g, '-');
checkbox.id = `${column.id}-${studentId}`;
checkbox.onchange = calculateStats;
// Ustawienie stanu checkboxa na podstawie zapisanych danych
checkbox.checked = student.behavior[`day${currentDay}`]?.[column.id] || false;
td.appendChild(checkbox);
row.appendChild(td);
});
tbody.appendChild(row);
});
}
// Funkcja do wczytywania pliku JSON
async function fetchJSONFile(filePath) {
try {
@ -120,6 +147,27 @@ async function loadStudents(classFilePath) {
}
}
async function getCategoriesWithCriteria() {
const criteriaFilePath = '/data/criteria.json';
const criteria = await fetchJSONFile(criteriaFilePath);
let categoriesWithCriteria = {}
criteria.categories.forEach(category => {
let criteriaForCategory = []
criteria.criteria.forEach(criteria => {
if(category.criteria_ids.includes(criteria.id)) {
//console.log(`!!! ${category.name} posiada ${criteria.name}`)
criteriaForCategory.push({name: criteria.name, id: criteria.id})
}
})
categoriesWithCriteria[category.id] = criteriaForCategory
})
return categoriesWithCriteria
}
// Funkcja do wczytania pliku criteria.json
async function loadCriteria() {
const criteriaFilePath = '/data/criteria.json';
@ -127,19 +175,71 @@ async function loadCriteria() {
console.log("Załadowane kryteria:", criteria);
//
// LADOWANIE ROL
//
const roles = criteria.roles;
const selectroleByid = document.getElementById("select-role");
let selectroleHTML = ""; // Zainicjalizuj pusty string na HTML
currentRole = "teacher"
// Iteracja przez klucze obiektu roles
for (const [key, value] of Object.entries(roles)) {
if(key == "teacher") {
currentRoleCriterias = value.criteria_ids
}
selectroleHTML += `<option value="${key}">${value.name}</option>`;
}
// Wstawienie HTML do elementu select
selectroleByid.innerHTML = selectroleHTML;
// category-buttons-box
const categoriesCriteria = criteria.categories;
const categoryButtonsBox = document.getElementById("category-buttons-box");
let categoryButtonHTML = ""
categoriesCriteria.forEach(category => {
const hasCriteria = category.criteria_ids.some(criteriaId => currentRoleCriterias.includes(criteriaId));
// Jeśli kategoria ma kryteria, dodajemy przycisk
if (hasCriteria) {
categoryButtonHTML += `<button data-category="${category.id}" onclick="showInnerTab('${category.id}')">${category.name}</button>`;
}
});
categoryButtonsBox.innerHTML = categoryButtonHTML;
}
async function changeRole(role) {
const select = document.getElementById('select-role');
const selectedValue = select.value;
const criteriaFilePath = '/data/criteria.json';
const criteria = await fetchJSONFile(criteriaFilePath);
currentRole = selectedValue
currentRoleCriterias = criteria.roles[currentRole].criteria_ids
console.log("currentRole:", currentRole)
console.log("currentRoleCriterias:", currentRoleCriterias)
// category-buttons-box
const categoriesCriteria = criteria.categories;
const categoryButtonsBox = document.getElementById("category-buttons-box");
let categoryButtonHTML = ""
categoriesCriteria.forEach(category => {
const hasCriteria = category.criteria_ids.some(criteriaId => currentRoleCriterias.includes(criteriaId));
// Jeśli kategoria ma kryteria, dodajemy przycisk
if (hasCriteria) {
categoryButtonHTML += `<button data-category="${category.id}" onclick="showInnerTab('${category.id}')">${category.name}</button>`;
}
});
categoryButtonsBox.innerHTML = categoryButtonHTML;
generateTable(currentCategory)
}
// Funkcja do przełączania głównych zakładek
function showTab(tabName) {
@ -178,7 +278,7 @@ function showInnerTab(category) {
// Funkcja, aby ustawić domyślną kategorię i zakładkę
document.addEventListener("DOMContentLoaded", function() {
// Domyślnie pokazujemy kategorię 'frekwencja'
showInnerTab('frekwencja');
// Ustawienie daty na dziś
document.getElementById('current-date').innerText = baseDate.toLocaleDateString();
@ -186,6 +286,8 @@ document.addEventListener("DOMContentLoaded", function() {
// Uruchomienie wczytywania klas i kryteriów
loadClasses();
loadCriteria();
showInnerTab('frekwencja');
});
// Funkcja do zmiany dnia
@ -301,7 +403,7 @@ function getGrade(points) {
}
// Funkcja do generowania tabeli uczniów na podstawie wybranej kategorii
function generateTable(category) {
async function generateTable(category) {
const table = document.getElementById('student-table');
const thead = table.querySelector('thead tr');
const tbody = table.querySelector('tbody');
@ -315,14 +417,23 @@ function generateTable(category) {
thName.textContent = "Imię i Nazwisko";
thead.appendChild(thName);
// get role
console.log("currentRole", currentRole)
// Pobierz kolumny dla wybranej kategorii
const categories = await getCategoriesWithCriteria()
console.log("łot:", categories)
const categoryColumns = categories[category];
// Dodaj nagłówki dla kryteriów w kategorii
categoryColumns.forEach(column => {
const th = document.createElement('th');
th.textContent = column.name;
thead.appendChild(th);
if(currentRoleCriterias.includes(column.id)) {
th.textContent = column.name;
thead.appendChild(th);
}
});
// Generuj wiersze dla uczniów
@ -341,20 +452,67 @@ function generateTable(category) {
// Komórki z checkboxami dla kryteriów
categoryColumns.forEach(column => {
const td = document.createElement('td');
const checkbox = document.createElement('input');
checkbox.type = 'checkbox';
const studentId = `${student.first_name}-${student.last_name}`.replace(/ /g, '-');
checkbox.id = `${column.id}-${studentId}`;
checkbox.onchange = calculateStats;
if(currentRoleCriterias.includes(column.id)) {
const td = document.createElement('td');
const checkbox = document.createElement('input');
checkbox.type = 'checkbox';
const studentId = `${student.first_name}-${student.last_name}`.replace(/ /g, '-');
checkbox.id = `${column.id}-${studentId}`;
checkbox.onchange = calculateStats;
// Ustawienie stanu checkboxa na podstawie zapisanych danych
checkbox.checked = student.behavior[`day${currentDay}`]?.[column.id] || false;
// Ustawienie stanu checkboxa na podstawie zapisanych danych
checkbox.checked = student.behavior[`day${currentDay}`]?.[column.id] || false;
td.appendChild(checkbox);
row.appendChild(td);
td.appendChild(checkbox);
row.appendChild(td);
}
});
tbody.appendChild(row);
});
}
function showTab(tabName) {
// Ukryj wszystkie zakładki
const tabs = document.querySelectorAll('.tab');
tabs.forEach(tab => tab.classList.remove('active'));
// Pokaż wybraną zakładkę
const selectedTab = document.getElementById(tabName);
if (selectedTab) {
selectedTab.classList.add('active');
}
// Zmieniaj tytuł nagłówka w zależności od wybranej zakładki
const headerTitle = document.getElementById('header-title');
const upButtonContainer = document.getElementById('up-button-container');
const selectRoleContainer = document.getElementById('select-role-container');
const selectClassContainer = document.getElementById('select-class-container');
switch (tabName) {
case 'criteria':
headerTitle.textContent = 'Ocena Zachowania';
generateTable(currentCategory); // Generuj tabelę dla aktualnej kategorii
upButtonContainer.style.display = 'block'; // Pokaż przyciski
selectRoleContainer.style.display = 'block'; // Pokaż wybór roli
selectClassContainer.style.display = 'block'; // Pokaż wybór klasy
break;
case 'stats':
headerTitle.textContent = 'Statystyka';
upButtonContainer.style.display = 'none'; // Ukryj przyciski
selectRoleContainer.style.display = 'none'; // Ukryj wybór roli
selectClassContainer.style.display = 'none'; // Ukryj wybór klasy
break;
case 'points':
headerTitle.textContent = 'Ustal punkty';
upButtonContainer.style.display = 'none'; // Ukryj przyciski
selectRoleContainer.style.display = 'none'; // Ukryj wybór roli
selectClassContainer.style.display = 'none'; // Ukryj wybór klasy
break;
default:
headerTitle.textContent = 'Ocena Zachowania';
upButtonContainer.style.display = 'none'; // Ukryj przyciski
selectRoleContainer.style.display = 'none'; // Ukryj wybór roli
selectClassContainer.style.display = 'none'; // Ukryj wybór klasy
}
}

1
token Normal file
View File

@ -0,0 +1 @@
1759b8c94bb4761dba7fd73e976925ae2a07726e