Compare commits
15 Commits
28cb0bd664
...
master
Author | SHA1 | Date | |
---|---|---|---|
e10a184fd3 | |||
bf4759d744 | |||
d4b2851b86 | |||
3381fb57ef | |||
5f089650e0 | |||
68f12b02b5 | |||
4b563e136c | |||
4e59993e0b | |||
a0408983b1 | |||
be96f9efc2 | |||
63bd63d124 | |||
e174da799f | |||
62384a33b3 | |||
390095c276 | |||
90676be5ec |
@@ -16,7 +16,8 @@ Table "user" {
|
||||
"forename" varchar(255) [default: NULL]
|
||||
"name" varchar(255) [default: NULL]
|
||||
"is_admin" bit(1) [not null]
|
||||
"password" varchar(255) [default: NULL]
|
||||
"password" tinyblob [default: NULL]
|
||||
"salt" tinyblob [default: NULL]
|
||||
"token" varchar(255) [default: NULL]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 42 KiB |
BIN
Docs/Documentations/Benutzerhandbuch Share Planner Client.pdf
Normal file
BIN
Docs/Documentations/Pflichtenheft Share Planner.pdf
Normal file
@@ -33,7 +33,7 @@ POST:
|
||||
|
||||
Request (GET):
|
||||
|
||||
curl localhost:8080/vpr/all-users
|
||||
curl localhost:8080/vpr/all-users | python3 -m json.tool
|
||||
|
||||
Response:
|
||||
|
||||
|
BIN
Docs/VisualParadigm/Activity/01_SharePlaner.PNG
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
Docs/VisualParadigm/Activity/02_TerminAnlegen.PNG
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
Docs/VisualParadigm/Activity/03_Optionen.PNG
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
Docs/VisualParadigm/Activity/04_BenutzerAnlegen.PNG
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
Docs/VisualParadigm/SharePlannerServer.vpp
Normal file
BIN
Docs/VisualParadigm/UseCase/SharePlannerUseCase.PNG
Normal file
After Width: | Height: | Size: 41 KiB |