Design idea

This commit is contained in:
brausjonas
2023-05-24 00:49:59 +02:00
parent aadd9f5f94
commit 702e3e8e4d
8 changed files with 666 additions and 317 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ export const arrowRight = `<svg xmlns="http://www.w3.org/2000/svg" fill="white"
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/> <path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/>
</svg>` </svg>`
export const deleteItem = `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-trash-fill" viewBox="0 0 16 16"> export const deleteItem = `<svg xmlns="http://www.w3.org/2000/svg" fill="black" class="bi bi-trash-fill" viewBox="0 0 16 16">
<path d="M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1H2.5zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zM8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5zm3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0z"/> <path d="M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1H2.5zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zM8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5zm3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0z"/>
</svg>` </svg>`
export const editItem = `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-pencil-fill" viewBox="0 0 16 16"> export const editItem = `<svg xmlns="http://www.w3.org/2000/svg" fill="black" class="bi bi-pencil-fill" viewBox="0 0 16 16">
<path d="M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708l-3-3zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207l6.5-6.5zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.499.499 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11l.178-.178z"/> <path d="M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708l-3-3zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207l6.5-6.5zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.499.499 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11l.178-.178z"/>
</svg>` </svg>`
+6 -6
View File
@@ -36,28 +36,28 @@ export default function Login() {
const router = useRouter() const router = useRouter()
return ( return (
<div className="border"> // <div className="border">
<login className={"login-container"}> <login className={"login-container box-shadow"}>
<p className={"font-big-fat placement"}>Login</p> <p className={"font-big-fat placement"}>Login</p>
<div className={"placement"}> <div className={"placement"}>
<br/> <br/>
<p className={"font-kinda-big"}>Username</p> <p className={"font-kinda-big"}>Username</p>
<input type="text" value={inputUserName} onChange={e => setInputUserName(e.target.value)} <input type="text" value={inputUserName} onChange={e => setInputUserName(e.target.value)}
placeholder={hint} className="input input-bordered input-sm w-full max-w-xs" placeholder={hint} className="input input-bordered input-sm w-full max-w-xs box-shadow"
style={{ style={{
backgroundColor: backgroundColor backgroundColor: backgroundColor
}}/> }}/>
<br/> <br/>
<p className={"font-kinda-big"}>Password</p> <p className={"font-kinda-big"}>Password</p>
<input type="password" value={inputPassword} onChange={e => setInputPassword(e.target.value)} <input type="password" value={inputPassword} onChange={e => setInputPassword(e.target.value)}
placeholder={hint} className="input input-bordered input-sm w-full max-w-xs" placeholder={hint} className="input input-bordered input-sm w-full max-w-xs box-shadow"
style={{ style={{
backgroundColor: backgroundColor backgroundColor: backgroundColor
}}/> }}/>
</div> </div>
<Button text={"Login"} color={"#e2001a"} width={"25px"} onClick={() => on_login_click()}/>
<Button text={"Login"} color={"#77932b"} width={100} height={40} onClick={() => on_login_click()}/>
</login> </login>
</div> // </div>
); );
} }
+3 -3
View File
@@ -11,7 +11,7 @@ export default function SemesterTile(p)
}) })
return ( return (
<div onClick={(e) => p.onClick(e)} className={"semester-tile"}> <div onClick={(e) => p.onClick(e)} className={"semester-tile box-shadow"}>
<p>{p.text}</p> <p>{p.text}</p>
<StatusBar progress={0}/> <StatusBar progress={0}/>
<div style={{ <div style={{
@@ -21,8 +21,8 @@ export default function SemesterTile(p)
alignItems: "center", alignItems: "center",
gap: 5 gap: 5
}}> }}>
<Button icon={deleteItem} width={30} height={30} onClick={p.onButtonDeleteClick}/> <Button icon={deleteItem} width={30} height={30} color={"rgba(0, 0, 0, 0)"} onClick={p.onButtonDeleteClick}/>
<Button icon={editItem} width={30} height={30} onClick={p.onButtonEditClick}/> <Button icon={editItem} width={30} height={30} color={"rgba(0, 0, 0, 0)"} onClick={p.onButtonEditClick}/>
</div> </div>
</div> </div>
) )
+28 -3
View File
@@ -11,19 +11,44 @@ import InputForm from "@/components/InputForm";
import Login from "@/components/Login"; import Login from "@/components/Login";
import Test from "@/components/Test"; import Test from "@/components/Test";
import BasicDateCalendar from "@/components/CalendarSideBar"; import BasicDateCalendar from "@/components/CalendarSideBar";
import {randomInt} from "next/dist/shared/lib/bloom-filter/utils";
const inter = Inter({subsets: ['latin']}) const inter = Inter({subsets: ['latin']})
export default function Home(p) { export default function Home(p) {
return ( return (
<div className={"normal-centered"}> <div className={"normal-centered"}>
<div style={{
position: "absolute",
width: "100%",
height: "100%",
overflow: "clip",
pointerEvents: "none"
}}>
<div style={{
position: "absolute",
transform: "skew(20deg)",
width: "100%",
height: "100%",
zIndex: -10,
backgroundColor: "#f2f2f2",
borderTopLeftRadius: 400,
borderBottomRightRadius: 800,
}}></div>
<div style={{
position: "absolute",
width: "100%",
height: "100%",
zIndex: -11,
backgroundColor: "#346991",
}}></div>
</div>
<Login/> <Login/>
</div> </div>
) )
} }
+28 -2
View File
@@ -1,5 +1,5 @@
import Button from "@/components/Button"; import Button from "@/components/Button";
import {useEffect, useState} from "react"; import React, {useEffect, useState} from "react";
import SemesterTile from "@/components/SemesterTile"; import SemesterTile from "@/components/SemesterTile";
import InputForm from "@/components/InputForm"; import InputForm from "@/components/InputForm";
import {useRouter} from "next/router"; import {useRouter} from "next/router";
@@ -91,6 +91,32 @@ export default function SemesterOverview(p)
return ( return (
<div className={"semester-overview"}> <div className={"semester-overview"}>
<div style={{
position: "absolute",
width: "100%",
height: "100%",
overflow: "clip",
pointerEvents: "none"
}}>
<div style={{
position: "absolute",
transform: "skew(20deg)",
width: "100%",
height: "100%",
zIndex: -10,
backgroundColor: "#f2f2f2",
borderTopLeftRadius: 400,
borderBottomRightRadius: 800,
}}></div>
<div style={{
position: "absolute",
width: "100%",
height: "100%",
zIndex: -11,
backgroundColor: "#346991",
}}></div>
</div>
{ {
entries.map(e => (<SemesterTile text={e.name} onClick={(f) => onClickSemester(e, f)} onButtonDeleteClick={() => { entries.map(e => (<SemesterTile text={e.name} onClick={(f) => onClickSemester(e, f)} onButtonDeleteClick={() => {
localStorage.setItem("currentsid", e.id) localStorage.setItem("currentsid", e.id)
@@ -101,7 +127,7 @@ export default function SemesterOverview(p)
funcButtonEdit(e, m); funcButtonEdit(e, m);
}}/>)) }}/>))
} }
<Button color={"#818181"} text={"+"} width={240} height={160} fontColor={"black"} fontSize={50} <Button color={"#dcdcdc"} text={"+"} width={240} height={160} fontColor={"black"} fontSize={50}
onClick={() => onClickNewSemester()}/> onClick={() => onClickNewSemester()}/>
<PopUp hint={modalHint} text1={"Abbrechen"} text2={"Löschen"} displayState={modalDisplay} <PopUp hint={modalHint} text1={"Abbrechen"} text2={"Löschen"} displayState={modalDisplay}
function1={funcButtonAbort} function2={funcButtonDelete}/> function1={funcButtonAbort} function2={funcButtonDelete}/>
+297 -301
View File
@@ -3,203 +3,211 @@
@tailwind utilities; @tailwind utilities;
:root { :root {
--foreground-rgb: 0, 0, 0; --foreground-rgb: 0, 0, 0;
--background-start-rgb: 255, 255, 255; --background-start-rgb: 255, 255, 255;
--background-end-rgb: 255, 255, 255; --background-end-rgb: 255, 255, 255;
} }
body {
background-color: #f2f2f2;
}
.splash {
position: absolute;
border-radius: 70px;
background-color: #c77c0c;
z-index: -5;
}
/** /**
Page Layouts Page Layouts
*/ */
.normal-centered .normal-centered {
{ height: 100vh;
height: 100vh; display: flex;
display: flex; flex-direction: column;
flex-direction: column; justify-content: center;
justify-content: center; align-items: center;
align-items: center;
} }
.semester-overview .semester-overview {
{ height: 100vh;
height: 100vh; display: flex;
display: flex; flex-direction: row;
flex-direction: row; justify-content: center;
justify-content: center; align-items: center;
align-items: center; flex-wrap: wrap;
flex-wrap: wrap; align-content: center;
align-content: center; gap: 10px;
gap: 10px;
} }
body body {
height: 100vh;
}
.box-shadow
{ {
height: 100vh; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
} }
/* /*
Button Button
*/ */
.round-border .round-border {
{ border-radius: 10px;
border-radius: 10px; border-width: 0;
border-width: 0;
} }
.font-small .font-small {
{ font-size: 12px;
font-size: 12px;
} }
.font-middle .font-middle {
{ font-size: 16px;
font-size: 16px ;
} }
.font-big .font-big {
{ font-size: 22px;
font-size: 22px;
} }
.button .button {
{ background-color: #363636;
background-color: #363636; padding: 5px;
padding: 5px; color: white;
color: white;
} }
.button:hover .button:hover {
{ background-color: #585858;
background-color: #585858;
} }
/* /*
Step Progress Bar Step Progress Bar
*/ */
.step-container .step-container {
{ display: flex;
display: flex; flex-direction: column;
flex-direction: column; align-items: center;
align-items: center; max-width: 400px;
max-width: 400px;
} }
.steps .steps {
{ display: flex;
display: flex; flex-direction: row;
flex-direction: row; align-items: center;
align-items: center; justify-content: space-between;
justify-content: space-between; gap: 20px;
gap: 20px; width: 100%;
width: 100%; position: relative;
position: relative;
} }
.step .step {
{ width: 40px;
width: 40px; height: 40px; height: 40px;
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: white; color: white;
font-weight: bold; font-weight: bold;
} }
.steps .not-started .steps .not-started {
{ /*background-image: linear-gradient(#b42121, #b44821);*/
background-image: linear-gradient(#b42121, #b44821); background-color: #77932b;
} }
.steps .started .steps .started {
{ /*background-image: linear-gradient(#c75c0c, #c77c0c);*/
background-image: linear-gradient(#c75c0c, #c77c0c); background-color: #77932b;
} }
.steps .finished
{ .steps .finished {
background-image: linear-gradient(#43C20BFF, #0bc27c); /*background-image: linear-gradient(#43C20BFF, #0bc27c);*/
background-color: #77932b;
} }
.steps .active
{ .steps .active {
border-width: 3px; /*border-width: 2px;*/
border-color: #1e2428; /*border-color: #1e2428;*/
background-color: #346991;
} }
.progress-bar .progress-bar {
{ position: absolute;
position: absolute; height: 8px;
height: 8px; background-color: #5d606e;
background-color: #5d606e; z-index: -1;
z-index: -1;
} }
/* /*
weekSelector weekSelector
*/ */
.dateElement{ .dateElement {
display: flex; display: flex;
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
height: 50px; height: 50px;
width: 200px; width: 200px;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: #0d52ce; background-color: #0d52ce;
} }
.weekSelector { .weekSelector {
display: flex; display: flex;
} }
/* /*
Popup Popup
*/ */
.modal-container .modal-container {
{ z-index: 1;
z-index: 1; position: fixed;
position: fixed; width: 100%;
width: 100%; height: 100%;
height: 100%; top: 0;
top: 0; left: 0;
left: 0; display: flex;
display: flex; flex-direction: row;
flex-direction: row; justify-content: center;
justify-content: center; align-items: center;
align-items: center; background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.3);
} }
.modal .modal {
{ width: 300px;
width: 300px; height: 100px;
height: 100px; border-radius: 10px;
border-radius: 10px; background-color: rgb(255, 255, 255);
background-color: rgb(255, 255, 255); display: flex;
display: flex; flex-direction: column;
flex-direction: column; align-items: center;
align-items: center; justify-content: space-between;
justify-content: space-between; padding: 5px;
padding: 5px;
} }
.modal p .modal p {
{ text-align: center;
text-align: center;
} }
.modal div .modal div {
{ display: flex;
display: flex; flex-direction: row;
flex-direction: row; width: 100%;
width: 100%; justify-content: end;
justify-content: end; gap: 5px;
gap: 5px;
} }
/* /*
@@ -207,114 +215,103 @@ Calender View
*/ */
.calender-container .calender-container {
{ max-height: 600px;
max-height: 600px; overflow-y: scroll;
overflow-y: scroll; display: grid;
display: grid;
} }
.calender-container::-webkit-scrollbar .calender-container::-webkit-scrollbar {
{ display: none;
display: none;
} }
.content .content {
{ grid-area: 1 / 1;
grid-area: 1 / 1;
} }
.overlay .overlay {
{ padding: 2px 0 0 0;
padding: 2px 0 0 0; grid-area: 1 / 1;
grid-area: 1 / 1; pointer-events: none;
pointer-events: none;
} }
.no-pointer-events .no-pointer-events {
{ pointer-events: none;
pointer-events: none;
} }
.wochen-tag-container .wochen-tag-container {
{ display: flex;
display: flex; flex-direction: row;
flex-direction: row; justify-content: space-between;
justify-content: space-between; height: 60px;
height: 60px; width: 1000px;
width: 1000px; gap: 5px;
gap: 5px; padding: 0 0 5px 0;
padding: 0 0 5px 0; background-color: #363636;
background-color: #363636;
} }
.calender-view .calender-view {
{ width: 1000px;
width: 1000px; height: 2400px;
height: 2400px; background-color: #363636;
background-color: #363636; display: flex;
display: flex; flex-direction: row;
flex-direction: row; align-items: stretch;
align-items: stretch; justify-content: stretch;
justify-content: stretch; gap: 5px;
gap: 5px; user-select: none;
user-select: none; padding: 2px 0 0 0;
padding: 2px 0 0 0;
} }
.calender-view .spalte .calender-view .spalte {
{ border-radius: 10px;
border-radius: 10px; width: 400px;
width: 400px; background-color: white;
background-color: white; display: grid;
display: grid; padding: 0 3px;
padding: 0 3px; grid-template-columns: 100%;
grid-template-columns: 100%;
} }
.wochen-tag-container .wochen-tag .wochen-tag-container .wochen-tag {
{ text-align: center;
text-align: center; background-color: #f80000;
background-color: #f80000; width: 400px;
width: 400px; color: white;
color: white; border-radius: 10px;
border-radius: 10px; display: flex;
display: flex; align-items: center;
align-items: center; justify-content: center;
justify-content: center;
grid-row-start: 1; grid-row-start: 1;
grid-row-end: 4; grid-row-end: 4;
} }
.entry .entry {
{ border-radius: 10px;
border-radius: 10px; display: flex;
display: flex; flex-direction: column;
flex-direction: column; justify-content: space-between;
justify-content: space-between; padding: 0 2px;
padding: 0 2px; align-items: center;
align-items: center; cursor: move;
cursor: move; z-index: 10;
z-index: 10; overflow: hidden;
overflow: hidden; margin-top: 1px;
margin-top: 1px; margin-bottom: 1px;
margin-bottom: 1px;
} }
.entry .resize-grab .entry .resize-grab {
{ height: 5px;
height: 5px; cursor: ns-resize;
cursor: ns-resize; width: 100%;
width: 100%;
} }
.entry p { .entry p {
color: white; color: white;
font-size: 16px; font-size: 16px;
cursor: default; cursor: default;
pointer-events: none; pointer-events: none;
} }
/* /*
@@ -322,163 +319,162 @@ inputForm
*/ */
input { input {
border-width: 2px; border-width: 2px;
border-radius: 5px; border-radius: 5px;
} }
.courseNameInput { .courseNameInput {
width: 300px; width: 300px;
} }
.semesterDateInput { .semesterDateInput {
width: 150px; width: 150px;
} }
.semesterDateLables, .semesterDateInputPair { .semesterDateLables, .semesterDateInputPair {
display:flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: left; justify-content: left;
} }
.inputFieldSeperator { .inputFieldSeperator {
width: 40px; width: 40px;
text-align: center; text-align: center;
} }
.semesterDateLable{ .semesterDateLable {
width: 150px; width: 150px;
margin-right: 40px; margin-right: 40px;
} }
.semesterRangeInput { .semesterRangeInput {
margin-top: 50px; margin-top: 50px;
} }
.inputForm { .inputForm {
width: 600px; width: 600px;
height: 600px; height: 600px;
padding: 20px; padding: 20px;
border: solid; border: solid;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
#buttons { #buttons {
align-self: flex-end; align-self: flex-end;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: flex-end; align-items: flex-end;
} }
.dozentSelector { .dozentSelector {
height: 350px; height: 350px;
border: solid; border: solid;
margin-top: 20px; margin-top: 20px;
width: 500px; width: 500px;
padding: 10px; padding: 10px;
margin-bottom: 20px; margin-bottom: 20px;
} }
th { th {
text-align: left; text-align: left;
padding: 0 10px; padding: 0 10px;
} }
td td {
{ padding: 0 10px;
padding: 0 10px;
} }
/* /*
Login Login
*/ */
.login-container .login-container {
{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: space-evenly;
gap: 10px; /*gap: 10px;*/
width: 100%; border-radius: 10px;
height: 100%; background-color: #ffffff;
width: 375px;
height: 350px;
} }
.input-bordered .input-bordered {
{ border: none;
border: 1px solid #000000;
border-radius: 5px; border-radius: 5px;
} }
.input .input {
{
padding: 5px; padding: 5px;
border: none;
background-color: #e9e9e9; background-color: #e9e9e9;
border-radius: 5px; border-radius: 5px;
font-family: Arial, serif; font-family: Arial, serif;
font-size: 16px; font-size: 16px;
} }
.border{ .input:focus
width: 375px; {
height: 350px; outline: none;
background-color: #ffffff;
border-radius: 5px;
border-width: 2px;
border-color: #1e2428;
/*gap: 10px;*/
} }
.placement { .placement {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
justify-content: left; justify-content: left;
} }
.font-kinda-big{
.font-kinda-big {
font-size: 18px; font-size: 18px;
color: #777777;
font-weight: 500;
} }
.font-big-fat { .font-big-fat {
font-size: 22px; font-size: 22px;
font-weight: bold; font-weight: bold;
} }
.input-sm { .input-sm {
height: 2rem/* 32px */; height: 2rem /* 32px */;
padding-left: 0.75rem/* 12px */; padding-left: 0.75rem /* 12px */;
padding-right: 0.75rem/* 12px */; padding-right: 0.75rem /* 12px */;
font-size: 0.875rem/* 14px */; font-size: 0.875rem /* 14px */;
line-height: 2rem/* 32px */; line-height: 2rem /* 32px */;
} }
/** /**
SemesterTile SemesterTile
*/ */
.semester-tile .semester-tile {
{ background-color: #ffffff;
background-color: #797979; width: 240px;
width: 240px; height: 160px;
height: 160px; color: black;
color: white; border-radius: 10px;
border-radius: 10px; display: flex;
display: flex; flex-direction: column;
flex-direction: column; align-items: center;
align-items: center; justify-content: center;
justify-content: center; font-size: 20px;
font-size: 20px; gap: 10px;
gap: 10px;
} }
.semester-tile:hover .semester-tile:hover {
{ background-color: #e1e1e1;
background-color: #5d606e;
} }
.semester-tile p .semester-tile p {
{ pointer-events: none;
pointer-events: none; font-weight: bold;
font-size: 23px;
} }
.semester-tile .step-container .semester-tile .step-container {
{ pointer-events: none;
pointer-events: none;
} }
Binary file not shown.
+302
View File
@@ -126768,3 +126768,305 @@ No data is available [2000-214]
2023-05-23 18:39:49 jdbc[3]: exception 2023-05-23 18:39:49 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214] No data is available [2000-214]
2023-05-23 18:41:58 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:03 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:03 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:05 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:06 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:06 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:06 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:07 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:07 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:08 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:25 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:25 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:31 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:32 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:32 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:34 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:34 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:34 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:42:35 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:45:47 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:54:54 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:54:56 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:54:56 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:55:14 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:19 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:20 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:20 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:26 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:29 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:29 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Allgemeiner Fehler: "java.lang.NullPointerException: Cannot invoke ""org.h2.result.ResultInterface.getRowId()"" because ""this.result"" is null"
General error: "java.lang.NullPointerException: Cannot invoke ""org.h2.result.ResultInterface.getRowId()"" because ""this.result"" is null" [50000-214]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:554)
at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
at org.h2.message.DbException.get(DbException.java:212)
at org.h2.message.DbException.convert(DbException.java:395)
at org.h2.message.DbException.toSQLException(DbException.java:367)
at org.h2.message.TraceObject.logAndConvert(TraceObject.java:365)
at org.h2.jdbc.JdbcResultSet.getInt(JdbcResultSet.java:339)
at com.example.backend.anwprj.DataBaseHandler.resultSetToUser(DataBaseHandler.java:546)
at com.example.backend.anwprj.DataBaseHandler.getAllUsers(DataBaseHandler.java:482)
at com.example.backend.anwprj.controller.UserController.getAllUsers(UserController.java:163)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:1623)
Caused by: java.lang.NullPointerException: Cannot invoke "org.h2.result.ResultInterface.getRowId()" because "this.result" is null
at org.h2.jdbc.JdbcResultSet.isOnValidRow(JdbcResultSet.java:3547)
at org.h2.jdbc.JdbcResultSet.checkOnValidRow(JdbcResultSet.java:3551)
at org.h2.jdbc.JdbcResultSet.getInternal(JdbcResultSet.java:3570)
at org.h2.jdbc.JdbcResultSet.getIntInternal(JdbcResultSet.java:344)
at org.h2.jdbc.JdbcResultSet.getInt(JdbcResultSet.java:337)
... 51 more
2023-05-23 18:58:30 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:31 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:31 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:31 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:32 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:32 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 18:58:33 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 23:20:04 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 23:20:05 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 23:20:12 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 23:20:12 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 23:27:35 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 23:27:35 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 23:39:32 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-23 23:39:32 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:37:52 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:37:52 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:37:53 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:37:53 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:37:55 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:37:55 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:37:57 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:37:57 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:00 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:01 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:21 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:26 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:29 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:45 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:45 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:47 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:47 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:51 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:39:51 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:46:07 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:47:35 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:47:35 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:20 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:20 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:30 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:30 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:32 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:32 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:33 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:33 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:34 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:34 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:35 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]
2023-05-24 00:48:35 jdbc[3]: exception
org.h2.jdbc.JdbcSQLNonTransientException: Keine Daten verfügbar
No data is available [2000-214]