Compare commits
169 Commits
e05492f4a8
...
Schedule/m
Author | SHA1 | Date | |
---|---|---|---|
220c891c72 | |||
2b9493422d | |||
621f568ba2 | |||
972d08a54d | |||
7a13d412f1 | |||
9de4b06e75 | |||
123fa97611 | |||
1fad792be7 | |||
acd1262955
|
|||
3d6941ab93
|
|||
de72bd800c
|
|||
b465dcfa92 | |||
73f3df0bc6 | |||
90a7b7b70e | |||
4f002a29e1 | |||
66d090d045 | |||
4715441afd | |||
77ac771b8f | |||
3762750968 | |||
a276c24f8f | |||
25c5c1b018 | |||
c7f37b0854 | |||
c35f675a11 | |||
a9e5e45872 | |||
73d50f3f50 | |||
0871d2971d | |||
9744bd973f | |||
ecaa0af24a | |||
a762b6875d
|
|||
4e6c4ecf38 | |||
ec3c912847
|
|||
5636d96478 | |||
d40ceff2ba
|
|||
fd357ba938 | |||
92079c5a47 | |||
753af3874e | |||
e03a01ec89 | |||
fd18df7c3a | |||
93c161be4c | |||
853a3a42d2
|
|||
a80fb2b297 | |||
f484fb095e | |||
8ff29ca34e | |||
611e7167f9
|
|||
ee37dc79a7
|
|||
2fb6aef67c | |||
7e7cec2f6c | |||
345599888d | |||
19b4950be4 | |||
d9307753c4 | |||
7a23dcc96a | |||
f2b80ba89f | |||
114116b97c | |||
924faca13f | |||
ea4a0745e0 | |||
76f5a39a8f | |||
37f8a3ac4e | |||
ea46dd664c | |||
b2d0be014c | |||
571d27c230 | |||
37a9eb46ae | |||
bfc4f6567b | |||
d423a57fa0 | |||
210fda0401 | |||
b67b25b4a4 | |||
385290d1a2 | |||
cf2deb983d | |||
dcec45acf5 | |||
008af10d0e | |||
f7df234312 | |||
d855bbe911 | |||
f2507ddcdd | |||
a70b05a0ef | |||
1d793cef4e | |||
4cf2ac1aa8 | |||
6e6bd285af | |||
474a8d3f31 | |||
4379794dba | |||
c5d7ce4178 | |||
382d3c203a | |||
5a7934b2a3 | |||
8476563678 | |||
97b57b361d | |||
069466ef5f | |||
d5f6656e2b | |||
32e26f35cb | |||
36fc33c3e9 | |||
17ab241250
|
|||
36ce5a553b | |||
a5807148e1 | |||
53e478b05c | |||
182be8ac7b
|
|||
beba199f60 | |||
767a83d1d6 | |||
da3f8c47f9
|
|||
8d1235be92 | |||
1546fc6d47
|
|||
04f64f505e
|
|||
e84e34d735 | |||
c955fbf5f8 | |||
847936b799
|
|||
0b27d2e8d8
|
|||
45fbef52ed
|
|||
ca6f676fb7 | |||
cc8530621d
|
|||
abff9aef3a | |||
41288258c9 | |||
47a0c97f3d | |||
3ea6c7886a | |||
17d0ae7ccc
|
|||
8f2fb04112 | |||
c6198b7220 | |||
13fd048cd2 | |||
b7b2eafb93 | |||
0860567e1b | |||
25009ba149 | |||
208c6c63e8 | |||
e2da7271af | |||
d5e4387303 | |||
1903a6c9be | |||
77a170be6d
|
|||
9f02207eb0 | |||
ae4ad036a8
|
|||
3996765c8a
|
|||
b047c4de35 | |||
1f14890d43 | |||
2ea6ed16bb | |||
189e664f37 | |||
f33a421aee | |||
017235cccf | |||
1bff48a4b9 | |||
385640c10e | |||
a0c38a8d59 | |||
198ee8a4ce | |||
08c662a65f | |||
c8b7930a8e | |||
20d52b2b21 | |||
1502cc871c | |||
826bbf5990 | |||
c26972369f | |||
4c5cae7ff5 | |||
59c3442647 | |||
12846ed83d | |||
bb4ee784fa | |||
1777e894e9 | |||
3c3659c056 | |||
97a2c8a9f6 | |||
9aa425d1c3 | |||
f0a411c031 | |||
6228e21d38
|
|||
64e7f8dc6b
|
|||
a0285e700d
|
|||
68e55e8355
|
|||
157e5951fc | |||
4241f15731 | |||
cead1188ab | |||
5c7147bb17 | |||
2a58c335f2 | |||
4b1db883e2 | |||
044648674c | |||
4b0ea8cf40 | |||
dae59f67ce | |||
66282bce9f | |||
b7a574a312 | |||
8fbfb36958 | |||
5c728098df | |||
28d252279a | |||
ab91a39a63 | |||
160cfb0bbf |
@ -17,15 +17,16 @@ jobs:
|
|||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- uses: gradle/gradle-build-action@v3
|
- uses: gradle/gradle-build-action@v3
|
||||||
- name: building
|
- name: building
|
||||||
run: ./gradlew backend:build
|
run: ./gradlew backend:build -x test
|
||||||
Test-backend:
|
# Test-backend:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: actions/setup-java@v3
|
# - uses: actions/setup-java@v3
|
||||||
with:
|
# with:
|
||||||
java-version: '21'
|
# java-version: '21'
|
||||||
distribution: 'temurin'
|
# distribution: 'temurin'
|
||||||
- uses: gradle/gradle-build-action@v3
|
# - run: curl -fsSL https://get.docker.com | sh
|
||||||
- name: building
|
# - uses: gradle/gradle-build-action@v3
|
||||||
run: ./gradlew backend:test
|
# - name: testing
|
||||||
|
# run: ./gradlew backend:test
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
|||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- uses: gradle/gradle-build-action@v3
|
- uses: gradle/gradle-build-action@v3
|
||||||
- name: building
|
- name: building
|
||||||
run: ./gradlew backend:build
|
run: ./gradlew backend:build -x test
|
||||||
- name: pushing to the server
|
- name: pushing to the server
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.SSH_KEY }}" > key
|
echo "${{ secrets.SSH_KEY }}" > key
|
||||||
|
1
Clyde
Submodule
1
Clyde
Submodule
Submodule Clyde added at bd27ffd3cb
2
backend/.gitignore
vendored
2
backend/.gitignore
vendored
@ -35,3 +35,5 @@ out/
|
|||||||
|
|
||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
/cdn
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
FROM eclipse-temurin:21-jdk-alpine
|
FROM eclipse-temurin:21-jdk-alpine
|
||||||
VOLUME /tmp
|
VOLUME /tmp
|
||||||
|
VOLUME /cdn
|
||||||
ENV SPRING_PROFILES_ACTIVE=prod
|
ENV SPRING_PROFILES_ACTIVE=prod
|
||||||
COPY build/libs/backend-0.0.1-SNAPSHOT.jar /app.jar
|
COPY build/libs/backend-0.0.1-SNAPSHOT.jar /app.jar
|
||||||
ENTRYPOINT ["java", "-jar", "/app.jar"]
|
ENTRYPOINT ["java", "-jar", "/app.jar"]
|
||||||
|
@ -25,14 +25,16 @@ dependencies {
|
|||||||
implementation("com.kohlschutter.junixsocket:junixsocket-core:2.9.0")
|
implementation("com.kohlschutter.junixsocket:junixsocket-core:2.9.0")
|
||||||
// implementation("org.springframework.session:spring-session-jdbc")
|
// implementation("org.springframework.session:spring-session-jdbc")
|
||||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||||
developmentOnly("org.springframework.boot:spring-boot-docker-compose")
|
|
||||||
runtimeOnly("org.postgresql:postgresql")
|
runtimeOnly("org.postgresql:postgresql")
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||||
testImplementation("org.springframework.boot:spring-boot-testcontainers")
|
testImplementation("org.springframework.boot:spring-boot-testcontainers")
|
||||||
testImplementation("org.testcontainers:junit-jupiter")
|
testImplementation("org.testcontainers:junit-jupiter")
|
||||||
testImplementation("org.testcontainers:postgresql")
|
testImplementation("org.testcontainers:postgresql")
|
||||||
|
testImplementation("io.rest-assured:rest-assured")
|
||||||
|
testImplementation("org.hamcrest:hamcrest")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tasks.register("run") {
|
tasks.register("run") {
|
||||||
dependsOn(tasks.bootRun)
|
dependsOn(tasks.bootRun)
|
||||||
}
|
}
|
||||||
@ -41,3 +43,4 @@ tasks.register("run") {
|
|||||||
tasks.withType<Test> {
|
tasks.withType<Test> {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,4 +6,4 @@ services:
|
|||||||
- 'POSTGRES_USER=devel'
|
- 'POSTGRES_USER=devel'
|
||||||
- 'POSTGRES_PASSWORD=devel'
|
- 'POSTGRES_PASSWORD=devel'
|
||||||
ports:
|
ports:
|
||||||
- '5432:5432'
|
- '5442:5432'
|
||||||
|
@ -0,0 +1,76 @@
|
|||||||
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
|
import org.springframework.http.HttpStatus;
|
||||||
|
import org.springframework.http.ResponseEntity;
|
||||||
|
import org.springframework.web.bind.annotation.CrossOrigin;
|
||||||
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
import org.springframework.web.bind.annotation.PathVariable;
|
||||||
|
import org.springframework.web.bind.annotation.RequestHeader;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
import ovh.herisson.Clyde.Services.AuthenticatorService;
|
||||||
|
import ovh.herisson.Clyde.Tables.Applications;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
|
public class ApplicationsController {
|
||||||
|
|
||||||
|
AuthenticatorService authServ;
|
||||||
|
|
||||||
|
public ApplicationsController(AuthenticatorService authServ){
|
||||||
|
this.authServ = authServ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/** return a list of authorized applications.
|
||||||
|
* depends on the token
|
||||||
|
*/
|
||||||
|
@GetMapping("/apps")
|
||||||
|
public ResponseEntity<Iterable<Applications>> getAuthorizedApps(@RequestHeader("Authorization") String token){
|
||||||
|
return new ResponseEntity<>(getAuthorizedApplications(token), HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/apps/{identifier}")
|
||||||
|
public ResponseEntity<Boolean> getAppAuthorization(@PathVariable Applications identifier, @RequestHeader("Authorization") String token){
|
||||||
|
|
||||||
|
if (getAuthorizedApplications(token).contains(identifier)){
|
||||||
|
return new ResponseEntity<>(true, HttpStatus.OK);
|
||||||
|
}
|
||||||
|
return new ResponseEntity<>(false, HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
public ArrayList<Applications> getAuthorizedApplications(String token){
|
||||||
|
ArrayList<Applications> authorizedApps = new ArrayList<>();
|
||||||
|
|
||||||
|
//if unAuthed
|
||||||
|
authorizedApps.add(Applications.Login);
|
||||||
|
authorizedApps.add(Applications.Schedule);
|
||||||
|
|
||||||
|
User user = authServ.getUserFromToken(token);
|
||||||
|
if(user == null)
|
||||||
|
return authorizedApps;
|
||||||
|
// if authed
|
||||||
|
authorizedApps.add(Applications.Profile);
|
||||||
|
|
||||||
|
if (!authServ.isNotIn(new Role[]{Role.Teacher,Role.Student,Role.Admin},token)) {
|
||||||
|
authorizedApps.add(Applications.Msg);
|
||||||
|
authorizedApps.add(Applications.Forum);
|
||||||
|
authorizedApps.add(Applications.Rdv);
|
||||||
|
}
|
||||||
|
|
||||||
|
//if Teacher or Secretary or Admin add ManageCourses App
|
||||||
|
if (!authServ.isNotIn(new Role[]{Role.Teacher,Role.Secretary,Role.Admin},token))
|
||||||
|
authorizedApps.add(Applications.ManageCourses);
|
||||||
|
|
||||||
|
if (!authServ.isNotIn(new Role[]{Role.InscriptionService,Role.Admin},token)){
|
||||||
|
authorizedApps.add(Applications.Inscription);
|
||||||
|
authorizedApps.add(Applications.StudentsList);}
|
||||||
|
|
||||||
|
if (!authServ.isNotIn(new Role[]{Role.Secretary,Role.Admin},token)){
|
||||||
|
authorizedApps.add(Applications.UsersList);}
|
||||||
|
return authorizedApps;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,138 @@
|
|||||||
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
|
import org.springframework.http.HttpStatus;
|
||||||
|
import org.springframework.http.ResponseEntity;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
||||||
|
import ovh.herisson.Clyde.Services.AuthenticatorService;
|
||||||
|
import ovh.herisson.Clyde.Services.CourseService;
|
||||||
|
import ovh.herisson.Clyde.Services.ProtectionService;
|
||||||
|
import ovh.herisson.Clyde.Services.TeacherCourseService;
|
||||||
|
import ovh.herisson.Clyde.Tables.Course;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
|
public class CourseController {
|
||||||
|
|
||||||
|
private final CourseService courseServ;
|
||||||
|
|
||||||
|
private final TeacherCourseService teacherCourseServ;
|
||||||
|
|
||||||
|
private final AuthenticatorService authServ;
|
||||||
|
|
||||||
|
public CourseController(CourseService courseServ, TeacherCourseService teacherCourseServ, AuthenticatorService authServ) {
|
||||||
|
this.courseServ = courseServ;
|
||||||
|
this.teacherCourseServ = teacherCourseServ;
|
||||||
|
this.authServ = authServ;
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/course/{id}")
|
||||||
|
public ResponseEntity<HashMap<String,Object>> getCourse(@RequestHeader("Authorization") String token, @PathVariable long id){
|
||||||
|
if (authServ.getUserFromToken(token) == null)
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Course foundCourse = courseServ.findById(id);
|
||||||
|
|
||||||
|
if (foundCourse == null)
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.courseWithoutPassword(foundCourse), HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/courses")
|
||||||
|
public ResponseEntity<Iterable<HashMap<String,Object>>> getAllCourses(@RequestHeader("Authorization") String token){
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Secretary},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.coursesWithoutPasswords(courseServ.findAll()),HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/courses/owned")
|
||||||
|
public ResponseEntity<Iterable<HashMap<String ,Object>>> getOwnedCourses(@RequestHeader("Authorization") String token){
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Teacher},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.coursesWithoutPasswords(courseServ.findOwnedCourses(authServ.getUserFromToken(token))),HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/course/{id}/assistants")
|
||||||
|
public ResponseEntity<Iterable<HashMap<String,Object>>> getCourseAssistants(@RequestHeader("Authorization")String token, @PathVariable long id){
|
||||||
|
if (authServ.getUserFromToken(token) == null)
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Iterable<User> assistants = teacherCourseServ.findCourseAssistants(courseServ.findById(id));
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.usersWithoutPasswords(assistants),HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@PostMapping("/course")
|
||||||
|
public ResponseEntity<Map<String ,Object>> postCourse(@RequestHeader("Authorization") String token,
|
||||||
|
@RequestBody Course course)
|
||||||
|
{
|
||||||
|
System.out.println(course);
|
||||||
|
System.out.println(token);
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Secretary,Role.Admin},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Course createdCourse = courseServ.save(course);
|
||||||
|
if (createdCourse == null)
|
||||||
|
return new ResponseEntity<>(null,HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.courseWithoutPassword(createdCourse), HttpStatus.CREATED);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@PatchMapping("/course/{id}")
|
||||||
|
public ResponseEntity<Course> patchCourse(@RequestHeader("Authorization") String token,
|
||||||
|
@RequestBody Map<String,Object> updates,
|
||||||
|
@PathVariable long id)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Teacher,Role.Secretary}, token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if (!courseServ.modifyData(id, updates, authServ.getUserFromToken(token).getRole()))
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@PostMapping("/course/{id}")
|
||||||
|
public ResponseEntity<String> postTeachers(@RequestHeader("Authorization") String token,
|
||||||
|
@RequestBody Iterable<Long> teacherIds,
|
||||||
|
@PathVariable Long id)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Secretary}, token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
|
||||||
|
if (!teacherCourseServ.saveAll(teacherIds,courseServ.findById(id)))
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@DeleteMapping("course/{id}")
|
||||||
|
public ResponseEntity<String> deleteUser(@RequestHeader("Authorization") String token, @PathVariable Long id){
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Secretary}, token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Course toDelete = courseServ.findById(id);
|
||||||
|
|
||||||
|
if (toDelete == null)
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
|
||||||
|
courseServ.delete(courseServ.findById(id));
|
||||||
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,97 @@
|
|||||||
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
|
|
||||||
|
import org.springframework.http.HttpStatus;
|
||||||
|
import org.springframework.http.ResponseEntity;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
||||||
|
import ovh.herisson.Clyde.Services.*;
|
||||||
|
import ovh.herisson.Clyde.Tables.Curriculum;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
|
public class CurriculumController {
|
||||||
|
|
||||||
|
|
||||||
|
private final CurriculumService curriculumServ;
|
||||||
|
private final AuthenticatorService authServ;
|
||||||
|
|
||||||
|
private final UserCurriculumService userCurriculumServ;
|
||||||
|
private final CurriculumCourseService curriculumCourseServ;
|
||||||
|
|
||||||
|
public CurriculumController(CurriculumService curriculumServ, AuthenticatorService authServ, UserCurriculumService userCurriculumServ, CurriculumCourseService curriculumCourseServ){
|
||||||
|
this.curriculumServ = curriculumServ;
|
||||||
|
this.authServ = authServ;
|
||||||
|
this.userCurriculumServ = userCurriculumServ;
|
||||||
|
this.curriculumCourseServ = curriculumCourseServ;
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/curriculum/{id}")
|
||||||
|
public ResponseEntity<Map<String,Object>> findById(@PathVariable long id){
|
||||||
|
Curriculum foundCurriculum = curriculumServ.findById(id);
|
||||||
|
|
||||||
|
if (foundCurriculum == null)
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(curriculumCourseServ.getDepthCurriculum(foundCurriculum), HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/curriculum")
|
||||||
|
public ResponseEntity<Map<String ,Object>> findSelfCurriculum(@RequestHeader("Authorization") String token){
|
||||||
|
if (authServ.getUserFromToken(token) == null)
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Curriculum curriculum = userCurriculumServ.findByUser(authServ.getUserFromToken(token));
|
||||||
|
|
||||||
|
if (curriculum == null)
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(curriculumCourseServ.getDepthCurriculum(curriculum),HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/curriculums")
|
||||||
|
public ResponseEntity<Iterable<Map<String, Object>>> findAllIndDepth(){
|
||||||
|
return new ResponseEntity<>(curriculumCourseServ.getAllDepthCurriculum(),HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@PostMapping("/curriculum")
|
||||||
|
public ResponseEntity<Curriculum> postCurriculum(@RequestHeader("Authorization") String token,@RequestBody Curriculum curriculum){
|
||||||
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Secretary,Role.Admin},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(curriculumServ.save(curriculum),HttpStatus.CREATED);
|
||||||
|
}
|
||||||
|
|
||||||
|
@PostMapping("/curriculum/{id}")
|
||||||
|
public ResponseEntity<String> postCoursesToCurriculum(@RequestHeader("Authorization") String token,
|
||||||
|
@RequestBody Iterable<Long> coursesIds,
|
||||||
|
@PathVariable long id)
|
||||||
|
{
|
||||||
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Secretary},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
if (!curriculumCourseServ.saveAll(coursesIds, curriculumServ.findById(id)))
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@DeleteMapping("/curriculum/{id}")
|
||||||
|
public ResponseEntity<String > deleteCurriculum(@RequestHeader("Authorization") String token, @PathVariable Long id){
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Secretary}, token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Curriculum toDelete = curriculumServ.findById(id);
|
||||||
|
|
||||||
|
if (toDelete == null)
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
curriculumServ.delete(toDelete);
|
||||||
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,82 @@
|
|||||||
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
|
import org.springframework.http.HttpStatus;
|
||||||
|
import org.springframework.http.ResponseEntity;
|
||||||
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
||||||
|
import ovh.herisson.Clyde.Services.AuthenticatorService;
|
||||||
|
import ovh.herisson.Clyde.Services.InscriptionService;
|
||||||
|
import ovh.herisson.Clyde.Services.ProtectionService;
|
||||||
|
import ovh.herisson.Clyde.Tables.InscriptionRequest;
|
||||||
|
import ovh.herisson.Clyde.Tables.RequestState;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
|
public class InscriptionController {
|
||||||
|
|
||||||
|
|
||||||
|
private final InscriptionService inscriptionServ;
|
||||||
|
private final AuthenticatorService authServ;
|
||||||
|
|
||||||
|
public InscriptionController(InscriptionService inscriptionServ, AuthenticatorService authServ){
|
||||||
|
this.inscriptionServ = inscriptionServ;
|
||||||
|
this.authServ = authServ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@GetMapping("/requests/register")
|
||||||
|
public ResponseEntity<Iterable<Map<String,Object>>> getAllRequests(@RequestHeader("Authorization") String token){
|
||||||
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.InscriptionService},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Iterable<InscriptionRequest> inscriptionRequests = inscriptionServ.getAll();
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.requestsWithoutPasswords(inscriptionRequests), HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@GetMapping("/request/register/{id}")
|
||||||
|
public ResponseEntity<Map<String,Object>> getById(@RequestHeader("Authorization") String token, @PathVariable long id){
|
||||||
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.InscriptionService},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
InscriptionRequest foundInscriptionRequest = inscriptionServ.getById(id);
|
||||||
|
|
||||||
|
if (foundInscriptionRequest == null)
|
||||||
|
return new ResponseEntity<>(null, HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.requestWithoutPassword(foundInscriptionRequest), HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@PatchMapping("/request/register/{id}")
|
||||||
|
public ResponseEntity<InscriptionRequest> changeRequestState(@PathVariable long id,
|
||||||
|
@RequestHeader("Authorization") String token,
|
||||||
|
@RequestBody RequestState state)
|
||||||
|
{
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.InscriptionService,Role.Admin},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
if (!inscriptionServ.modifyState(id, state))
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
|
}
|
||||||
|
@DeleteMapping("/request/register/{id}")
|
||||||
|
public ResponseEntity<String > deleteRequest(@RequestHeader("Authorization") String token, @PathVariable Long id){
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.InscriptionService}, token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
InscriptionRequest toDelete = inscriptionServ.getById(id);
|
||||||
|
|
||||||
|
if (toDelete == null)
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
inscriptionServ.delete(toDelete);
|
||||||
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -1,12 +1,16 @@
|
|||||||
package ovh.herisson.Clyde.EndPoints;
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
import org.springframework.http.HttpHeaders;
|
import org.springframework.http.HttpHeaders;
|
||||||
|
import org.springframework.http.HttpStatus;
|
||||||
import org.springframework.http.ResponseEntity;
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
||||||
import ovh.herisson.Clyde.Services.AuthenticatorService;
|
import ovh.herisson.Clyde.Services.AuthenticatorService;
|
||||||
|
import ovh.herisson.Clyde.Services.ProtectionService;
|
||||||
|
import ovh.herisson.Clyde.Tables.InscriptionRequest;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
@ -28,6 +32,7 @@ public class LoginController {
|
|||||||
public LoginController(AuthenticatorService authServ){
|
public LoginController(AuthenticatorService authServ){
|
||||||
this.authServ = authServ;
|
this.authServ = authServ;
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping(value = "/login")
|
@PostMapping(value = "/login")
|
||||||
public ResponseEntity<String> login(@RequestBody RequestLogin requestLogin){
|
public ResponseEntity<String> login(@RequestBody RequestLogin requestLogin){
|
||||||
|
|
||||||
@ -40,6 +45,12 @@ public class LoginController {
|
|||||||
responseHeaders.set("Set-Cookie",String.format("session_token=%s",sessionToken));
|
responseHeaders.set("Set-Cookie",String.format("session_token=%s",sessionToken));
|
||||||
return ResponseEntity.ok().headers(responseHeaders).build();
|
return ResponseEntity.ok().headers(responseHeaders).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@PostMapping("/register")
|
||||||
|
public ResponseEntity<Map<String,Object>> register(@RequestBody InscriptionRequest inscriptionRequest){
|
||||||
|
|
||||||
|
InscriptionRequest returnedInscriptionRequest = authServ.register(inscriptionRequest);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.requestWithoutPassword(returnedInscriptionRequest), HttpStatus.CREATED);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,24 +1,17 @@
|
|||||||
package ovh.herisson.Clyde.EndPoints;
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
|
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
|
||||||
import org.springframework.web.bind.annotation.CrossOrigin;
|
import org.springframework.web.bind.annotation.*;
|
||||||
import org.springframework.web.bind.annotation.DeleteMapping;
|
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
|
||||||
import ovh.herisson.Clyde.Repositories.TokenRepository;
|
import ovh.herisson.Clyde.Repositories.TokenRepository;
|
||||||
import ovh.herisson.Clyde.Repositories.UserRepository;
|
import ovh.herisson.Clyde.Repositories.UserRepository;
|
||||||
import ovh.herisson.Clyde.Services.TokenService;
|
import ovh.herisson.Clyde.Services.*;
|
||||||
import ovh.herisson.Clyde.Tables.Role;
|
import ovh.herisson.Clyde.Tables.*;
|
||||||
import ovh.herisson.Clyde.Tables.Token;
|
|
||||||
import ovh.herisson.Clyde.Tables.User;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.Calendar;
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@CrossOrigin(origins = "http://localhost:5173")
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
|
|
||||||
public class MockController {
|
public class MockController {
|
||||||
private final BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder();
|
private final BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder();
|
||||||
@ -26,13 +19,22 @@ public class MockController {
|
|||||||
public final UserRepository userRepo;
|
public final UserRepository userRepo;
|
||||||
public final TokenRepository tokenRepo;
|
public final TokenRepository tokenRepo;
|
||||||
public final TokenService tokenService;
|
public final TokenService tokenService;
|
||||||
|
public final CurriculumCourseService CurriculumCourseService;
|
||||||
|
public final CurriculumService curriculumService;
|
||||||
|
public final CourseService courseService;
|
||||||
|
|
||||||
|
public final InscriptionService inscriptionService;
|
||||||
ArrayList<User> mockUsers;
|
ArrayList<User> mockUsers;
|
||||||
|
|
||||||
|
|
||||||
public MockController(UserRepository userRepo, TokenRepository tokenRepo, TokenService tokenService){
|
public MockController(UserRepository userRepo, TokenRepository tokenRepo, TokenService tokenService, CurriculumCourseService CurriculumCourseService, CurriculumService curriculumService, CourseService courseService, InscriptionService inscriptionService){
|
||||||
this.tokenRepo = tokenRepo;
|
this.tokenRepo = tokenRepo;
|
||||||
this.userRepo = userRepo;
|
this.userRepo = userRepo;
|
||||||
this.tokenService = tokenService;
|
this.tokenService = tokenService;
|
||||||
|
this.CurriculumCourseService = CurriculumCourseService;
|
||||||
|
this.curriculumService = curriculumService;
|
||||||
|
this.courseService = courseService;
|
||||||
|
this.inscriptionService = inscriptionService;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Saves an example of each user type by :
|
/** Saves an example of each user type by :
|
||||||
@ -44,21 +46,56 @@ public class MockController {
|
|||||||
@PostMapping("/mock")
|
@PostMapping("/mock")
|
||||||
public void postMock(){
|
public void postMock(){
|
||||||
|
|
||||||
User herobrine = new User("brine","hero","admin@admin.com","in your WalLs","ShadowsLand",new Date(0), null,Role.Admin,passwordEncoder.encode("admin"));
|
// user part
|
||||||
User joe = new User("Mama","Joe","student@student.com","roundabout","DaWarudo",new Date(0), null,Role.Student,passwordEncoder.encode("student"));
|
|
||||||
User meh = new User("Inspiration","lackOf","secretary@secretary.com","a Box","the street",new Date(0), null,Role.Teacher,passwordEncoder.encode("secretary"));
|
|
||||||
User joke = new User("CthemBalls","Lemme","teacher@teacher.com","lab","faculty",new Date(0), null,Role.Teacher,passwordEncoder.encode("teacher"));
|
|
||||||
|
|
||||||
mockUsers = new ArrayList<User>(Arrays.asList(herobrine,joe,meh,joke));
|
|
||||||
|
User herobrine = new User("brine","hero","admin@admin.com","behind","ShadowsLand",new Date(0), null,Role.Admin,passwordEncoder.encode("admin"));
|
||||||
|
User joe = new User("Mama","Joe","student@student.com","roundabout","England",new Date(0), null,Role.Student,passwordEncoder.encode("student"));
|
||||||
|
User meh = new User("Polo","Marco","secretary@secretary.com","a Box","Monaco",new Date(0), null,Role.Secretary,passwordEncoder.encode("secretary"));
|
||||||
|
User joke = new User("Gaillard","Corentin","teacher@teacher.com","lab","faculty",new Date(0), null,Role.Teacher,passwordEncoder.encode("teacher"));
|
||||||
|
User jojo = new User("Bridoux","Justin","teacher2@teacher2.com","lab","faculty",new Date(0), null,Role.Teacher,passwordEncoder.encode("teacher"));
|
||||||
|
User lena = new User("Louille","Lena","inscriptionService@InscriptionService.com","no","yes",new Date(0), null,Role.InscriptionService,passwordEncoder.encode("inscriptionService"));
|
||||||
|
mockUsers = new ArrayList<>(Arrays.asList(herobrine,joe,meh,joke,lena,jojo));
|
||||||
|
|
||||||
userRepo.saveAll(mockUsers);
|
userRepo.saveAll(mockUsers);
|
||||||
|
|
||||||
|
// Course / Curriculum part
|
||||||
|
|
||||||
|
Curriculum infoBab1 = new Curriculum(1,"info");
|
||||||
|
Curriculum chemistryBab1 = new Curriculum(1,"chemistry");
|
||||||
|
Curriculum psychologyBab1 = new Curriculum(1,"psychology");
|
||||||
|
|
||||||
|
curriculumService.save(infoBab1);
|
||||||
|
curriculumService.save(chemistryBab1);
|
||||||
|
curriculumService.save(psychologyBab1);
|
||||||
|
|
||||||
|
|
||||||
|
Course progra1 = new Course(5,"Programmation et algorithmique 1",joke);
|
||||||
|
Course chemistry1 = new Course(12, "Thermochimie",joke);
|
||||||
|
Course psycho1 = new Course(21, "Neuroreaction of isolated brain cells",joke);
|
||||||
|
Course commun = new Course(2, "cours commun",joke);
|
||||||
|
|
||||||
|
courseService.save(progra1);
|
||||||
|
courseService.save(chemistry1);
|
||||||
|
courseService.save(psycho1);
|
||||||
|
courseService.save(commun);
|
||||||
|
|
||||||
|
|
||||||
|
CurriculumCourseService.save(new CurriculumCourse(infoBab1,progra1));
|
||||||
|
CurriculumCourseService.save(new CurriculumCourse(infoBab1,commun));
|
||||||
|
|
||||||
|
CurriculumCourseService.save(new CurriculumCourse(psychologyBab1,psycho1));
|
||||||
|
CurriculumCourseService.save(new CurriculumCourse(psychologyBab1,commun));
|
||||||
|
|
||||||
|
|
||||||
|
CurriculumCourseService.save(new CurriculumCourse(chemistryBab1,commun));
|
||||||
|
CurriculumCourseService.save(new CurriculumCourse(chemistryBab1,chemistry1));
|
||||||
|
|
||||||
|
|
||||||
|
InscriptionRequest inscriptionRequest = new InscriptionRequest("helen","prenom","non","helen@gmail.com","america",new Date(),(long) 1,RequestState.Pending,"yes.png","password");
|
||||||
|
|
||||||
|
inscriptionService.save(inscriptionRequest);
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@DeleteMapping("/mock")
|
|
||||||
public void deleteMock(){
|
|
||||||
for (User user:mockUsers){
|
|
||||||
tokenRepo.deleteAll(tokenRepo.getByUser(user));
|
|
||||||
}
|
|
||||||
userRepo.deleteAll(mockUsers);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|||||||
import ovh.herisson.Clyde.Responses.PingResponse;
|
import ovh.herisson.Clyde.Responses.PingResponse;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@CrossOrigin(origins = "http://localhost:5173")
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
public class PingController {
|
public class PingController {
|
||||||
|
|
||||||
@GetMapping("/ping")
|
@GetMapping("/ping")
|
||||||
|
@ -1,18 +1,16 @@
|
|||||||
package ovh.herisson.Clyde.EndPoints;
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
import org.springframework.http.HttpHeaders;
|
|
||||||
import org.springframework.http.HttpStatus;
|
import org.springframework.http.HttpStatus;
|
||||||
import org.springframework.http.ResponseEntity;
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
import ovh.herisson.Clyde.Services.StorageService;
|
import ovh.herisson.Clyde.Services.StorageService;
|
||||||
import org.springframework.core.io.Resource;
|
|
||||||
import ovh.herisson.Clyde.Tables.FileType;
|
import ovh.herisson.Clyde.Tables.FileType;
|
||||||
|
import ovh.herisson.Clyde.Tables.StorageFile;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@CrossOrigin(origins = "http://localhost:5173")
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
public class StorageController {
|
public class StorageController {
|
||||||
|
|
||||||
private final StorageService storageServ;
|
private final StorageService storageServ;
|
||||||
|
|
||||||
public StorageController(StorageService storageServ){
|
public StorageController(StorageService storageServ){
|
||||||
@ -21,12 +19,18 @@ public class StorageController {
|
|||||||
|
|
||||||
|
|
||||||
@PostMapping("/upload/{fileType}")
|
@PostMapping("/upload/{fileType}")
|
||||||
public ResponseEntity<String> handleFileUpload(@RequestParam("file") MultipartFile file, @PathVariable FileType fileType) {
|
public ResponseEntity<StorageFile> handleFileUpload(@RequestParam("file") MultipartFile file, @PathVariable FileType fileType) {
|
||||||
|
|
||||||
String path = storageServ.store(file,fileType);
|
StorageFile fileEntry;
|
||||||
|
try {
|
||||||
|
fileEntry = storageServ.store(file,fileType);
|
||||||
|
|
||||||
if (path == null) return new ResponseEntity<>("issue with the file storage", HttpStatus.BAD_REQUEST);
|
} catch(Exception e){
|
||||||
|
e.printStackTrace();
|
||||||
|
return new ResponseEntity<>(null,HttpStatus.BAD_REQUEST);
|
||||||
|
}
|
||||||
|
|
||||||
return new ResponseEntity<>(path, HttpStatus.OK);
|
|
||||||
|
return new ResponseEntity<>(fileEntry, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,26 +1,37 @@
|
|||||||
package ovh.herisson.Clyde.EndPoints;
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
|
import org.springframework.http.HttpStatus;
|
||||||
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.web.bind.annotation.CrossOrigin;
|
import org.springframework.web.bind.annotation.CrossOrigin;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestHeader;
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
||||||
|
import ovh.herisson.Clyde.Services.AuthenticatorService;
|
||||||
import ovh.herisson.Clyde.Services.TokenService;
|
import ovh.herisson.Clyde.Services.TokenService;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
import ovh.herisson.Clyde.Tables.Token;
|
import ovh.herisson.Clyde.Tables.Token;
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@CrossOrigin(origins = "http://localhost:5173")
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
public class TokenController {
|
public class TokenController {
|
||||||
|
|
||||||
private final TokenService tokenServ;
|
private final TokenService tokenServ;
|
||||||
|
|
||||||
public TokenController(TokenService tokenServ){
|
private final AuthenticatorService authServ;
|
||||||
|
|
||||||
|
public TokenController(TokenService tokenServ, AuthenticatorService authServ){
|
||||||
this.tokenServ = tokenServ;
|
this.tokenServ = tokenServ;
|
||||||
|
this.authServ = authServ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@GetMapping("/tokens")
|
@GetMapping("/tokens")
|
||||||
public Iterable<Token> getTokens(){
|
public ResponseEntity<Iterable<Token>> getTokens(@RequestHeader("Authorization")String token){
|
||||||
return tokenServ.getAllTokens();
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(tokenServ.getAllTokens(), HttpStatus.OK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,18 +1,22 @@
|
|||||||
package ovh.herisson.Clyde.EndPoints;
|
package ovh.herisson.Clyde.EndPoints;
|
||||||
|
|
||||||
|
|
||||||
import org.springframework.http.HttpStatus;
|
import org.springframework.http.HttpStatus;
|
||||||
|
|
||||||
import org.springframework.http.ResponseEntity;
|
import org.springframework.http.ResponseEntity;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
||||||
import ovh.herisson.Clyde.Services.AuthenticatorService;
|
import ovh.herisson.Clyde.Services.AuthenticatorService;
|
||||||
|
import ovh.herisson.Clyde.Services.ProtectionService;
|
||||||
import ovh.herisson.Clyde.Services.UserService;
|
import ovh.herisson.Clyde.Services.UserService;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
import ovh.herisson.Clyde.Tables.User;
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
|
||||||
@RestController
|
@RestController
|
||||||
@CrossOrigin(origins = "http://localhost:5173")
|
@CrossOrigin(originPatterns = "*", allowCredentials = "true")
|
||||||
public class UserController {
|
public class UserController {
|
||||||
|
|
||||||
private final UserService userService;
|
private final UserService userService;
|
||||||
@ -22,26 +26,114 @@ public class UserController {
|
|||||||
this.authServ = authServ;
|
this.authServ = authServ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** returns information about the connected user
|
||||||
|
*
|
||||||
|
* @param token the session token of the user
|
||||||
|
* @return the user information except his password
|
||||||
|
*/
|
||||||
@GetMapping("/user")
|
@GetMapping("/user")
|
||||||
public ResponseEntity<User> getUser(@RequestHeader("Cookie") String authorization){
|
public ResponseEntity<HashMap<String,Object>> getUser(@RequestHeader("Authorization") String token){
|
||||||
|
|
||||||
if (authorization == null) return new UnauthorizedResponse<>(null);
|
User user = authServ.getUserFromToken(token);
|
||||||
User user = authServ.getUserFromToken(authorization);
|
|
||||||
if (user == null) return new UnauthorizedResponse<>(null);
|
if (user == null) return new UnauthorizedResponse<>(null);
|
||||||
return new ResponseEntity<>(user, HttpStatus.OK);
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.userWithoutPassword(user), HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/user") //todo check role
|
|
||||||
public ResponseEntity<String> postUser(@RequestBody User user){
|
@GetMapping("/user/{id}")
|
||||||
userService.save(user);
|
public ResponseEntity<HashMap<String ,Object>> getUserById(@RequestHeader("Authorization") String token, @PathVariable Long id){
|
||||||
return new ResponseEntity<>(String.format("Account created with ID:%s",user.getRegNo()),HttpStatus.CREATED);
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Secretary,Role.InscriptionService},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.userWithoutPassword(userService.getUserById(id)), HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@PostMapping("/user")
|
||||||
|
public ResponseEntity<Map<String ,Object>> postUser(@RequestBody User user,@RequestHeader("Authorization") String token){
|
||||||
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.InscriptionService,Role.Secretary},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.userWithoutPassword(userService.save(user)),HttpStatus.CREATED);
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/users")
|
@GetMapping("/users")
|
||||||
public Iterable<User> getAllUsers(){
|
public ResponseEntity<Iterable<HashMap<String,Object>>> getAllUsers(@RequestHeader("Authorization") String token){
|
||||||
return userService.getAll();
|
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Secretary},token))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Role posterRole = authServ.getUserFromToken(token).getRole();
|
||||||
|
|
||||||
|
Iterable<User> users = new ArrayList<>();
|
||||||
|
|
||||||
|
if (posterRole == Role.Admin)
|
||||||
|
users = userService.getAll();
|
||||||
|
|
||||||
|
else if (posterRole == Role.Secretary)
|
||||||
|
users = userService.getAllExceptAdmins();
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.usersWithoutPasswords(users), HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
/** changes the specified user's information
|
||||||
|
*
|
||||||
|
* @param updates the changes to be made
|
||||||
|
* @param token the session token of the user posting the change
|
||||||
|
* @param id the id of the user to change
|
||||||
|
* @return a string clarifying the issue (if there is any)
|
||||||
|
*/
|
||||||
|
@PatchMapping("/user/{id}")
|
||||||
|
public ResponseEntity<String> patchUser(@RequestHeader("Authorization") String token,
|
||||||
|
@RequestBody Map<String,Object> updates,
|
||||||
|
@PathVariable Long id) {
|
||||||
|
|
||||||
|
if (token == null) return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
User poster = authServ.getUserFromToken(token);
|
||||||
|
if (poster == null) {return new UnauthorizedResponse<>("bad token");}
|
||||||
|
|
||||||
|
if (!userService.modifyData(id, updates, poster))
|
||||||
|
return new UnauthorizedResponse<>("there was an issue with the updates requested");
|
||||||
|
|
||||||
|
return new ResponseEntity<>(null, HttpStatus.OK);
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping("/teachers")
|
||||||
|
public ResponseEntity<Iterable<HashMap<String,Object>>> getAllTeachers(@RequestHeader("Authorization") String token){
|
||||||
|
if (authServ.getUserFromToken(token) == null)
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Iterable<User> teachers = userService.getAllTeachers();
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.usersWithoutPasswords(teachers), HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@GetMapping("/students")
|
||||||
|
public ResponseEntity<Iterable<HashMap<String,Object>>> getAllStudent(@RequestHeader("Authorization") String token){
|
||||||
|
if (authServ.getUserFromToken(token) == null)
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
Iterable<User> students = userService.getAllStudents();
|
||||||
|
|
||||||
|
return new ResponseEntity<>(ProtectionService.usersWithoutPasswords(students), HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@DeleteMapping("/user/{id}")
|
||||||
|
public ResponseEntity<String> deleteStudent(@RequestHeader("Authorization") String token, @PathVariable Long id){
|
||||||
|
if (authServ.isNotIn(new Role[]{Role.Admin,Role.Secretary},token) && !id.equals(authServ.getUserFromToken(token).getRegNo()))
|
||||||
|
return new UnauthorizedResponse<>(null);
|
||||||
|
|
||||||
|
User toDelete = userService.getUserById(id);
|
||||||
|
|
||||||
|
if (toDelete == null)
|
||||||
|
return new ResponseEntity<>(HttpStatus.BAD_REQUEST);
|
||||||
|
|
||||||
|
userService.delete(toDelete);
|
||||||
|
return new ResponseEntity<>(HttpStatus.OK);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -17,7 +17,7 @@ public class JdbcConfig {
|
|||||||
public DataSource psqlSource(){
|
public DataSource psqlSource(){
|
||||||
DriverManagerDataSource source = new DriverManagerDataSource();
|
DriverManagerDataSource source = new DriverManagerDataSource();
|
||||||
source.setDriverClassName("org.postgresql.Driver");
|
source.setDriverClassName("org.postgresql.Driver");
|
||||||
source.setUrl("jdbc:postgresql://localhost:5432/clyde");
|
source.setUrl("jdbc:postgresql://localhost:5442/clyde");
|
||||||
source.setUsername("devel");
|
source.setUsername("devel");
|
||||||
source.setPassword("devel");
|
source.setPassword("devel");
|
||||||
|
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
package ovh.herisson.Clyde.Repositories;
|
||||||
|
|
||||||
|
import org.springframework.data.jpa.repository.Query;
|
||||||
|
import org.springframework.data.repository.CrudRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Course;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
public interface CourseRepository extends CrudRepository<Course,Long> {
|
||||||
|
Course findById(long id);
|
||||||
|
|
||||||
|
|
||||||
|
@Query("select c from Course c where c.owner = ?1")
|
||||||
|
Iterable<Course> findAllOwnedCoures(User teacher);
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,17 @@
|
|||||||
|
package ovh.herisson.Clyde.Repositories;
|
||||||
|
|
||||||
|
import org.springframework.data.jpa.repository.Query;
|
||||||
|
import org.springframework.data.repository.CrudRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Course;
|
||||||
|
import ovh.herisson.Clyde.Tables.Curriculum;
|
||||||
|
import ovh.herisson.Clyde.Tables.CurriculumCourse;
|
||||||
|
|
||||||
|
public interface CurriculumCourseRepository extends CrudRepository<CurriculumCourse,Long> {
|
||||||
|
|
||||||
|
@Query("select distinct cc.course from CurriculumCourse cc where cc.curriculum = ?1")
|
||||||
|
Iterable<Course> findCoursesByCurriculum(Curriculum curriculum);
|
||||||
|
|
||||||
|
|
||||||
|
@Query("select distinct cc.curriculum from CurriculumCourse cc")
|
||||||
|
Iterable<Curriculum> findDistinctCurriculums();
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
package ovh.herisson.Clyde.Repositories;
|
||||||
|
|
||||||
|
import org.springframework.data.repository.CrudRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Curriculum;
|
||||||
|
|
||||||
|
public interface CurriculumRepository extends CrudRepository<Curriculum,Long> {
|
||||||
|
Curriculum findById(long id);
|
||||||
|
}
|
@ -1,9 +1,14 @@
|
|||||||
package ovh.herisson.Clyde.Repositories;
|
package ovh.herisson.Clyde.Repositories;
|
||||||
|
|
||||||
|
import org.springframework.data.jpa.repository.Query;
|
||||||
import org.springframework.data.repository.CrudRepository;
|
import org.springframework.data.repository.CrudRepository;
|
||||||
|
|
||||||
import ovh.herisson.Clyde.Tables.StorageFile;
|
import ovh.herisson.Clyde.Tables.StorageFile;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
|
||||||
public interface FileRepository extends CrudRepository<StorageFile,Long> {
|
public interface FileRepository extends CrudRepository<StorageFile,Long> {
|
||||||
|
public StorageFile getStorageFileByName(String name);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
package ovh.herisson.Clyde.Repositories;
|
||||||
|
|
||||||
|
import org.springframework.data.repository.CrudRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.InscriptionRequest;
|
||||||
|
|
||||||
|
|
||||||
|
public interface InscriptionRepository extends CrudRepository<InscriptionRequest,Long> {
|
||||||
|
|
||||||
|
InscriptionRequest findById(long aLong);
|
||||||
|
}
|
@ -0,0 +1,14 @@
|
|||||||
|
package ovh.herisson.Clyde.Repositories;
|
||||||
|
|
||||||
|
|
||||||
|
import org.springframework.data.jpa.repository.Query;
|
||||||
|
import org.springframework.data.repository.CrudRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Course;
|
||||||
|
import ovh.herisson.Clyde.Tables.TeacherCourse;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
public interface TeacherCourseRepository extends CrudRepository<TeacherCourse, Long> {
|
||||||
|
|
||||||
|
@Query("select tc.user from TeacherCourse tc where tc.course = ?1")
|
||||||
|
Iterable<User> findAllAssistantOfCourse(Course course);
|
||||||
|
}
|
@ -10,7 +10,5 @@ public interface TokenRepository extends CrudRepository<Token,Long> {
|
|||||||
|
|
||||||
Token getByToken(String token);
|
Token getByToken(String token);
|
||||||
|
|
||||||
Iterable<Token> getByUser(User user);
|
|
||||||
|
|
||||||
ArrayList <Token> getByUserOrderByExpirationDate(User user);
|
ArrayList <Token> getByUserOrderByExpirationDate(User user);
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
package ovh.herisson.Clyde.Repositories;
|
||||||
|
|
||||||
|
import org.springframework.data.jpa.repository.Query;
|
||||||
|
import org.springframework.data.repository.CrudRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Curriculum;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
import ovh.herisson.Clyde.Tables.UserCurriculum;
|
||||||
|
|
||||||
|
public interface UserCurriculumRepository extends CrudRepository<UserCurriculum, Long> {
|
||||||
|
|
||||||
|
@Query("select uc.curriculum from UserCurriculum uc where uc.user = ?1")
|
||||||
|
Curriculum findByUser(User student);
|
||||||
|
}
|
@ -4,15 +4,20 @@ import org.springframework.data.jpa.repository.Query;
|
|||||||
import org.springframework.data.repository.CrudRepository;
|
import org.springframework.data.repository.CrudRepository;
|
||||||
import ovh.herisson.Clyde.Tables.User;
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
public interface UserRepository extends CrudRepository<User, Long> {
|
public interface UserRepository extends CrudRepository<User, Long> {
|
||||||
|
|
||||||
User findById(long id);
|
User findById(long id);
|
||||||
|
|
||||||
User findByEmail(String email);
|
User findByEmail(String email);
|
||||||
|
|
||||||
/**
|
|
||||||
@Query(value = "select a.* from Users a ",nativeQuery = true)
|
|
||||||
Iterable<User> findAllUsers();**/
|
@Query("select u from User u where u.role = ovh.herisson.Clyde.Tables.Role.Teacher")
|
||||||
|
Iterable<User> findAllTeachers();
|
||||||
|
|
||||||
|
@Query("select u from User u where u.role = ovh.herisson.Clyde.Tables.Role.Student")
|
||||||
|
Iterable<User> findAllStudents();
|
||||||
|
|
||||||
|
@Query("select u from User u where u.role <> ovh.herisson.Clyde.Tables.Role.Admin")
|
||||||
|
Iterable<User> findAllExceptAdmins();
|
||||||
}
|
}
|
@ -1,9 +1,7 @@
|
|||||||
package ovh.herisson.Clyde.Services;
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import ovh.herisson.Clyde.Tables.Token;
|
import ovh.herisson.Clyde.Tables.*;
|
||||||
import ovh.herisson.Clyde.Tables.User;
|
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@ -11,10 +9,12 @@ public class AuthenticatorService {
|
|||||||
|
|
||||||
private final TokenService tokenService;
|
private final TokenService tokenService;
|
||||||
private final UserService userService;
|
private final UserService userService;
|
||||||
|
private final InscriptionService inscriptionService;
|
||||||
|
|
||||||
public AuthenticatorService(TokenService tokenService, UserService userService){
|
public AuthenticatorService(TokenService tokenService, UserService userService, InscriptionService inscriptionService){
|
||||||
this.tokenService = tokenService;
|
this.tokenService = tokenService;
|
||||||
this.userService = userService;
|
this.userService = userService;
|
||||||
|
this.inscriptionService = inscriptionService;
|
||||||
}
|
}
|
||||||
|
|
||||||
public User getUserFromToken(String token){
|
public User getUserFromToken(String token){
|
||||||
@ -30,4 +30,24 @@ public class AuthenticatorService {
|
|||||||
tokenService.saveToken(new Token(user, token,expirationDate));
|
tokenService.saveToken(new Token(user, token,expirationDate));
|
||||||
return token;
|
return token;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public InscriptionRequest register(InscriptionRequest inscriptionRequest) {
|
||||||
|
inscriptionRequest.setState(RequestState.Pending);
|
||||||
|
return inscriptionService.save(inscriptionRequest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isNotIn(Role[] roles, String token){
|
||||||
|
if (token == null)
|
||||||
|
return true;
|
||||||
|
|
||||||
|
User poster = getUserFromToken(token);
|
||||||
|
if (poster == null) return true;
|
||||||
|
|
||||||
|
for (Role r:roles){
|
||||||
|
if (poster.getRole() == r)
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -0,0 +1,83 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
import ovh.herisson.Clyde.Repositories.CourseRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Course;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class CourseService {
|
||||||
|
|
||||||
|
private final CourseRepository courseRepo;
|
||||||
|
|
||||||
|
public CourseService(CourseRepository courseRepo) {
|
||||||
|
this.courseRepo = courseRepo;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Course save(Course course){
|
||||||
|
if (course.getOwner().getRole() != Role.Teacher)
|
||||||
|
return null;
|
||||||
|
return courseRepo.save(course);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Course findById(long id){
|
||||||
|
return courseRepo.findById(id);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public Iterable<Course> findAll() {
|
||||||
|
return courseRepo.findAll();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public Iterable<Course> findOwnedCourses(User userFromToken) {
|
||||||
|
return courseRepo.findAllOwnedCoures(userFromToken);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public boolean modifyData(long id, Map<String, Object> updates, Role role) {
|
||||||
|
Course target = courseRepo.findById(id);
|
||||||
|
|
||||||
|
if (target == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if (role == Role.Teacher){
|
||||||
|
for (Map.Entry<String, Object> entry : updates.entrySet()){
|
||||||
|
if (entry.getKey().equals("title")){
|
||||||
|
target.setTitle((String) entry.getValue());
|
||||||
|
courseRepo.save(target);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (role != Role.Secretary)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
for (Map.Entry<String ,Object> entry: updates.entrySet()){
|
||||||
|
switch (entry.getKey()){
|
||||||
|
case "title":
|
||||||
|
target.setTitle((String) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "credits":
|
||||||
|
target.setCredits((Integer) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "owner":
|
||||||
|
if (((User) entry.getValue() ).getRole() != Role.Teacher)
|
||||||
|
break;
|
||||||
|
|
||||||
|
target.setOwner((User) entry.getValue());
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
courseRepo.save(target);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void delete(Course course) {
|
||||||
|
courseRepo.delete(course);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,93 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
import ovh.herisson.Clyde.Repositories.CourseRepository;
|
||||||
|
import ovh.herisson.Clyde.Repositories.CurriculumCourseRepository;
|
||||||
|
import ovh.herisson.Clyde.Repositories.CurriculumRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.*;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class CurriculumCourseService {
|
||||||
|
|
||||||
|
private final CurriculumCourseRepository curriculumCourseRepo;
|
||||||
|
|
||||||
|
private final CourseRepository courseRepo;
|
||||||
|
|
||||||
|
private final CurriculumRepository curriculumRepo;
|
||||||
|
|
||||||
|
public CurriculumCourseService(CurriculumCourseRepository curriculumCourseRepository, CourseRepository courseRepo, CurriculumRepository curriculumRepo) {
|
||||||
|
this.curriculumCourseRepo = curriculumCourseRepository;
|
||||||
|
this.courseRepo = courseRepo;
|
||||||
|
this.curriculumRepo = curriculumRepo;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void save(CurriculumCourse curriculumCourse){
|
||||||
|
curriculumCourseRepo.save(curriculumCourse);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public Map<String, Object> getDepthCurriculum(Curriculum curriculum){
|
||||||
|
|
||||||
|
if (curriculum == null)
|
||||||
|
return null;
|
||||||
|
|
||||||
|
HashMap<String ,Object> toReturn = new HashMap<>();
|
||||||
|
ArrayList<Map<String ,Object>> courses = new ArrayList<>();
|
||||||
|
Iterable<Course> foundCourses = curriculumCourseRepo.findCoursesByCurriculum(curriculum);
|
||||||
|
|
||||||
|
for (Course c: foundCourses){
|
||||||
|
courses.add(ProtectionService.courseWithoutPassword(c));
|
||||||
|
}
|
||||||
|
toReturn.put("courses",courses);
|
||||||
|
toReturn.put("curriculumId", curriculum.getCurriculumId());
|
||||||
|
toReturn.put("year", curriculum.getYear());
|
||||||
|
toReturn.put("option", curriculum.getOption());
|
||||||
|
|
||||||
|
|
||||||
|
return toReturn;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Iterable<Map<String, Object>> getAllDepthCurriculum(){
|
||||||
|
|
||||||
|
ArrayList<Map<String,Object>> toReturn = new ArrayList<>();
|
||||||
|
|
||||||
|
for (Curriculum curriculum : curriculumRepo.findAll()){
|
||||||
|
toReturn.add(getDepthCurriculum(curriculum));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
return toReturn;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** tries to add all courses to the curriculum
|
||||||
|
*
|
||||||
|
* @param coursesIds the ids of the courses to be added
|
||||||
|
* @param curriculum the curriculum to add the courses to
|
||||||
|
* @return if the changes were made
|
||||||
|
*/
|
||||||
|
public boolean saveAll(Iterable<Long> coursesIds, Curriculum curriculum) {
|
||||||
|
|
||||||
|
if (curriculum == null || coursesIds == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
ArrayList<Course> toAdd = new ArrayList<>();
|
||||||
|
for (Long courseId : coursesIds){
|
||||||
|
|
||||||
|
Course course = courseRepo.findById((long) courseId);
|
||||||
|
if (course == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if (!toAdd.contains(course))
|
||||||
|
toAdd.add(course);
|
||||||
|
}
|
||||||
|
|
||||||
|
for (Course course : toAdd){
|
||||||
|
curriculumCourseRepo.save(new CurriculumCourse(curriculum,course));
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,25 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
import ovh.herisson.Clyde.Repositories.CurriculumRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Curriculum;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class CurriculumService {
|
||||||
|
|
||||||
|
private final CurriculumRepository curriculumRepo;
|
||||||
|
|
||||||
|
public CurriculumService(CurriculumRepository curriculumRepo){
|
||||||
|
this.curriculumRepo = curriculumRepo;
|
||||||
|
}
|
||||||
|
public Curriculum save(Curriculum curriculum){
|
||||||
|
return curriculumRepo.save(curriculum);
|
||||||
|
}
|
||||||
|
public Curriculum findById(long id){
|
||||||
|
return curriculumRepo.findById(id);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void delete(Curriculum curriculum) {
|
||||||
|
curriculumRepo.delete(curriculum);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,94 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
import ovh.herisson.Clyde.Repositories.CurriculumRepository;
|
||||||
|
import ovh.herisson.Clyde.Repositories.InscriptionRepository;
|
||||||
|
import ovh.herisson.Clyde.Repositories.UserCurriculumRepository;
|
||||||
|
import ovh.herisson.Clyde.Repositories.UserRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.InscriptionRequest;
|
||||||
|
import ovh.herisson.Clyde.Tables.RequestState;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
import ovh.herisson.Clyde.Tables.UserCurriculum;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class InscriptionService {
|
||||||
|
|
||||||
|
private final InscriptionRepository inscriptionRepo;
|
||||||
|
|
||||||
|
private final UserRepository userRepo;
|
||||||
|
|
||||||
|
private final UserCurriculumRepository userCurriculumRepo;
|
||||||
|
|
||||||
|
private final CurriculumRepository curriculumRepo;
|
||||||
|
|
||||||
|
private final BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder();
|
||||||
|
|
||||||
|
|
||||||
|
public InscriptionService(InscriptionRepository inscriptionRepo, UserRepository userRepo, UserCurriculumRepository userCurriculumRepo, CurriculumRepository curriculumRepo){
|
||||||
|
this.inscriptionRepo = inscriptionRepo;
|
||||||
|
this.userRepo = userRepo;
|
||||||
|
this.userCurriculumRepo = userCurriculumRepo;
|
||||||
|
this.curriculumRepo = curriculumRepo;
|
||||||
|
}
|
||||||
|
|
||||||
|
public InscriptionRequest save(InscriptionRequest inscriptionRequest){
|
||||||
|
inscriptionRequest.setPassword(passwordEncoder.encode(inscriptionRequest.getPassword()));
|
||||||
|
return inscriptionRepo.save(inscriptionRequest);
|
||||||
|
}
|
||||||
|
|
||||||
|
public InscriptionRequest getById(long id){
|
||||||
|
return inscriptionRepo.findById(id);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Iterable<InscriptionRequest> getAll(){
|
||||||
|
return inscriptionRepo.findAll();
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean modifyState(long id, RequestState requestState) {
|
||||||
|
InscriptionRequest inscrRequest = getById(id);
|
||||||
|
|
||||||
|
if (inscrRequest == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// if th state is the same we don't send an email
|
||||||
|
if (requestState == inscrRequest.getState())
|
||||||
|
return false;
|
||||||
|
|
||||||
|
/** todo send an email to tell the poster of the inscrRequest (inscrRequest.getEmail())
|
||||||
|
* to notify them that the state of their request changed
|
||||||
|
* FooEmailFormat toSend = (String.format("Your request state changed from %s to %s"),
|
||||||
|
* inscrRequest.getState(), requestState)
|
||||||
|
* FooEmailSender.send(toSend, inscrRequest.getEmail())
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
//saves the user from the request if accepted
|
||||||
|
if (requestState == RequestState.Accepted)
|
||||||
|
{
|
||||||
|
if (curriculumRepo.findById(inscrRequest.getCurriculumId()) == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
User userFromRequest = new User(
|
||||||
|
inscrRequest.getLastName(),
|
||||||
|
inscrRequest.getFirstName(),
|
||||||
|
inscrRequest.getEmail(),
|
||||||
|
inscrRequest.getAddress(),
|
||||||
|
inscrRequest.getCountry(),
|
||||||
|
inscrRequest.getBirthDate(),
|
||||||
|
inscrRequest.getProfilePicture(),
|
||||||
|
inscrRequest.getPassword()
|
||||||
|
);
|
||||||
|
|
||||||
|
userRepo.save(userFromRequest);
|
||||||
|
userCurriculumRepo.save(new UserCurriculum(userFromRequest, curriculumRepo.findById(inscrRequest.getCurriculumId())));
|
||||||
|
}
|
||||||
|
inscrRequest.setState(requestState);
|
||||||
|
save(inscrRequest);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void delete(InscriptionRequest toDelete) {
|
||||||
|
inscriptionRepo.delete(toDelete);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,105 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import ovh.herisson.Clyde.Tables.Course;
|
||||||
|
import ovh.herisson.Clyde.Tables.InscriptionRequest;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
public class ProtectionService {
|
||||||
|
|
||||||
|
/** return user's data except password
|
||||||
|
* @param user the user to return
|
||||||
|
* @return all the user data without the password
|
||||||
|
*/
|
||||||
|
public static HashMap<String,Object> userWithoutPassword(User user){
|
||||||
|
|
||||||
|
if (user ==null)
|
||||||
|
return null;
|
||||||
|
|
||||||
|
HashMap<String,Object> toReturn = new HashMap<>();
|
||||||
|
|
||||||
|
toReturn.put("regNo",user.getRegNo());
|
||||||
|
toReturn.put("lastName",user.getLastName());
|
||||||
|
toReturn.put("firstName",user.getFirstName());
|
||||||
|
toReturn.put("email", user.getEmail());
|
||||||
|
toReturn.put("address",user.getAddress());
|
||||||
|
toReturn.put("birthDate",user.getBirthDate());
|
||||||
|
toReturn.put("country",user.getCountry());
|
||||||
|
toReturn.put("profilePictureUrl",user.getProfilePictureUrl());
|
||||||
|
toReturn.put("role",user.getRole());
|
||||||
|
return toReturn;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static Iterable<HashMap<String ,Object>>usersWithoutPasswords(Iterable<User> users){
|
||||||
|
ArrayList<HashMap<String,Object>> toReturn = new ArrayList<>();
|
||||||
|
|
||||||
|
for (User u : users){
|
||||||
|
toReturn.add(userWithoutPassword(u));
|
||||||
|
}
|
||||||
|
|
||||||
|
return toReturn;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public static HashMap<String,Object> courseWithoutPassword(Course course){
|
||||||
|
if (course == null)
|
||||||
|
return null;
|
||||||
|
|
||||||
|
HashMap<String ,Object> toReturn = new HashMap<>();
|
||||||
|
|
||||||
|
toReturn.put("courseId",course.getCourseID());
|
||||||
|
toReturn.put("credits",course.getCredits());
|
||||||
|
toReturn.put("title", course.getTitle());
|
||||||
|
toReturn.put("owner", userWithoutPassword(course.getOwner()));
|
||||||
|
return toReturn;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static Iterable<HashMap<String ,Object>> coursesWithoutPasswords(Iterable<Course> courses){
|
||||||
|
ArrayList<HashMap<String,Object>> toReturn = new ArrayList<>();
|
||||||
|
|
||||||
|
for (Course course: courses){
|
||||||
|
toReturn.add(ProtectionService.courseWithoutPassword(course));
|
||||||
|
}
|
||||||
|
|
||||||
|
return toReturn;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public static Map<String, Object> requestWithoutPassword(InscriptionRequest inscriptionRequest) {
|
||||||
|
|
||||||
|
if (inscriptionRequest == null)
|
||||||
|
return null;
|
||||||
|
|
||||||
|
Map<String, Object> toReturn = new HashMap<>();
|
||||||
|
|
||||||
|
toReturn.put("id", inscriptionRequest.getId());
|
||||||
|
toReturn.put("lastName", inscriptionRequest.getLastName());
|
||||||
|
toReturn.put("firstName", inscriptionRequest.getFirstName());
|
||||||
|
toReturn.put("address", inscriptionRequest.getAddress());
|
||||||
|
toReturn.put("email",inscriptionRequest.getEmail());
|
||||||
|
toReturn.put("birthDate", inscriptionRequest.getBirthDate());
|
||||||
|
toReturn.put("country", inscriptionRequest.getCountry());
|
||||||
|
toReturn.put("curriculum", inscriptionRequest.getCurriculumId());
|
||||||
|
toReturn.put("state", inscriptionRequest.getState());
|
||||||
|
toReturn.put("profilePictureUrl", inscriptionRequest.getProfilePicture());
|
||||||
|
|
||||||
|
return toReturn;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static Iterable<Map<String ,Object>> requestsWithoutPasswords(Iterable<InscriptionRequest> inscriptionRequests){
|
||||||
|
|
||||||
|
ArrayList<Map<String,Object>> toReturn = new ArrayList<>();
|
||||||
|
|
||||||
|
for (InscriptionRequest i:inscriptionRequests){
|
||||||
|
toReturn.add(requestWithoutPassword(i));
|
||||||
|
}
|
||||||
|
return toReturn;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -1,13 +1,11 @@
|
|||||||
package ovh.herisson.Clyde.Services;
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
import org.springframework.core.io.UrlResource;
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
import ovh.herisson.Clyde.Repositories.FileRepository;
|
import ovh.herisson.Clyde.Repositories.FileRepository;
|
||||||
import ovh.herisson.Clyde.Tables.FileType;
|
import ovh.herisson.Clyde.Tables.*;
|
||||||
import ovh.herisson.Clyde.Tables.StorageFile;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import org.springframework.core.io.Resource;
|
|
||||||
import java.nio.file.Files;
|
import java.nio.file.Files;
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.nio.file.Paths;
|
import java.nio.file.Paths;
|
||||||
@ -17,17 +15,26 @@ import java.util.UUID;
|
|||||||
|
|
||||||
@Service
|
@Service
|
||||||
public class StorageService {
|
public class StorageService {
|
||||||
|
|
||||||
|
|
||||||
private final Path rootLocation = Paths.get("cdn/");
|
private final Path rootLocation = Paths.get("cdn/");
|
||||||
private final FileRepository fileRepo;
|
private final FileRepository fileRepo;
|
||||||
|
|
||||||
public StorageService(FileRepository filerepo){
|
public StorageService(FileRepository filerepo){
|
||||||
this.fileRepo = filerepo;
|
this.fileRepo = filerepo;
|
||||||
|
|
||||||
|
if(!Files.exists(rootLocation)){
|
||||||
|
try {
|
||||||
|
Files.createDirectories(rootLocation);
|
||||||
|
} catch(IOException e){
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public String store(MultipartFile file, FileType fileType) {
|
public StorageFile store(MultipartFile file, FileType fileType) {
|
||||||
|
|
||||||
|
if (file == null || file.getOriginalFilename() == null)
|
||||||
|
return null;
|
||||||
|
|
||||||
if (file.getOriginalFilename().isEmpty()){return null;}
|
if (file.getOriginalFilename().isEmpty()){return null;}
|
||||||
|
|
||||||
@ -49,8 +56,14 @@ public class StorageService {
|
|||||||
String url = this.rootLocation.resolve(Paths.get(Objects.requireNonNull(stringUuid)))
|
String url = this.rootLocation.resolve(Paths.get(Objects.requireNonNull(stringUuid)))
|
||||||
.normalize().toString();
|
.normalize().toString();
|
||||||
|
|
||||||
fileRepo.save(new StorageFile(file.getName(),url, fileType));
|
return fileRepo.save(new StorageFile(file.getOriginalFilename(),url, fileType));
|
||||||
|
}
|
||||||
|
|
||||||
return url;
|
public void delete(StorageFile file) throws SecurityException {
|
||||||
|
File f = new File(file.getUrl());
|
||||||
|
f.delete();
|
||||||
|
|
||||||
|
//Delete l'entité
|
||||||
|
fileRepo.delete(file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,53 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Controller;
|
||||||
|
import ovh.herisson.Clyde.Repositories.TeacherCourseRepository;
|
||||||
|
import ovh.herisson.Clyde.Repositories.UserRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Course;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
import ovh.herisson.Clyde.Tables.TeacherCourse;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
@Controller
|
||||||
|
public class TeacherCourseService {
|
||||||
|
private final TeacherCourseRepository teacherCourseRepo;
|
||||||
|
|
||||||
|
private final UserRepository userRepo;
|
||||||
|
|
||||||
|
public TeacherCourseService(TeacherCourseRepository teacherCourseRepo, UserRepository userRepo) {
|
||||||
|
this.teacherCourseRepo = teacherCourseRepo;
|
||||||
|
this.userRepo = userRepo;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Iterable<User> findCourseAssistants(Course course) {
|
||||||
|
if (course == null)
|
||||||
|
return null;
|
||||||
|
return teacherCourseRepo.findAllAssistantOfCourse(course);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public boolean saveAll(Iterable<Long> teacherIds, Course course){
|
||||||
|
|
||||||
|
if (course == null || teacherIds == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
ArrayList<User> toAdd = new ArrayList<>();
|
||||||
|
for (Long teacherId : teacherIds){
|
||||||
|
User teacher = userRepo.findById((long) teacherId);
|
||||||
|
if ( teacher== null){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
if (!toAdd.contains(teacher) && teacher.getRole() == Role.Teacher)
|
||||||
|
{
|
||||||
|
toAdd.add(teacher);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for (User teacher: toAdd){
|
||||||
|
teacherCourseRepo.save(new TeacherCourse(teacher,course));
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -5,16 +5,15 @@ import org.springframework.stereotype.Service;
|
|||||||
import ovh.herisson.Clyde.Repositories.TokenRepository;
|
import ovh.herisson.Clyde.Repositories.TokenRepository;
|
||||||
import ovh.herisson.Clyde.Tables.Token;
|
import ovh.herisson.Clyde.Tables.Token;
|
||||||
import ovh.herisson.Clyde.Tables.User;
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
import java.io.UnsupportedEncodingException;
|
import java.io.UnsupportedEncodingException;
|
||||||
import java.security.SecureRandom;
|
import java.security.SecureRandom;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Base64;
|
||||||
import java.util.Calendar;
|
import java.util.Calendar;
|
||||||
import java.util.Date;
|
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
public class TokenService {
|
public class TokenService {
|
||||||
TokenRepository tokenRepo;
|
private final TokenRepository tokenRepo;
|
||||||
|
|
||||||
public TokenService(TokenRepository tokenRepo){
|
public TokenService(TokenRepository tokenRepo){
|
||||||
this.tokenRepo = tokenRepo;
|
this.tokenRepo = tokenRepo;
|
||||||
@ -30,13 +29,10 @@ public class TokenService {
|
|||||||
new SecureRandom().nextBytes(bytes);
|
new SecureRandom().nextBytes(bytes);
|
||||||
for (int i = 0; i < bytes.length; i++) {
|
for (int i = 0; i < bytes.length; i++) {
|
||||||
bytes[i] = (byte) (((bytes[i]+256)%256 %95+ 32));
|
bytes[i] = (byte) (((bytes[i]+256)%256 %95+ 32));
|
||||||
while ((char)bytes[i] == ';'){
|
|
||||||
bytes[i] = new SecureRandom().generateSeed(1)[0];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// will never end up in the catch because of the way that SecureRandom.nextBytes is implemented
|
// will never end up in the catch because of the way that SecureRandom.nextBytes is implemented
|
||||||
try {
|
try {
|
||||||
return new String(bytes,"ISO_8859_1");
|
return new String(Base64.getEncoder().encode(bytes),"ISO_8859_1");
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
@ -44,16 +40,19 @@ public class TokenService {
|
|||||||
|
|
||||||
public User getUserFromToken(String token) {
|
public User getUserFromToken(String token) {
|
||||||
Token tokenRep = tokenRepo.getByToken(token);
|
Token tokenRep = tokenRepo.getByToken(token);
|
||||||
if (tokenRep == null) return null;
|
if (tokenRep == null)
|
||||||
|
return null;
|
||||||
|
|
||||||
return tokenRep.getUser();
|
return tokenRep.getUser();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void saveToken(Token token){
|
public void saveToken(Token token){
|
||||||
//Si l'utilisateur a déja 5 token delete celui qui devait expirer le plus vite
|
//Si l'utilisateur a déja 5 token delete celui qui devait expirer le plus vite
|
||||||
ArrayList<Token> tokenList = tokenRepo.getByUserOrderByExpirationDate(token.getUser());
|
ArrayList<Token> tokenList = tokenRepo.getByUserOrderByExpirationDate(token.getUser());
|
||||||
|
|
||||||
while(tokenList.size() >= 5){
|
while(tokenList.size() >= 5){
|
||||||
tokenRepo.delete(tokenList.get(0));
|
tokenRepo.delete(tokenList.getFirst());
|
||||||
tokenList.remove(tokenList.get(0));
|
tokenList.remove(tokenList.getFirst());
|
||||||
}
|
}
|
||||||
tokenRepo.save(token);
|
tokenRepo.save(token);
|
||||||
}
|
}
|
||||||
@ -71,5 +70,5 @@ public class TokenService {
|
|||||||
tokenRepo.delete(t);
|
tokenRepo.delete(t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,20 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
import ovh.herisson.Clyde.Repositories.UserCurriculumRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Curriculum;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class UserCurriculumService {
|
||||||
|
|
||||||
|
private final UserCurriculumRepository userCurriculumRepository;
|
||||||
|
|
||||||
|
public UserCurriculumService(UserCurriculumRepository userCurriculumRepository) {
|
||||||
|
this.userCurriculumRepository = userCurriculumRepository;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Curriculum findByUser(User student){
|
||||||
|
return userCurriculumRepository.findByUser(student);
|
||||||
|
}
|
||||||
|
}
|
@ -5,16 +5,10 @@ import org.springframework.stereotype.Service;
|
|||||||
import ovh.herisson.Clyde.Repositories.UserRepository;
|
import ovh.herisson.Clyde.Repositories.UserRepository;
|
||||||
import ovh.herisson.Clyde.Tables.Role;
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
import ovh.herisson.Clyde.Tables.User;
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
import java.util.*;
|
||||||
import java.text.DateFormat;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Date;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
public class UserService {
|
public class UserService {
|
||||||
|
|
||||||
private final UserRepository userRepo;
|
private final UserRepository userRepo;
|
||||||
private final BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder();
|
private final BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder();
|
||||||
|
|
||||||
@ -23,8 +17,15 @@ public class UserService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/** return the user identified by th identifier
|
||||||
|
*
|
||||||
|
* @param identifier can be an email or the RegNo
|
||||||
|
* @return the identified user
|
||||||
|
*/
|
||||||
public User getUser(String identifier){
|
public User getUser(String identifier){
|
||||||
if (identifier == null) return null;
|
if (identifier == null)
|
||||||
|
return null;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
int id = Integer.parseInt(identifier);
|
int id = Integer.parseInt(identifier);
|
||||||
return userRepo.findById(id);
|
return userRepo.findById(id);
|
||||||
@ -34,17 +35,100 @@ public class UserService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** modify the target data
|
||||||
|
* verify the permission of modifying from the poster
|
||||||
|
*
|
||||||
|
* @param poster the user wanting to modify target's data
|
||||||
|
* @param updates the changes to be made
|
||||||
|
* @param targetId the id of the user to update
|
||||||
|
* @return if the changes were done or not
|
||||||
|
*/
|
||||||
|
public boolean modifyData(long targetId, Map<String ,Object> updates, User poster){
|
||||||
|
|
||||||
|
User target = userRepo.findById(targetId);
|
||||||
|
if (target == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
if (poster.getRegNo().equals(target.getRegNo())){
|
||||||
|
for (Map.Entry<String, Object> entry : updates.entrySet()){
|
||||||
|
|
||||||
|
switch (entry.getKey()){
|
||||||
|
case "firstName":
|
||||||
|
target.setFirstName((String) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "lastName":
|
||||||
|
target.setLastName((String) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "email":
|
||||||
|
target.setEmail((String) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "address":
|
||||||
|
target.setAddress((String) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "country":
|
||||||
|
target.setCountry((String) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "birthDate":
|
||||||
|
target.setBirthDate((Date) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "profilePictureUrl":
|
||||||
|
target.setProfilePictureUrl((String) entry.getValue());
|
||||||
|
break;
|
||||||
|
case "password":
|
||||||
|
target.setPassword(passwordEncoder.encode((String) entry.getValue()));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
userRepo.save(target);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
// the secretary can change roles (for example if a student becomes a teacher)
|
||||||
|
else if (poster.getRole() == Role.Secretary)
|
||||||
|
{
|
||||||
|
for (Map.Entry<String, Object> entry : updates.entrySet()){
|
||||||
|
|
||||||
|
if ( entry.getKey().equals("role")) {
|
||||||
|
|
||||||
|
if (entry.getValue() == Role.Admin) {return false;}
|
||||||
|
|
||||||
|
target.setRole((Role) entry.getValue());
|
||||||
|
userRepo.save(target);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public boolean checkPassword(User user, String tryingPassword){
|
public boolean checkPassword(User user, String tryingPassword){
|
||||||
return passwordEncoder.matches(tryingPassword, user.getPassword());
|
return passwordEncoder.matches(tryingPassword, user.getPassword());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void save(User user){
|
public User save(User user){
|
||||||
userRepo.save(user);
|
user.setPassword(passwordEncoder.encode(user.getPassword()));
|
||||||
|
return userRepo.save(user);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Iterable<User> getAll(){
|
public Iterable<User> getAll(){
|
||||||
return userRepo.findAll();
|
return userRepo.findAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Iterable<User> getAllExceptAdmins(){
|
||||||
|
return userRepo.findAllExceptAdmins();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public Iterable<User> getAllTeachers (){return userRepo.findAllTeachers();}
|
||||||
|
|
||||||
|
public Iterable<User> getAllStudents(){return userRepo.findAllStudents();}
|
||||||
|
|
||||||
|
|
||||||
|
public User getUserById(long id) {
|
||||||
|
return userRepo.findById(id);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void delete(User user) {
|
||||||
|
userRepo.delete(user);
|
||||||
|
}
|
||||||
}
|
}
|
@ -0,0 +1,24 @@
|
|||||||
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
|
public enum Applications {
|
||||||
|
// without any token
|
||||||
|
Login,
|
||||||
|
Schedule,
|
||||||
|
|
||||||
|
// with any token
|
||||||
|
Profile,
|
||||||
|
|
||||||
|
|
||||||
|
// Students and higher authorization
|
||||||
|
Msg,
|
||||||
|
Forum,
|
||||||
|
Rdv,
|
||||||
|
|
||||||
|
// teachers and Secretary authorization
|
||||||
|
ManageCourses,
|
||||||
|
UsersList,
|
||||||
|
|
||||||
|
// InscriptionService authorization
|
||||||
|
Inscription,
|
||||||
|
StudentsList
|
||||||
|
}
|
@ -1,9 +1,8 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
import jakarta.persistence.Entity;
|
import jakarta.persistence.*;
|
||||||
import jakarta.persistence.GeneratedValue;
|
import org.hibernate.annotations.OnDelete;
|
||||||
import jakarta.persistence.GenerationType;
|
import org.hibernate.annotations.OnDeleteAction;
|
||||||
import jakarta.persistence.Id;
|
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
public class Course {
|
public class Course {
|
||||||
@ -12,12 +11,16 @@ public class Course {
|
|||||||
private int courseID;
|
private int courseID;
|
||||||
private int credits;
|
private int credits;
|
||||||
private String title;
|
private String title;
|
||||||
private String faculty;
|
|
||||||
|
|
||||||
public Course(int credits, String title, String faculty){
|
@ManyToOne(fetch = FetchType.EAGER)
|
||||||
|
@OnDelete(action = OnDeleteAction.SET_NULL)
|
||||||
|
@JoinColumn(name = "Users")
|
||||||
|
private User owner;
|
||||||
|
|
||||||
|
public Course(int credits, String title, User owner){
|
||||||
this.credits = credits;
|
this.credits = credits;
|
||||||
this.title = title;
|
this.title = title;
|
||||||
this.faculty = faculty;
|
this.owner = owner;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Course() {}
|
public Course() {}
|
||||||
@ -34,14 +37,6 @@ public class Course {
|
|||||||
this.credits = credits;
|
this.credits = credits;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getFaculty() {
|
|
||||||
return faculty;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setFaculty(String faculty){
|
|
||||||
this.faculty = faculty;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getTitle() {
|
public String getTitle() {
|
||||||
return title;
|
return title;
|
||||||
}
|
}
|
||||||
@ -49,4 +44,12 @@ public class Course {
|
|||||||
public void setTitle(String title){
|
public void setTitle(String title){
|
||||||
this.title = title;
|
this.title = title;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public User getOwner() {
|
||||||
|
return owner;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setOwner(User owner) {
|
||||||
|
this.owner = owner;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,22 +6,21 @@ import jakarta.persistence.GenerationType;
|
|||||||
import jakarta.persistence.Id;
|
import jakarta.persistence.Id;
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
public class Cursus {
|
public class Curriculum {
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||||
private int cursusId;
|
private int curriculumId;
|
||||||
private int year;
|
private int year;
|
||||||
private String option;
|
private String option;
|
||||||
|
public Curriculum(int year, String option){
|
||||||
public Cursus(int year, String option){
|
|
||||||
this.year = year;
|
this.year = year;
|
||||||
this.option = option;
|
this.option = option;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Cursus() {}
|
public Curriculum() {}
|
||||||
|
|
||||||
public int getCursusId(){
|
public int getCurriculumId(){
|
||||||
return this.cursusId;
|
return this.curriculumId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getYear(){
|
public int getYear(){
|
@ -0,0 +1,49 @@
|
|||||||
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
|
import jakarta.persistence.*;
|
||||||
|
import org.hibernate.annotations.OnDelete;
|
||||||
|
import org.hibernate.annotations.OnDeleteAction;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
public class CurriculumCourse {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||||
|
private int id;
|
||||||
|
|
||||||
|
@ManyToOne(fetch = FetchType.EAGER)
|
||||||
|
@JoinColumn(name = "Curriculum")
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
|
private Curriculum curriculum;
|
||||||
|
|
||||||
|
@ManyToOne(fetch = FetchType.EAGER)
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
|
@JoinColumn(name = "Course")
|
||||||
|
private Course course;
|
||||||
|
|
||||||
|
public CurriculumCourse(Curriculum curriculum, Course course){
|
||||||
|
this.curriculum = curriculum;
|
||||||
|
this.course = course;
|
||||||
|
}
|
||||||
|
|
||||||
|
public CurriculumCourse() {}
|
||||||
|
|
||||||
|
public int getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Course getCourse() {
|
||||||
|
return course;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setCourse(Course course){
|
||||||
|
this.course = course;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Curriculum getCurriculum() {
|
||||||
|
return curriculum;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setCurriculum(Curriculum curriculum) {
|
||||||
|
this.curriculum = curriculum;
|
||||||
|
}
|
||||||
|
}
|
@ -1,45 +0,0 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
|
||||||
|
|
||||||
@Entity
|
|
||||||
public class CursusCourse {
|
|
||||||
@Id
|
|
||||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
|
||||||
private int id;
|
|
||||||
|
|
||||||
@ManyToOne(fetch = FetchType.LAZY)
|
|
||||||
@JoinColumn(name = "Cursus")
|
|
||||||
private Cursus cursus;
|
|
||||||
|
|
||||||
@ManyToOne(fetch = FetchType.LAZY)
|
|
||||||
@JoinColumn(name = "Course")
|
|
||||||
private Course course;
|
|
||||||
|
|
||||||
public CursusCourse(Cursus cursus, Course course){
|
|
||||||
this.cursus = cursus;
|
|
||||||
this.course = course;
|
|
||||||
}
|
|
||||||
|
|
||||||
public CursusCourse() {}
|
|
||||||
|
|
||||||
public int getId() {
|
|
||||||
return id;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Course getCourse() {
|
|
||||||
return course;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setCourse(Course course){
|
|
||||||
this.course = course;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Cursus getCursus() {
|
|
||||||
return cursus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setCursus(Cursus cursus) {
|
|
||||||
this.cursus = cursus;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,33 +1,38 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
import jakarta.persistence.*;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
|
|
||||||
|
@Entity
|
||||||
public class InscriptionRequest {
|
public class InscriptionRequest {
|
||||||
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||||
private int id;
|
private int id;
|
||||||
private String firstName;
|
private String firstName;
|
||||||
private String lastName;
|
private String lastName;
|
||||||
private String adress;
|
private String address;
|
||||||
private String email;
|
private String email;
|
||||||
private String country;
|
private String country;
|
||||||
private Date birthDate;
|
private Date birthDate;
|
||||||
|
|
||||||
@ManyToOne
|
private Long curriculumId;
|
||||||
@JoinColumn(name="Cursus")
|
|
||||||
private Cursus cursus;
|
|
||||||
private RequestState state;
|
private RequestState state;
|
||||||
private String profilePicture;
|
private String profilePicture;
|
||||||
|
|
||||||
|
private String password;
|
||||||
public InscriptionRequest(){}
|
public InscriptionRequest(){}
|
||||||
public InscriptionRequest(String lastName, String firstName, String adress, String email, String country, Date birthDate, RequestState state, String profilePicture){
|
public InscriptionRequest(String lastName, String firstName, String address, String email, String country, Date birthDate,Long curriculumId, RequestState state, String profilePicture, String password){
|
||||||
this.lastName = lastName;
|
this.lastName = lastName;
|
||||||
this.firstName = firstName;
|
this.firstName = firstName;
|
||||||
this.adress = adress;
|
this.address = address;
|
||||||
this.email = email;
|
this.email = email;
|
||||||
this.country = country;
|
this.country = country;
|
||||||
this.birthDate = birthDate;
|
this.birthDate = birthDate;
|
||||||
|
this.curriculumId = curriculumId;
|
||||||
this.state = state;
|
this.state = state;
|
||||||
|
this.profilePicture = profilePicture;
|
||||||
|
this.password = password;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getId() {
|
public int getId() {
|
||||||
@ -50,12 +55,12 @@ public class InscriptionRequest {
|
|||||||
this.lastName = lastName;
|
this.lastName = lastName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getAdress() {
|
public String getAddress() {
|
||||||
return adress;
|
return address;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setAdress(String adress) {
|
public void setAddress(String address) {
|
||||||
this.adress = adress;
|
this.address = address;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getEmail() {
|
public String getEmail() {
|
||||||
@ -82,12 +87,12 @@ public class InscriptionRequest {
|
|||||||
this.birthDate = birthDate;
|
this.birthDate = birthDate;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Cursus getCursus() {
|
public long getCurriculumId() {
|
||||||
return cursus;
|
return curriculumId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setCursus(Cursus cursus) {
|
public void setCurriculumId(long curriculum) {
|
||||||
this.cursus = cursus;
|
this.curriculumId = curriculum;
|
||||||
}
|
}
|
||||||
|
|
||||||
public RequestState getState() {
|
public RequestState getState() {
|
||||||
@ -105,4 +110,12 @@ public class InscriptionRequest {
|
|||||||
public void setProfilePicture(String profilePicture) {
|
public void setProfilePicture(String profilePicture) {
|
||||||
this.profilePicture = profilePicture;
|
this.profilePicture = profilePicture;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getPassword() {
|
||||||
|
return password;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPassword(String password) {
|
||||||
|
this.password = password;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,78 @@
|
|||||||
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
|
import jakarta.persistence.*;
|
||||||
|
import org.hibernate.annotations.OnDelete;
|
||||||
|
import org.hibernate.annotations.OnDeleteAction;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
public class ReInscriptionRequest {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||||
|
private int id;
|
||||||
|
|
||||||
|
@ManyToOne
|
||||||
|
@JoinColumn(name = "Users")
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
|
private User user;
|
||||||
|
|
||||||
|
@ManyToOne
|
||||||
|
@JoinColumn(name = "Curriculum")
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
|
private Curriculum newCurriculum;
|
||||||
|
private RequestState state;
|
||||||
|
|
||||||
|
//Permet de différencier les demandes de changement et une réinscription dans le même Curriculum
|
||||||
|
//Pour la réinscription on va le mettre a 0
|
||||||
|
private boolean type = false;
|
||||||
|
|
||||||
|
public ReInscriptionRequest(){}
|
||||||
|
|
||||||
|
public ReInscriptionRequest(User user, Curriculum newCurriculum, RequestState state, boolean type){
|
||||||
|
this.user = user;
|
||||||
|
this.newCurriculum = newCurriculum;
|
||||||
|
this.state = state;
|
||||||
|
this.type = type;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ReInscriptionRequest(User user, Curriculum newCurriculum, RequestState state){
|
||||||
|
this.user = user;
|
||||||
|
this.newCurriculum = newCurriculum;
|
||||||
|
this.state = state;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public User getUser() {
|
||||||
|
return user;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUser(User user) {
|
||||||
|
this.user = user;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Curriculum getNewCurriculum() {
|
||||||
|
return newCurriculum;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNewCurriculum(Curriculum newCurriculum) {
|
||||||
|
this.newCurriculum = newCurriculum;
|
||||||
|
}
|
||||||
|
|
||||||
|
public RequestState getState() {
|
||||||
|
return state;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setState(RequestState state) {
|
||||||
|
this.state = state;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isType() {
|
||||||
|
return type;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setType(boolean type) {
|
||||||
|
this.type = type;
|
||||||
|
}
|
||||||
|
}
|
@ -1,69 +0,0 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
|
||||||
|
|
||||||
import jakarta.persistence.GeneratedValue;
|
|
||||||
import jakarta.persistence.GenerationType;
|
|
||||||
import jakarta.persistence.JoinColumn;
|
|
||||||
import jakarta.persistence.ManyToOne;
|
|
||||||
|
|
||||||
public class ReinscriptionRequest {
|
|
||||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
|
||||||
private int id;
|
|
||||||
|
|
||||||
@ManyToOne
|
|
||||||
@JoinColumn(name = "User")
|
|
||||||
private User user;
|
|
||||||
|
|
||||||
@ManyToOne
|
|
||||||
@JoinColumn(name = "Cursus")
|
|
||||||
private Cursus newCursus;
|
|
||||||
private RequestState state;
|
|
||||||
|
|
||||||
//Permet de différencier les demandes de changement et une réinscription dans le même cursus
|
|
||||||
//Pour la réinscription on va le mettre a 0
|
|
||||||
private boolean type;
|
|
||||||
|
|
||||||
public ReinscriptionRequest(){}
|
|
||||||
|
|
||||||
public ReinscriptionRequest(User user, Cursus newCursus, RequestState state, boolean type){
|
|
||||||
this.user = user;
|
|
||||||
this.newCursus = newCursus;
|
|
||||||
this.state = state;
|
|
||||||
this.type = type;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getId() {
|
|
||||||
return id;
|
|
||||||
}
|
|
||||||
|
|
||||||
public User getUser() {
|
|
||||||
return user;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setUser(User user) {
|
|
||||||
this.user = user;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Cursus getNewCursus() {
|
|
||||||
return newCursus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setNewCursus(Cursus newCursus) {
|
|
||||||
this.newCursus = newCursus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public RequestState getState() {
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setState(RequestState state) {
|
|
||||||
this.state = state;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isType() {
|
|
||||||
return type;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setType(boolean type) {
|
|
||||||
this.type = type;
|
|
||||||
}
|
|
||||||
}
|
|
@ -3,5 +3,5 @@ package ovh.herisson.Clyde.Tables;
|
|||||||
public enum RequestState {
|
public enum RequestState {
|
||||||
Accepted,
|
Accepted,
|
||||||
Refused,
|
Refused,
|
||||||
Pending;
|
Pending
|
||||||
}
|
}
|
||||||
|
@ -5,5 +5,5 @@ public enum Role {
|
|||||||
Student,
|
Student,
|
||||||
Admin,
|
Admin,
|
||||||
InscriptionService,
|
InscriptionService,
|
||||||
Secretary;
|
Secretary
|
||||||
}
|
}
|
@ -1,42 +0,0 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
|
||||||
|
|
||||||
@Entity
|
|
||||||
public class Secretary {
|
|
||||||
@Id
|
|
||||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
|
||||||
private int id;
|
|
||||||
|
|
||||||
@OneToOne(fetch = FetchType.LAZY)
|
|
||||||
@JoinColumn(name = "Users")
|
|
||||||
private User user;
|
|
||||||
private String faculty;
|
|
||||||
|
|
||||||
public Secretary(User user, String faculty){
|
|
||||||
this.user = user;
|
|
||||||
this.faculty = faculty;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Secretary() {}
|
|
||||||
|
|
||||||
public int getId() {
|
|
||||||
return id;
|
|
||||||
}
|
|
||||||
|
|
||||||
public User getUser() {
|
|
||||||
return user;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setUser(User user) {
|
|
||||||
this.user = user;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getFaculty() {
|
|
||||||
return faculty;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setFaculty(String faculty) {
|
|
||||||
this.faculty = faculty;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +1,6 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
import jakarta.persistence.Entity;
|
import jakarta.persistence.*;
|
||||||
import jakarta.persistence.GeneratedValue;
|
|
||||||
import jakarta.persistence.GenerationType;
|
|
||||||
import jakarta.persistence.Id;
|
|
||||||
|
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
@ -19,7 +16,6 @@ public class StorageFile {
|
|||||||
|
|
||||||
private FileType fileType;
|
private FileType fileType;
|
||||||
|
|
||||||
|
|
||||||
public StorageFile(String name, String url, FileType fileType){
|
public StorageFile(String name, String url, FileType fileType){
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.url = url;
|
this.url = url;
|
||||||
@ -28,7 +24,6 @@ public class StorageFile {
|
|||||||
|
|
||||||
public StorageFile(){}
|
public StorageFile(){}
|
||||||
|
|
||||||
|
|
||||||
public void setId(Long id) {
|
public void setId(Long id) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
}
|
}
|
||||||
@ -60,4 +55,5 @@ public class StorageFile {
|
|||||||
public void setFileType(FileType fileType) {
|
public void setFileType(FileType fileType) {
|
||||||
this.fileType = fileType;
|
this.fileType = fileType;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,32 +1,32 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
import jakarta.persistence.*;
|
||||||
|
import org.hibernate.annotations.OnDelete;
|
||||||
|
import org.hibernate.annotations.OnDeleteAction;
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
public class TeacherGivenCourse {
|
public class TeacherCourse {
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
@ManyToOne(fetch = FetchType.LAZY)
|
@ManyToOne(fetch = FetchType.EAGER)
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
@JoinColumn(name = "Users")
|
@JoinColumn(name = "Users")
|
||||||
private User user;
|
private User user;
|
||||||
|
|
||||||
|
|
||||||
@ManyToOne(fetch = FetchType.LAZY)
|
@ManyToOne(fetch = FetchType.EAGER)
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
@JoinColumn(name = "Course")
|
@JoinColumn(name = "Course")
|
||||||
private Course course;
|
private Course course;
|
||||||
|
|
||||||
//This flag helps make the difference between an assistant or a Teacher (who owns the course)
|
public TeacherCourse(User user, Course course){
|
||||||
private boolean owned;
|
|
||||||
|
|
||||||
public TeacherGivenCourse(User user, Course course, boolean owned){
|
|
||||||
this.user = user;
|
this.user = user;
|
||||||
this.course = course;
|
this.course = course;
|
||||||
this.owned = owned;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public TeacherGivenCourse() {}
|
public TeacherCourse() {}
|
||||||
|
|
||||||
public int getId() {
|
public int getId() {
|
||||||
return id;
|
return id;
|
||||||
@ -48,11 +48,4 @@ public class TeacherGivenCourse {
|
|||||||
this.course = course;
|
this.course = course;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isOwned() {
|
|
||||||
return owned;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setOwned(boolean owned) {
|
|
||||||
this.owned = owned;
|
|
||||||
}
|
|
||||||
}
|
}
|
@ -1,8 +1,8 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
import jakarta.persistence.*;
|
||||||
import org.springframework.scheduling.annotation.Scheduled;
|
import org.hibernate.annotations.OnDelete;
|
||||||
import ovh.herisson.Clyde.Repositories.TokenRepository;
|
import org.hibernate.annotations.OnDeleteAction;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
@ -13,6 +13,7 @@ public class Token {
|
|||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
@ManyToOne(fetch = FetchType.EAGER)
|
@ManyToOne(fetch = FetchType.EAGER)
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
@JoinColumn(name ="Users")
|
@JoinColumn(name ="Users")
|
||||||
private User user;
|
private User user;
|
||||||
private String token;
|
private String token;
|
||||||
|
@ -1,19 +1,15 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
import jakarta.persistence.*;
|
||||||
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
//Classe représentant un utilisateur l'attribut password demande surement un peu de rafinement niveau sécurité
|
|
||||||
//et l'attribut tokenApi doit encore être ajouté vu qu'il faut en discuter
|
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
//Je rajoute un s au nom de la table pour éviter les conflits avec les mots réservés
|
|
||||||
@Table(name = "Users")
|
@Table(name = "Users")
|
||||||
public class User {
|
public class User {
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||||
private int regNo;
|
private Long regNo;
|
||||||
private String lastName;
|
private String lastName;
|
||||||
private String firstName;
|
private String firstName;
|
||||||
@Column(unique = true)
|
@Column(unique = true)
|
||||||
@ -38,9 +34,22 @@ public class User {
|
|||||||
this.password = password;
|
this.password = password;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public User(String lastName, String firstName, String email, String address,
|
||||||
|
String country, Date birthDate, String profilePictureUrl, String password)
|
||||||
|
{
|
||||||
|
this.lastName = lastName;
|
||||||
|
this.firstName = firstName;
|
||||||
|
this.email = email;
|
||||||
|
this.address = address;
|
||||||
|
this.country = country;
|
||||||
|
this.birthDate = birthDate;
|
||||||
|
this.profilePictureUrl = profilePictureUrl;
|
||||||
|
this.password = password;
|
||||||
|
this.role = Role.Student;
|
||||||
|
}
|
||||||
public User() {}
|
public User() {}
|
||||||
|
|
||||||
public int getRegNo(){
|
public Long getRegNo(){
|
||||||
return this.regNo;
|
return this.regNo;
|
||||||
}
|
}
|
||||||
public String getLastName() {
|
public String getLastName() {
|
||||||
@ -71,8 +80,8 @@ public class User {
|
|||||||
return address;
|
return address;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setAddress(String adress) {
|
public void setAddress(String address) {
|
||||||
this.address = adress;
|
this.address = address;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getCountry() {
|
public String getCountry() {
|
||||||
|
@ -0,0 +1,50 @@
|
|||||||
|
package ovh.herisson.Clyde.Tables;
|
||||||
|
|
||||||
|
import jakarta.persistence.*;
|
||||||
|
import org.hibernate.annotations.OnDelete;
|
||||||
|
import org.hibernate.annotations.OnDeleteAction;
|
||||||
|
|
||||||
|
@Entity
|
||||||
|
public class UserCurriculum {
|
||||||
|
@Id
|
||||||
|
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||||
|
private int id;
|
||||||
|
|
||||||
|
//Un étudiant peut avoir plusieurs curriculums
|
||||||
|
@ManyToOne(fetch = FetchType.EAGER)
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
|
@JoinColumn(name = "Users")
|
||||||
|
private User user;
|
||||||
|
|
||||||
|
@ManyToOne(fetch = FetchType.EAGER)
|
||||||
|
@JoinColumn(name = "Curriculum")
|
||||||
|
@OnDelete(action = OnDeleteAction.CASCADE)
|
||||||
|
private Curriculum curriculum;
|
||||||
|
|
||||||
|
public UserCurriculum(User user, Curriculum curriculum){
|
||||||
|
this.user = user;
|
||||||
|
this.curriculum = curriculum;
|
||||||
|
}
|
||||||
|
|
||||||
|
public UserCurriculum() {}
|
||||||
|
|
||||||
|
public int getId() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public User getUser() {
|
||||||
|
return user;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUser(User user) {
|
||||||
|
this.user = user;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Curriculum getCurriculum() {
|
||||||
|
return curriculum;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setCurriculum(Curriculum curriculum) {
|
||||||
|
this.curriculum = curriculum;
|
||||||
|
}
|
||||||
|
}
|
@ -1,46 +0,0 @@
|
|||||||
package ovh.herisson.Clyde.Tables;
|
|
||||||
|
|
||||||
import jakarta.persistence.*;
|
|
||||||
|
|
||||||
@Entity
|
|
||||||
public class UserCursus {
|
|
||||||
@Id
|
|
||||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
|
||||||
private int id;
|
|
||||||
|
|
||||||
//Un étudiant peut avoir plusieurs cursus
|
|
||||||
@ManyToOne(fetch = FetchType.LAZY)
|
|
||||||
@JoinColumn(name = "Users")
|
|
||||||
private User user;
|
|
||||||
|
|
||||||
@OneToOne(fetch = FetchType.LAZY)
|
|
||||||
@JoinColumn(name = "Cursus")
|
|
||||||
private Cursus cursus;
|
|
||||||
|
|
||||||
public UserCursus(User user, Cursus cursus){
|
|
||||||
this.user = user;
|
|
||||||
this.cursus = cursus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public UserCursus() {}
|
|
||||||
|
|
||||||
public int getId() {
|
|
||||||
return id;
|
|
||||||
}
|
|
||||||
|
|
||||||
public User getUser() {
|
|
||||||
return user;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setUser(User user) {
|
|
||||||
this.user = user;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Cursus getCursus() {
|
|
||||||
return cursus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setCursus(Cursus cursus) {
|
|
||||||
this.cursus = cursus;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,2 +1,3 @@
|
|||||||
spring.jpa.hibernate.ddl-auto=create-drop
|
spring.jpa.hibernate.ddl-auto=create-drop
|
||||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||||
|
spring.sql.init.mode=always
|
@ -8,6 +8,7 @@ class ClydeApplicationTests {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
void contextLoads() {
|
void contextLoads() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,105 @@
|
|||||||
|
package ovh.herisson.Clyde.Endpoints;
|
||||||
|
|
||||||
|
import com.github.dockerjava.api.model.ExposedPort;
|
||||||
|
import com.github.dockerjava.api.model.HostConfig;
|
||||||
|
import com.github.dockerjava.api.model.PortBinding;
|
||||||
|
import com.github.dockerjava.api.model.Ports;
|
||||||
|
import io.restassured.RestAssured;
|
||||||
|
import io.restassured.http.ContentType;
|
||||||
|
import org.junit.Assert;
|
||||||
|
import org.junit.jupiter.api.*;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
|
import org.springframework.boot.test.web.server.LocalServerPort;
|
||||||
|
import org.springframework.boot.testcontainers.service.connection.ServiceConnection;
|
||||||
|
import org.springframework.http.MediaType;
|
||||||
|
import org.springframework.mock.web.MockMultipartFile;
|
||||||
|
import org.springframework.test.context.ActiveProfiles;
|
||||||
|
import org.testcontainers.containers.PostgreSQLContainer;
|
||||||
|
import org.testcontainers.junit.jupiter.Container;
|
||||||
|
import org.testcontainers.junit.jupiter.Testcontainers;
|
||||||
|
import ovh.herisson.Clyde.ClydeApplication;
|
||||||
|
import ovh.herisson.Clyde.EndPoints.StorageController;
|
||||||
|
import ovh.herisson.Clyde.Repositories.FileRepository;
|
||||||
|
import ovh.herisson.Clyde.Services.StorageService;
|
||||||
|
import ovh.herisson.Clyde.Tables.FileType;
|
||||||
|
import ovh.herisson.Clyde.Tables.StorageFile;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.FileWriter;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
import static io.restassured.RestAssured.with;
|
||||||
|
|
||||||
|
@Testcontainers
|
||||||
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||||
|
@ActiveProfiles(value ="dev")
|
||||||
|
public class StorageControllerTest {
|
||||||
|
@LocalServerPort
|
||||||
|
private Integer port;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
private ClydeApplication controller;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
private StorageController storageController;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
private StorageService storageService;
|
||||||
|
@Autowired
|
||||||
|
private FileRepository fileRepository;
|
||||||
|
@Container
|
||||||
|
@ServiceConnection
|
||||||
|
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:alpine")
|
||||||
|
.withDatabaseName("clyde")
|
||||||
|
.withUsername("devel")
|
||||||
|
.withPassword("devel")
|
||||||
|
.withCreateContainerCmdModifier(cmd -> cmd.withHostConfig(new HostConfig().withPortBindings(new PortBinding(Ports.Binding.bindPort(5442), new ExposedPort(5432)))));
|
||||||
|
|
||||||
|
@BeforeAll
|
||||||
|
static void beforeAll(){
|
||||||
|
postgres.start();
|
||||||
|
}
|
||||||
|
|
||||||
|
@AfterAll
|
||||||
|
static void afterAll(){
|
||||||
|
postgres.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
@BeforeEach
|
||||||
|
void setup(){
|
||||||
|
RestAssured.baseURI = "http://localhost:" + port;
|
||||||
|
}
|
||||||
|
|
||||||
|
@AfterEach
|
||||||
|
void afterEach(){
|
||||||
|
fileRepository.deleteAll();
|
||||||
|
}
|
||||||
|
@Test
|
||||||
|
public void uploadFileTest() throws IOException {
|
||||||
|
File mmf = new File("test.txt");
|
||||||
|
mmf.createNewFile();
|
||||||
|
|
||||||
|
FileWriter fw = new FileWriter(mmf);
|
||||||
|
fw.write("Ceci est un test");
|
||||||
|
fw.close();
|
||||||
|
|
||||||
|
with().multiPart("file", mmf).pathParam("fileType", FileType.ProfilePicture).when().request("POST", "/upload/{fileType}").then().statusCode(200);
|
||||||
|
|
||||||
|
StorageFile sf = fileRepository.getStorageFileByName("test.txt");
|
||||||
|
|
||||||
|
//On vérifie que le fichier a bien été stocké dans la db
|
||||||
|
Assert.assertFalse(sf == null);
|
||||||
|
|
||||||
|
//On vérifie que le fichier a bel et bien été stocké dans le dossier cdn
|
||||||
|
File extFile = new File(sf.getUrl());
|
||||||
|
Assert.assertTrue(extFile.exists());
|
||||||
|
|
||||||
|
Assert.assertEquals("cdn", extFile.getParent());
|
||||||
|
|
||||||
|
//On delete tranquillement les fichiers (la méthode delete a déja été testée dans StorageServiceTest)
|
||||||
|
storageService.delete(sf);
|
||||||
|
mmf.delete();
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,149 @@
|
|||||||
|
package ovh.herisson.Clyde.Endpoints;
|
||||||
|
|
||||||
|
import com.github.dockerjava.api.model.ExposedPort;
|
||||||
|
import com.github.dockerjava.api.model.HostConfig;
|
||||||
|
import com.github.dockerjava.api.model.PortBinding;
|
||||||
|
import com.github.dockerjava.api.model.Ports;
|
||||||
|
import io.restassured.RestAssured;
|
||||||
|
import io.restassured.http.ContentType;
|
||||||
|
import org.junit.Assert;
|
||||||
|
import org.junit.jupiter.api.*;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
|
import org.springframework.boot.test.web.server.LocalServerPort;
|
||||||
|
import org.springframework.boot.testcontainers.service.connection.ServiceConnection;
|
||||||
|
import org.springframework.http.HttpStatus;
|
||||||
|
import org.springframework.http.HttpStatusCode;
|
||||||
|
import org.springframework.test.context.ActiveProfiles;
|
||||||
|
import org.testcontainers.containers.PostgreSQLContainer;
|
||||||
|
import org.testcontainers.junit.jupiter.Container;
|
||||||
|
import org.testcontainers.junit.jupiter.Testcontainers;
|
||||||
|
import ovh.herisson.Clyde.ClydeApplication;
|
||||||
|
import ovh.herisson.Clyde.Repositories.TokenRepository;
|
||||||
|
import ovh.herisson.Clyde.Repositories.UserRepository;
|
||||||
|
import ovh.herisson.Clyde.Responses.UnauthorizedResponse;
|
||||||
|
import ovh.herisson.Clyde.Services.TokenService;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
import ovh.herisson.Clyde.Tables.Token;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
import java.util.Date;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
import static io.restassured.RestAssured.with;
|
||||||
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
|
|
||||||
|
@Testcontainers
|
||||||
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||||
|
@ActiveProfiles(value = "dev")
|
||||||
|
public class UserControllerTest {
|
||||||
|
@LocalServerPort
|
||||||
|
private Integer port;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
private ClydeApplication controller;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
private TokenService tokenService;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
private UserRepository userRepository;
|
||||||
|
@Autowired
|
||||||
|
private TokenRepository tokenRepository;
|
||||||
|
@Container
|
||||||
|
@ServiceConnection
|
||||||
|
static PostgreSQLContainer<?> postgres = new PostgreSQLContainer<>("postgres:alpine")
|
||||||
|
.withDatabaseName("clyde")
|
||||||
|
.withUsername("devel")
|
||||||
|
.withPassword("devel")
|
||||||
|
.withCreateContainerCmdModifier(cmd -> cmd.withHostConfig(new HostConfig().withPortBindings(new PortBinding(Ports.Binding.bindPort(5442), new ExposedPort(5432)))));
|
||||||
|
|
||||||
|
@BeforeAll
|
||||||
|
static void beforeAll(){
|
||||||
|
postgres.start();
|
||||||
|
}
|
||||||
|
|
||||||
|
@AfterAll
|
||||||
|
static void afterAll(){
|
||||||
|
postgres.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
@BeforeEach
|
||||||
|
void setup(){
|
||||||
|
RestAssured.baseURI = "http://localhost:" + port;
|
||||||
|
}
|
||||||
|
|
||||||
|
@AfterEach
|
||||||
|
void aftereach(){
|
||||||
|
tokenRepository.deleteAll();
|
||||||
|
userRepository.deleteAll();
|
||||||
|
}
|
||||||
|
@Test
|
||||||
|
//Verifie qu'un user qui n'a pas les permissions admin ou secretaire ne peut pas post
|
||||||
|
public void userPostTest(){
|
||||||
|
User god = new User("god","god","admin@admin.com","everywhere","every",new Date(0), null, Role.Admin,"goddoesntneedpassword");
|
||||||
|
Token godToken = new Token(god, tokenService.generateNewToken(), new Date());
|
||||||
|
userRepository.save(god);
|
||||||
|
tokenService.saveToken(godToken);
|
||||||
|
|
||||||
|
//Can god post herobrine himself ?
|
||||||
|
User herobrine = new User("brine","hero","herobrine@student.com","in your WalLs","ShadowsLand",new Date(0), null,Role.Student,"test");
|
||||||
|
|
||||||
|
with().body(herobrine).contentType(ContentType.JSON).header("Authorization", godToken.getToken()).when().request("POST", "/user").then().statusCode(201);
|
||||||
|
|
||||||
|
userRepository.delete(herobrine);
|
||||||
|
|
||||||
|
//Can noob post herobrine without authorizations (no)
|
||||||
|
User noob = new User("boon","noob","noob@student.com","everywhere","every",new Date(0), null, Role.Student,"noob");
|
||||||
|
Token noobToken = new Token(noob, tokenService.generateNewToken(), new Date());
|
||||||
|
userRepository.save(noob);
|
||||||
|
tokenService.saveToken(noobToken);
|
||||||
|
|
||||||
|
with().body(herobrine).contentType(ContentType.JSON).header("Authorization", noobToken.getToken()).when().request("POST", "/user").then().statusCode(401);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void userGetTest(){
|
||||||
|
User herobrine = new User("brine","hero","herobrine@student.com","in your WalLs","ShadowsLand",new Date(0), null,Role.Student,"test");
|
||||||
|
userRepository.save(herobrine);
|
||||||
|
|
||||||
|
Token t = new Token(herobrine, tokenService.generateNewToken(), new Date());
|
||||||
|
tokenRepository.save(t);
|
||||||
|
|
||||||
|
|
||||||
|
with().header("Authorization", t.getToken()).when().request("GET", "/user").then().assertThat().statusCode(200).body("firstName",equalTo("hero"));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void userPatchTest(){
|
||||||
|
User herobrine = new User("brine","hero","herobrine@admin.com","in your WalLs","ShadowsLand",new Date(0), null,Role.Admin,"test");
|
||||||
|
userRepository.save(herobrine);
|
||||||
|
|
||||||
|
Token t = new Token(herobrine, tokenService.generateNewToken(), new Date());
|
||||||
|
tokenRepository.save(t);
|
||||||
|
|
||||||
|
Map<String, Object> data = new HashMap<String, Object>();
|
||||||
|
data.put("firstName", "test");
|
||||||
|
|
||||||
|
//Teste que le patch s'execute bien
|
||||||
|
with().body(data).contentType(ContentType.JSON).header("Authorization", t.getToken()).pathParam("id", herobrine.getRegNo()).when().request("PATCH", "/user/{id}").then().statusCode(200);
|
||||||
|
|
||||||
|
//Teste que la donnée a bien été altérée
|
||||||
|
with().header("Authorization", t.getToken()).when().request("GET", "/user").then().body("firstName",equalTo("test"));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void UserDeleteTest(){
|
||||||
|
User god = new User("god","god","admin@admin.com","everywhere","every",new Date(0), null, Role.Admin,"goddoesntneedpassword");
|
||||||
|
Token godToken = new Token(god, tokenService.generateNewToken(), new Date());
|
||||||
|
userRepository.save(god);
|
||||||
|
tokenService.saveToken(godToken);
|
||||||
|
|
||||||
|
User herobrine = new User("brine","hero","herobrine@admin.com","in your WalLs","ShadowsLand",new Date(0), null,Role.Student,"test");
|
||||||
|
userRepository.save(herobrine);
|
||||||
|
|
||||||
|
with().header("Authorization", godToken.getToken()).pathParam("id", herobrine.getRegNo()).when().request("DELETE", "/user/{id}").then().statusCode(200);
|
||||||
|
Assert.assertEquals(userRepository.existsById(herobrine.getRegNo()), false);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,41 @@
|
|||||||
|
package ovh.herisson.Clyde.Repositories;
|
||||||
|
|
||||||
|
import org.junit.Assert;
|
||||||
|
import org.junit.jupiter.api.AfterEach;
|
||||||
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
|
||||||
|
import org.springframework.test.context.TestPropertySource;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
import java.util.GregorianCalendar;
|
||||||
|
|
||||||
|
@DataJpaTest
|
||||||
|
@TestPropertySource(properties = {
|
||||||
|
"spring.test.database.replace=none",
|
||||||
|
"spring.datasource.url=jdbc:tc:postgresql:16-alpine:///db"
|
||||||
|
})
|
||||||
|
public class UserRepoTest {
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
UserRepository userRepo;
|
||||||
|
|
||||||
|
@BeforeEach
|
||||||
|
public void setup(){
|
||||||
|
User herobrine = new User("brine","hero","admin@admin.com","in your WalLs","ShadowsLand", new GregorianCalendar(2005, 4, 3).getTime(), null, Role.Admin,"admin");
|
||||||
|
userRepo.save(herobrine);
|
||||||
|
}
|
||||||
|
|
||||||
|
@AfterEach
|
||||||
|
public void clean(){
|
||||||
|
userRepo.deleteAll();
|
||||||
|
}
|
||||||
|
@Test
|
||||||
|
public void usertest(){
|
||||||
|
Assert.assertEquals("brine", userRepo.findById(1).getLastName());
|
||||||
|
Assert.assertTrue(new GregorianCalendar(2005, 4, 3).getTime().equals(userRepo.findById(1).getBirthDate()));
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,80 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import org.junit.Assert;
|
||||||
|
import org.junit.Before;
|
||||||
|
import org.junit.jupiter.api.AfterEach;
|
||||||
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
|
||||||
|
import org.springframework.mock.web.MockMultipartFile;
|
||||||
|
import org.springframework.test.context.TestPropertySource;
|
||||||
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
|
import org.testcontainers.shaded.com.google.common.net.MediaType;
|
||||||
|
import ovh.herisson.Clyde.Repositories.FileRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.FileType;
|
||||||
|
import ovh.herisson.Clyde.Tables.StorageFile;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.nio.file.Files;
|
||||||
|
import java.nio.file.Path;
|
||||||
|
import java.nio.file.Paths;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
@DataJpaTest
|
||||||
|
@TestPropertySource(properties = {
|
||||||
|
"spring.test.database.replace=none",
|
||||||
|
"spring.datasource.url=jdbc:tc:postgresql:16-alpine:///db"
|
||||||
|
})
|
||||||
|
public class StorageServiceTest {
|
||||||
|
@Autowired
|
||||||
|
FileRepository fileRepo;
|
||||||
|
|
||||||
|
StorageService ss;
|
||||||
|
|
||||||
|
@BeforeEach
|
||||||
|
public void setup(){
|
||||||
|
if (ss == null){
|
||||||
|
ss = new StorageService(fileRepo);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@AfterEach
|
||||||
|
public void aftereach(){
|
||||||
|
fileRepo.deleteAll();
|
||||||
|
}
|
||||||
|
@Test
|
||||||
|
//Check si le fichier est bien sauvegardé dans la DB et si le fichier est bien sauvegardé au bon endroit
|
||||||
|
public void saveFile(){
|
||||||
|
//Test si le directory a bien été crée a l'init du fileService
|
||||||
|
Path rootloc = Paths.get("cdn/");
|
||||||
|
|
||||||
|
Assert.assertTrue(Files.exists(rootloc));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void deleteFile() throws IOException {
|
||||||
|
File file = new File("cdn/test.txt");
|
||||||
|
file.createNewFile();
|
||||||
|
|
||||||
|
//On vérifie que le fichier a bien été crée
|
||||||
|
Assert.assertTrue(file.exists());
|
||||||
|
|
||||||
|
//StorageFile représentant le fichier
|
||||||
|
StorageFile sf = new StorageFile("testfile",file.getPath(), FileType.ProfilePicture);
|
||||||
|
fileRepo.save(sf);
|
||||||
|
|
||||||
|
//Check that the storagefile is properly saved
|
||||||
|
StorageFile resp = fileRepo.getStorageFileByName("testfile");
|
||||||
|
Assert.assertEquals(sf, resp);
|
||||||
|
|
||||||
|
ss.delete(sf);
|
||||||
|
|
||||||
|
//On vérifie que le fichier a bien été delete et que le StorageFile a été delete de la DB
|
||||||
|
Assert.assertFalse(file.exists());
|
||||||
|
|
||||||
|
resp = fileRepo.getStorageFileByName("testfile");
|
||||||
|
Assert.assertEquals(null, resp);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,93 @@
|
|||||||
|
package ovh.herisson.Clyde.Services;
|
||||||
|
|
||||||
|
import org.junit.Assert;
|
||||||
|
import org.junit.Before;
|
||||||
|
import org.junit.jupiter.api.AfterEach;
|
||||||
|
import org.junit.jupiter.api.BeforeAll;
|
||||||
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
|
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
|
||||||
|
import org.springframework.test.context.TestPropertySource;
|
||||||
|
import ovh.herisson.Clyde.Repositories.TokenRepository;
|
||||||
|
import ovh.herisson.Clyde.Repositories.UserRepository;
|
||||||
|
import ovh.herisson.Clyde.Tables.Role;
|
||||||
|
import ovh.herisson.Clyde.Tables.Token;
|
||||||
|
import ovh.herisson.Clyde.Tables.User;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Calendar;
|
||||||
|
import java.util.Date;
|
||||||
|
import java.util.GregorianCalendar;
|
||||||
|
|
||||||
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
|
@DataJpaTest
|
||||||
|
@TestPropertySource(properties = {
|
||||||
|
"spring.test.database.replace=none",
|
||||||
|
"spring.datasource.url=jdbc:tc:postgresql:16-alpine:///db"
|
||||||
|
})
|
||||||
|
|
||||||
|
class TokenServiceTest {
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
TokenRepository tokenRepository;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
UserRepository userRepository;
|
||||||
|
|
||||||
|
|
||||||
|
@AfterEach
|
||||||
|
public void aftereach(){
|
||||||
|
tokenRepository.deleteAll();
|
||||||
|
userRepository.deleteAll();
|
||||||
|
}
|
||||||
|
@Test
|
||||||
|
void saveToken() {
|
||||||
|
User herobrine = userRepository.findById(1);
|
||||||
|
|
||||||
|
User herobrinenul = new User("brine","heronul","pasadmin@student.com","in your WalLs","ShadowsLand", new GregorianCalendar(2005, 4, 3).getTime(), null, Role.Admin,"admin");
|
||||||
|
|
||||||
|
TokenService tokenService = new TokenService(tokenRepository);
|
||||||
|
Token testToken = new Token(herobrine, tokenService.generateNewToken(), new Date());
|
||||||
|
tokenService.saveToken(testToken);
|
||||||
|
|
||||||
|
Iterable<Token> t = tokenService.getAllTokens();
|
||||||
|
Token tok = t.iterator().next();
|
||||||
|
|
||||||
|
Assert.assertEquals(herobrine, tok.getUser());
|
||||||
|
Assert.assertNotEquals(herobrinenul, tok.getUser());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void saveTokenLimit(){
|
||||||
|
TokenService tokenService = new TokenService(tokenRepository);
|
||||||
|
|
||||||
|
//On va stocker les token qu'on va sauvegarder au préalable dans une liste pour tester que les tokens remplacés sont bien ceux avec la date d'expi la plus jeune
|
||||||
|
//A la fin il ne devrait donc rester que les 5 derniers tokens de tokenList
|
||||||
|
|
||||||
|
ArrayList<Token> tokenList = new ArrayList<>();
|
||||||
|
GregorianCalendar gc = new GregorianCalendar();
|
||||||
|
|
||||||
|
User malveillant = new User("Cargo", "John", "CargoJ@mail.com", "secret", "secret", null, null, null, "secret");
|
||||||
|
userRepository.save(malveillant);
|
||||||
|
|
||||||
|
for (int i = 0; i < 20; i++){
|
||||||
|
gc.add(Calendar.DAY_OF_WEEK, 1);
|
||||||
|
|
||||||
|
Token t = new Token(malveillant, tokenService.generateNewToken(), gc.getTime());
|
||||||
|
tokenList.add(t);
|
||||||
|
|
||||||
|
tokenService.saveToken(t);
|
||||||
|
}
|
||||||
|
|
||||||
|
//Testons les tokens
|
||||||
|
ArrayList <Token> resp = tokenRepository.getByUserOrderByExpirationDate(malveillant);
|
||||||
|
Assert.assertTrue(resp.size() == 5);
|
||||||
|
|
||||||
|
for (int i = 1; i <= resp.size(); i++){
|
||||||
|
Assert.assertEquals(tokenList.get(tokenList.size()-i), resp.get(resp.size()-i));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
3
backend/src/test/resources/application.properties
Normal file
3
backend/src/test/resources/application.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
spring.datasource.driver-class-name=org.testcontainers.jdbc.ContainerDatabaseDriver
|
||||||
|
spring.jpa.hibernate.ddl-auto=create-drop
|
||||||
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@ -26,26 +26,29 @@ app.inscription.requests=Inscription Requests
|
|||||||
app.manage.courses=Manage Courses
|
app.manage.courses=Manage Courses
|
||||||
app.language=Language
|
app.language=Language
|
||||||
app.manage.profile=Manage profile
|
app.manage.profile=Manage profile
|
||||||
|
app.studentList=Students List
|
||||||
|
app.users=Users
|
||||||
request.moreInfos=More Infos
|
request.moreInfos=More Infos
|
||||||
request.accept=Accept
|
request.accept=Accept
|
||||||
request.refuse=Refuse
|
request.refuse=Refuse
|
||||||
courses.create=Create course
|
courses.createCourse=Create course
|
||||||
courses.delete=Delete course
|
courses.deleteCourse=Delete course
|
||||||
courses.modify=Modify
|
courses.modify=Modify
|
||||||
courses.toDelete=Course to Delete
|
courses.toDelete=Course to Delete
|
||||||
courses.confirm=Confirm
|
courses.confirm=Confirm
|
||||||
courses.back=Back
|
courses.back=Back
|
||||||
courses.delete=Delete
|
profile.modify.data=Modify personnal data
|
||||||
profile.modify.data=Modify one's data
|
|
||||||
profile.reRegister=Re-register
|
profile.reRegister=Re-register
|
||||||
profile.unRegister=Unregister
|
profile.unRegister=Unregister
|
||||||
profile.course.list=Courses list
|
profile.course.list=Courses list
|
||||||
profile.address=Address
|
profile.address=Address
|
||||||
profile.picture=Profile picture
|
profile.picture=Profile picture
|
||||||
|
profile.change.curriculum=Change curriculum
|
||||||
name=Name
|
name=Name
|
||||||
teacher=Teacher
|
Teacher=Teacher
|
||||||
student=Student
|
Student=Student
|
||||||
secretary=Secretary
|
Secretary=Secretary
|
||||||
curriculum=curriculum
|
Curriculum=curriculum
|
||||||
credits=Credits
|
Credits=Credits
|
||||||
|
InscriptionService=I.S.
|
||||||
faculty=Faculty
|
faculty=Faculty
|
||||||
|
@ -26,26 +26,29 @@ app.inscription.requests=Demandes d'Inscription
|
|||||||
app.manage.courses=Gérer les cours
|
app.manage.courses=Gérer les cours
|
||||||
app.language=Langue
|
app.language=Langue
|
||||||
app.manage.profile=Gérer le profil
|
app.manage.profile=Gérer le profil
|
||||||
|
app.studentList=Liste des étudiants
|
||||||
|
app.users=Utilisateurs
|
||||||
request.moreInfos=Plus d'Infos
|
request.moreInfos=Plus d'Infos
|
||||||
request.accept=Accepter
|
request.accept=Accepter
|
||||||
request.refuse=Refuser
|
request.refuse=Refuser
|
||||||
courses.create=Créer cours
|
courses.createCourse=Créer un cours
|
||||||
courses.delete=Supprimer cours
|
courses.deleteCourse=Supprimer un cours
|
||||||
courses.modify=Modifier
|
courses.modify=Modifier
|
||||||
courses.toDelete=Cours à supprimer
|
courses.toDelete=Cours à supprimer
|
||||||
courses.confirm=Confirmer
|
courses.confirm=Confirmer
|
||||||
courses.back=Retour
|
courses.back=Retour
|
||||||
courses.delete=Supprimer
|
|
||||||
profile.modify.data=Modifier données personnelles
|
profile.modify.data=Modifier données personnelles
|
||||||
profile.reRegister=Réinsciption
|
profile.reRegister=Réinsciption
|
||||||
profile.unRegister=Désinscription
|
profile.unRegister=Désinscription
|
||||||
profile.course.list=Liste des cours
|
profile.course.list=Liste des cours
|
||||||
profile.address=Adresse
|
profile.address=Adresse
|
||||||
profile.picture=Photo de profil
|
profile.picture=Photo de profil
|
||||||
|
profile.change.curriculum=Changer cursus
|
||||||
name=Nom
|
name=Nom
|
||||||
teacher=Enseignant
|
Teacher=Enseignant
|
||||||
student=Etudiant
|
Student=Etudiant
|
||||||
secretary=Secrétaire
|
Secretary=Secrétaire
|
||||||
curriculum=Cursus
|
Curriculum=Cursus
|
||||||
credits=Credits
|
Credits=Credits
|
||||||
|
InscriptionService=S.I.
|
||||||
faculty=Faculté
|
faculty=Faculté
|
||||||
|
@ -1,37 +1,33 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { toast } from 'vue3-toastify';
|
import { toast } from 'vue3-toastify';
|
||||||
import { ref, computed } from 'vue'
|
import { ref } from 'vue'
|
||||||
import i18n, { setLang } from './i18n.js'
|
import i18n, { setLang } from './i18n.js'
|
||||||
|
import { isLogged } from '@/rest/Users.js'
|
||||||
|
|
||||||
|
import { appList, currentView } from '@/rest/apps.js'
|
||||||
|
var prevURL;
|
||||||
|
var currentURL = window.location.hash;
|
||||||
|
|
||||||
// Liste des apps
|
window.onhashchange = function() {
|
||||||
import LoginPage from './Apps/Login.vue'
|
prevURL = currentURL;
|
||||||
import Inscription from "./Apps/Inscription.vue"
|
currentURL = window.location.hash;
|
||||||
import Profil from "./Apps/Profil.vue"
|
|
||||||
import Courses from "./Apps/ManageCourses.vue"
|
|
||||||
|
|
||||||
const apps = {
|
|
||||||
'/login': LoginPage,
|
|
||||||
'/inscription': Inscription,
|
|
||||||
'/profil': Profil,
|
|
||||||
'/manage-courses' : Courses,
|
|
||||||
}
|
}
|
||||||
const currentPath = ref(window.location.hash)
|
const Logged = ref(isLogged());
|
||||||
|
|
||||||
window.addEventListener('hashchange', () => {
|
window.addEventListener('hashchange', () => {
|
||||||
currentPath.value = window.location.hash
|
if((location.hash === "#/home" && prevURL === "#/login") || (location.hash === "#/home" && prevURL === "#/profil")){
|
||||||
})
|
window.location.reload();
|
||||||
|
}
|
||||||
const currentView = computed(() => {
|
});
|
||||||
return apps[currentPath.value.slice(1) || '/']
|
|
||||||
})
|
|
||||||
|
|
||||||
const home=ref(i18n("app.home"))
|
const home=ref(i18n("app.home"))
|
||||||
const notifications=ref(i18n("app.notifications"))
|
const notifications=ref(i18n("app.notifications"))
|
||||||
const settings=ref(i18n("app.settings"))
|
const settings=ref(i18n("app.settings"))
|
||||||
const login=ref(i18n("app.login"))
|
const login=ref(i18n("app.login"))
|
||||||
const active=ref(false)
|
const active=ref(false)
|
||||||
|
|
||||||
|
const apps = ref([])
|
||||||
|
appList().then(e => apps.value = e)
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@ -41,7 +37,7 @@
|
|||||||
<ul class="horizontal">
|
<ul class="horizontal">
|
||||||
<li title=home>
|
<li title=home>
|
||||||
<a class="icon" href="#home">
|
<a class="icon" href="#home">
|
||||||
<img @click="draw" src="./assets/Clyde.png" style="width: 40px; height: auto; margin-top:4px">
|
<img class="clyde" src="/Clyde.png" style="width: 40px; height: auto; margin-top:4px">
|
||||||
</a></li>
|
</a></li>
|
||||||
<li title=home>
|
<li title=home>
|
||||||
<a class="icon" href="#home">
|
<a class="icon" href="#home">
|
||||||
@ -49,7 +45,7 @@
|
|||||||
</a></li>
|
</a></li>
|
||||||
<li style="float: right;" title=login>
|
<li style="float: right;" title=login>
|
||||||
<a class="icon" href="#/login">
|
<a class="icon" href="#/login">
|
||||||
<div class="fa-solid fa-user" style="margin-top: 7px; margin-bottom: 3px;"></div>
|
<div class="fa-solid fa-user" :style="Logged ? 'color: orange' : 'haha'" style="margin-top: 7px; margin-bottom: 3px; "></div>
|
||||||
</a></li>
|
</a></li>
|
||||||
<li style="float: right;" title=notifications>
|
<li style="float: right;" title=notifications>
|
||||||
<a class="icon" href="#Notifications">
|
<a class="icon" href="#Notifications">
|
||||||
@ -80,38 +76,18 @@
|
|||||||
|
|
||||||
<div class="leftBar">
|
<div class="leftBar">
|
||||||
<ul class="vertical">
|
<ul class="vertical">
|
||||||
<li style="margin-top: 25px;" >
|
<li v-for="app in apps">
|
||||||
<a href="#Messages">
|
<a :href="app.path">
|
||||||
<div class="fa-solid fa-comment" style="font-size: 40px;"></div>
|
<div class="fa-solid" :class="app.icon" style="font-size: 40px;"></div>
|
||||||
<div class="text">{{i18n("app.messages")}}</div>
|
<div class="text">{{app.text}}</div>
|
||||||
</a></li>
|
</a>
|
||||||
<li >
|
</li>
|
||||||
<a href="#Notifications">
|
|
||||||
<div class="fa-solid fa-bell" style="font-size: 40px;" ></div>
|
|
||||||
<div class="text">{{i18n("app.notifications")}}</div>
|
|
||||||
</a></li>
|
|
||||||
<li >
|
|
||||||
<a href="#Schedule">
|
|
||||||
<div class="fa-solid fa-calendar-days" style="font-size: 40px;"></div>
|
|
||||||
<div class="text">{{i18n("app.schedules")}}</div>
|
|
||||||
</a></li>
|
|
||||||
<li ><a href="#Forum">
|
|
||||||
<div class="fa-solid fa-envelope" style="font-size: 40px;" ></div>
|
|
||||||
<div class="text">{{i18n("app.forum")}}</div></a></li>
|
|
||||||
<li><a href="#/inscription">
|
|
||||||
<div class="fa-solid fa-users" style="align-self:center;font-size: 40px;"></div>
|
|
||||||
<div class="text" style="top:0;">{{i18n("app.inscription.requests")}}</div></a></li>
|
|
||||||
|
|
||||||
<li><a href="#/manage-courses">
|
|
||||||
<div class="fa-solid fa-book" style="align-self:center;font-size: 40px;overflow:none;"></div>
|
|
||||||
<div class="text">{{i18n("app.manage.courses")}}</div></a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div style=" margin:50px;">
|
<Suspense>
|
||||||
<component :is="currentView" />
|
<component :is="currentView" />
|
||||||
</div>
|
</Suspense>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -119,6 +95,8 @@
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns:[firstCol-start]70px[firstCol-end secondCol-start]auto[endCol];
|
grid-template-columns:[firstCol-start]70px[firstCol-end secondCol-start]auto[endCol];
|
||||||
grid-template-rows:[firstRow-start]61px[firstRow-end secondRow-start] auto [endRow];
|
grid-template-rows:[firstRow-start]61px[firstRow-end secondRow-start] auto [endRow];
|
||||||
@ -131,6 +109,8 @@
|
|||||||
|
|
||||||
.page {
|
.page {
|
||||||
grid-area:page;
|
grid-area:page;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
place-self:center;
|
place-self:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -268,4 +248,10 @@
|
|||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clyde:hover{
|
||||||
|
content: url("./assets/angry_clyde.png")
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<!-- vim:set noet sts=0 sw=4 ts=2: -->
|
||||||
|
@ -1,32 +1,111 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import Req from "./Request.vue"
|
import i18n from "@/i18n.js"
|
||||||
const requests_example = [ {
|
import {ref} from 'vue'
|
||||||
id:0,
|
import {validateRegister, getAllRegisters } from '@/rest/ServiceInscription.js'
|
||||||
type:"Inscription",
|
|
||||||
lastName:"DoefenschmirtzLEMAGNIFIQUE",
|
const requests = ref(await getAllRegisters());
|
||||||
firstName:"Jhon",
|
console.log(requests);
|
||||||
address: "Radiator Springs",
|
|
||||||
country: "USA",
|
async function upPage(id,review){
|
||||||
birthdate:"2004-02-02",
|
await validateRegister(id,review);
|
||||||
email:"JohnDoe@gmail.com",
|
requests.value = await getAllRegisters();
|
||||||
cursus:"IT",
|
|
||||||
degree:"BAC1",
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
id:1,
|
|
||||||
type:"ReInscription",
|
|
||||||
lastName:"Doe",
|
|
||||||
firstName:"Jane",
|
|
||||||
address: "Radiator Springs",
|
|
||||||
country: "USA",
|
|
||||||
birthdate:"2004-03-03",
|
|
||||||
email:"JaneDoe@gmail.com",
|
|
||||||
cursus:"Psychology",
|
|
||||||
degree:"BAC1",
|
|
||||||
}]
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Req v-for="item of requests_example" v-bind="item">
|
<div style='display:flex; justify-content:center; min-width:1140px;' v-for="item of requests">
|
||||||
</Req>
|
<div class="bodu" v-if="item.state === 'Pending'">
|
||||||
|
<div class="container">
|
||||||
|
<div class="id"><a>{{item.id}}</a></div>
|
||||||
|
<div class="surname"><a>{{item.lastName}}</a></div>
|
||||||
|
<div class="firstname"><a>{{item.firstName}}</a></div>
|
||||||
|
<div class="infos"><button style="background-color:rgb(105,05,105);" >{{i18n("request.moreInfos")}}</button></div>
|
||||||
|
<div class="accept"><button @click="upPage(item.id,'Accepted')" style="background-color:rgb(0,105,50);">{{i18n("request.accept")}}</button></div>
|
||||||
|
<div class="refuse"><button @click="upPage(item.id,'Refused')" style="background-color:rgb(105,0,0);">{{i18n("request.refuse")}}</button></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container{
|
||||||
|
color:white;
|
||||||
|
height:100px;
|
||||||
|
font-size:20px;
|
||||||
|
display:grid;
|
||||||
|
grid-template-columns:10% 14.2% 19% 14.2% 14.2% 14.2% 14.2%;
|
||||||
|
grid-template-areas:
|
||||||
|
"id type surname firstname infos accept refuse";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.infos {
|
||||||
|
grid-area:infos;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.accept{
|
||||||
|
grid-area:accept;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.refuse{
|
||||||
|
grid-area:refuse;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titles {
|
||||||
|
grid-area:titles;
|
||||||
|
background-color:rgb(215,215,215);
|
||||||
|
}
|
||||||
|
.id{
|
||||||
|
grid-area:id;
|
||||||
|
margin-left:40px;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.type{
|
||||||
|
grid-area:type;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.surname{
|
||||||
|
grid-area:surname;
|
||||||
|
align-self:center;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.firstname{
|
||||||
|
grid-area:firstname;
|
||||||
|
align-self:center;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
button{
|
||||||
|
font-size:15px;
|
||||||
|
height:50px;
|
||||||
|
width:100px;
|
||||||
|
border:none;
|
||||||
|
border-radius:20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bodu {
|
||||||
|
margin-top:2%;
|
||||||
|
width:66%;
|
||||||
|
border:2px solid black;
|
||||||
|
border-radius:9px;
|
||||||
|
background-color:rgb(50,50,50);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,77 +1,107 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { login , register} from '@/rest/Users.js'
|
import {reactive, ref } from 'vue'
|
||||||
import { ref } from 'vue'
|
|
||||||
import i18n from '@/i18n.js'
|
import i18n from '@/i18n.js'
|
||||||
|
import { login , register , disconnect, isLogged} from '@/rest/Users.js'
|
||||||
|
import { getAllCurriculums } from '@/rest/curriculum.js'
|
||||||
|
import { uploadProfilePicture } from '@/rest/uploads.js'
|
||||||
|
import {toast} from 'vue3-toastify'
|
||||||
|
import 'vue3-toastify/dist/index.css';
|
||||||
|
|
||||||
|
|
||||||
const loginPage= ref(true)
|
const loginPage= ref(true)
|
||||||
const page = ref(0)
|
const page = ref(0)
|
||||||
|
|
||||||
const emailID=ref("")
|
const outputs = reactive({
|
||||||
const passwordIN=ref("")
|
surname:null,
|
||||||
|
firstname:null,
|
||||||
|
password:null,
|
||||||
|
birthday:null,
|
||||||
|
email:null,
|
||||||
|
address:null,
|
||||||
|
country:null,
|
||||||
|
curriculum:null,
|
||||||
|
})
|
||||||
|
|
||||||
const submitValue= ref(i18n("login.guest.submit"))
|
const submitValue= ref(i18n("login.guest.submit"))
|
||||||
const surname=ref("")
|
|
||||||
const firstname=ref("")
|
|
||||||
const passwordOUT=ref("")
|
|
||||||
const passwordConfirm=ref("")
|
const passwordConfirm=ref("")
|
||||||
const birthday=ref("")
|
|
||||||
const emailOUT=ref("")
|
const imageSaved = ref(false)
|
||||||
const address=ref("")
|
const ppData = ref(false)
|
||||||
const country=ref("")
|
|
||||||
const cursus=ref("")
|
const curricula= await getAllCurriculums();
|
||||||
const loginInfos = [{_emailID:emailID},{_passwordIN:passwordIN}]
|
|
||||||
const registerInfos= [{_surname:surname},{_firstname:firstname},{_birthday:birthday},{_passwordOUT:passwordOUT},
|
function goBackHome(){
|
||||||
{_passwordConfirm:passwordConfirm},{_emailOUT:emailOUT},{_address:address},{_country:country},{_cursus:cursus}]
|
setTimeout(() => {
|
||||||
|
window.location.href="#/home";
|
||||||
|
}, "500");
|
||||||
|
}
|
||||||
|
function verifyInputs(pass){
|
||||||
|
if(pass==passwordConfirm.value){
|
||||||
|
page.value++;
|
||||||
|
return toast('Password and Confirm Password are correct.', {
|
||||||
|
|
||||||
|
type: "success",});
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
return toast('Password and Confirm Password are different',{type: "error",});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (isLogged()){
|
||||||
|
disconnect();
|
||||||
|
window.location.reload();}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class='loginBox'>
|
<div class="setup">
|
||||||
|
|
||||||
<div v-if="loginPage">
|
<div v-if="loginPage">
|
||||||
<form @submit.prevent="login(emailID, passwordIN)"class="form">
|
<div class='loginBox' style="margin-top:30%;">
|
||||||
|
<form @submit.prevent="login(outputs.email,outputs.password);goBackHome();"class="form">
|
||||||
<h1 style="color:rgb(239,60,168); font-family: sans-serif;">
|
<h1 style="color:rgb(239,60,168); font-family: sans-serif;">
|
||||||
{{i18n("login.guest.signin")}}
|
{{i18n("login.guest.signin")}}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>ID / {{i18n("login.guest.email")}}</p>
|
<p>ID / {{i18n("login.guest.email")}}</p>
|
||||||
<input type="text" v-model="emailID">
|
<input type="text" v-model="outputs.email">
|
||||||
</div>
|
</div>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.password")}}</p>
|
<p>{{i18n("login.guest.password")}}</p>
|
||||||
<input type="password" v-model="passwordIN">
|
<input type="password" v-model="outputs.password">
|
||||||
</div>
|
</div>
|
||||||
<div class="register">
|
<div class="register">
|
||||||
<a @click="loginPage=!loginPage">{{i18n("login.guest.register")}}</a>
|
<a @click="loginPage=!loginPage">{{i18n("login.guest.register")}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputBox">
|
<div class="inputBox" style="margin-bottom:35px;">
|
||||||
<input type="submit" v-model="submitValue">
|
<input type="submit" v-model="submitValue">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<form @submit.prevent="register(surname,firstname,emailOUT)" class="form">
|
<div class='loginBox' style="margin-top:30%; margin-bottom:50%;">
|
||||||
|
<form class="form">
|
||||||
<h1 style="color:rgb(239,60,168); font-family: sans-serif; text-align:center;">
|
<h1 style="color:rgb(239,60,168); font-family: sans-serif; text-align:center;">
|
||||||
{{i18n("login.guest.welcome")}}
|
{{i18n("login.guest.welcome")}}
|
||||||
</h1>
|
</h1>
|
||||||
<div v-if="page === 0">
|
<div v-if="page === 0">
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.surname")}}</p>
|
<p>{{i18n("login.guest.surname")}}</p>
|
||||||
<input type="text" v-model="surname">
|
<input type="text" v-model="outputs.surname">
|
||||||
</div>
|
</div>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.firstname")}}</p>
|
<p>{{i18n("login.guest.firstname")}}</p>
|
||||||
<input type="text" v-model="firstname">
|
<input type="text" v-model="outputs.firstname">
|
||||||
</div>
|
</div>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.birthday")}}</p>
|
<p>{{i18n("login.guest.birthday")}}</p>
|
||||||
<input type="date" v-model="birthday">
|
<input type="date" v-model="outputs.birthday">
|
||||||
</div>
|
</div>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.password")}}</p>
|
<p>{{i18n("login.guest.password")}}</p>
|
||||||
<input type="password" v-model="passwordOUT">
|
<input type="password" v-model="outputs.password">
|
||||||
</div>
|
</div>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.confirm")}} {{i18n("login.guest.password")}}</p>
|
<p>{{i18n("login.guest.confirm")}} {{i18n("login.guest.password")}}</p>
|
||||||
@ -79,7 +109,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="switchpage">
|
<div class="switchpage">
|
||||||
<button @click="page++">{{i18n("login.guest.nextpage")}}</button>
|
<button @click="verifyInputs(outputs.password);">{{i18n("login.guest.nextpage")}}</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div @click="(loginPage=!loginPage) && (page=0)" class="register">
|
<div @click="(loginPage=!loginPage) && (page=0)" class="register">
|
||||||
@ -89,26 +119,34 @@
|
|||||||
<div v-else>
|
<div v-else>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.email")}}</p>
|
<p>{{i18n("login.guest.email")}}</p>
|
||||||
<input type="mail" v-model="emailOUT">
|
<input type="mail" v-model="outputs.email">
|
||||||
</div>
|
</div>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.address")}}</p>
|
<p>{{i18n("login.guest.address")}}</p>
|
||||||
<input type="text" v-model="address">
|
<input type="text" v-model="outputs.address">
|
||||||
</div>
|
</div>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("login.guest.country")}}</p>
|
<p>{{i18n("login.guest.country")}}</p>
|
||||||
<input type="text" v-model="country">
|
<input type="text" v-model="outputs.country">
|
||||||
</div>
|
</div>
|
||||||
|
<form class="inputBox"novalidate enctype="multipart/form-data">
|
||||||
|
<p>{{i18n("profile.picture").toUpperCase()}}</p>
|
||||||
|
<label class="browser">
|
||||||
|
Parcourir . . .
|
||||||
|
<input type="file" :disabled="imageSaved" @change="ppData = uploadProfilePicture($event.target.files); imageSaved = true;" accept="image/*">
|
||||||
|
</label>
|
||||||
|
</form>
|
||||||
<div class="inputBox">
|
<div class="inputBox">
|
||||||
<p>{{i18n("curriculum").toUpperCase()}}</p>
|
<p>{{i18n("Curriculum").toUpperCase()}}</p>
|
||||||
<select v-model="cursus">
|
<select v-model="outputs.curriculum">
|
||||||
<option value="Chemistry">Chemistry</option>
|
<option v-for="item in curricula">{{item.curriculumId}}</option>
|
||||||
<option value="Psycho">Psychology</option>
|
|
||||||
<option value="IT">IT</option>
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div style="align-self:center;" class="inputBox">
|
<div style="align-self:center;" class="inputBox">
|
||||||
<button style="margin-top:25px;" @click="console.log(outputs)">{{i18n("login.guest.submit")}}</button>
|
<button style="margin-top:25px;" @click="register(outputs.firstname, outputs.surname, outputs.birthday, outputs.password, outputs.email, outputs.address, outputs.country, outputs.curriculum, ppData);">
|
||||||
|
{{i18n("login.guest.submit")}}
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="switchpage">
|
<div class="switchpage">
|
||||||
<button @click="page--">{{i18n("login.guest.lastpage")}}</button>
|
<button @click="page--">{{i18n("login.guest.lastpage")}}</button>
|
||||||
@ -120,34 +158,25 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.Home{
|
|
||||||
position:absolute;
|
|
||||||
display: flex;
|
|
||||||
z-index: 100;
|
|
||||||
padding: 8px 16px;
|
|
||||||
color:rgb(255, 255, 255);
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Home:hover{
|
.setup {
|
||||||
width:40px;
|
margin-left: auto;
|
||||||
background-color: black;
|
margin-right:auto;
|
||||||
border-radius:6px;
|
min-width:400px;
|
||||||
color:white;
|
|
||||||
transform: translate(0px ,1px);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
width:25%;
|
||||||
|
height:60%;
|
||||||
|
}
|
||||||
|
|
||||||
.loginBox {
|
.loginBox {
|
||||||
background-color: rgb(24,24,24);
|
background-color: rgb(24,24,24);
|
||||||
width: 400px;
|
|
||||||
display:flex;
|
display:flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 40px;
|
border-radius: 5%;
|
||||||
border-radius: 20px;
|
|
||||||
box-shadow:0 5px 25px #000000;
|
box-shadow:0 5px 25px #000000;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -156,9 +185,8 @@
|
|||||||
width:100%;
|
width:100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
|
||||||
align-items:center;
|
align-items:center;
|
||||||
gap: 15px;
|
gap: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -166,12 +194,12 @@
|
|||||||
|
|
||||||
width:100%;
|
width:100%;
|
||||||
border: none;
|
border: none;
|
||||||
margin-right: 50px;
|
margin-right: 12.5%;
|
||||||
padding-left: 10px;
|
padding-left: 2.5%;
|
||||||
padding-top:10px;
|
padding-top:2.5%;
|
||||||
padding-bottom:10px;
|
padding-bottom:2.5%;
|
||||||
outline:none;
|
outline:none;
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
font-size:1.35em;
|
font-size:1.35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -186,8 +214,9 @@
|
|||||||
|
|
||||||
.register{
|
.register{
|
||||||
color:rgb(239,60,168);
|
color:rgb(239,60,168);
|
||||||
width: 100%;
|
width:70%;
|
||||||
display:flex;
|
margin-bottom:20px;
|
||||||
|
margin-top:20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -216,6 +245,21 @@ input[type=submit],button,select{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=file]{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.browser{
|
||||||
|
display:inline-block;
|
||||||
|
cursor:pointer;
|
||||||
|
border-radius:20px;
|
||||||
|
background-color:rgb(239,60,168);
|
||||||
|
padding:5%;
|
||||||
|
font-size:1.35em;
|
||||||
|
font-family:sans-serif;
|
||||||
|
background:#FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
button:active ,.switchpage:active{
|
button:active ,.switchpage:active{
|
||||||
opacity:0.8;
|
opacity:0.8;
|
||||||
|
|
||||||
|
@ -1,172 +1,170 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import i18n from "@/i18n.js"
|
import i18n from "@/i18n.js"
|
||||||
import {ref} from 'vue'
|
import {reactive , ref} from 'vue'
|
||||||
const cursus=[
|
import { getCourses,deleteCourse,alterCourse,createCourse } from "@/rest/courses.js"
|
||||||
{
|
import {getUser, getSelf, getTeachers } from "@/rest/Users.js"
|
||||||
"id": 12,
|
|
||||||
"name": "Math pour l'info",
|
|
||||||
"credits": 11,
|
|
||||||
"faculty": "science",
|
|
||||||
"teacher": 42,
|
|
||||||
"Assistants": []},
|
|
||||||
{
|
|
||||||
"id": 42,
|
|
||||||
"name": "Operating Systems",
|
|
||||||
"credits": 8,
|
|
||||||
"faculty": "science",
|
|
||||||
"teacher": 62,
|
|
||||||
"Assistants": []},
|
|
||||||
{
|
|
||||||
"id": 52,
|
|
||||||
"name": "Fonctionnement des ordinateurs",
|
|
||||||
"credits": 11,
|
|
||||||
"faculty": "science",
|
|
||||||
"teacher": 59,
|
|
||||||
"Assistants": []},
|
|
||||||
|
|
||||||
]
|
|
||||||
|
|
||||||
const profList=[42,45,62,84,59]
|
const self = await getSelf();
|
||||||
|
|
||||||
|
const curriculum = ref(await getCourses(self.role));
|
||||||
|
const profList = await getTeachers();
|
||||||
|
|
||||||
|
|
||||||
const createMod = ref(false)
|
const createMod = ref(false)
|
||||||
const deleteMod = ref(false)
|
const deleteMod = ref(false)
|
||||||
|
|
||||||
const editElementID = ref("");
|
const editElementID = ref("")
|
||||||
|
|
||||||
function editItem(id){
|
function editItem(id){
|
||||||
editElementID = id;
|
editElementID = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Juste pour montrer le Create Mode
|
//Juste pour montrer le Create Mode
|
||||||
|
|
||||||
const pattern = {
|
const pattern = {
|
||||||
|
"title":null,
|
||||||
"id": 0,
|
|
||||||
"name": null,
|
|
||||||
"credits":null,
|
"credits":null,
|
||||||
"faculty": null,
|
"owner":null,
|
||||||
"teacher": null,
|
}
|
||||||
"Assistants": []}
|
|
||||||
|
|
||||||
|
|
||||||
|
let toModify = Object.assign({},pattern);
|
||||||
let toAdd = Object.assign({}, pattern);
|
let toAdd = Object.assign({}, pattern);
|
||||||
|
|
||||||
function addToCourse (){
|
async function addToCourse(){
|
||||||
if (cursus.length>0){
|
|
||||||
toAdd.id=(cursus[cursus.length-1].id)-1;}
|
|
||||||
else{
|
|
||||||
toAdd.id=0;
|
|
||||||
}
|
|
||||||
let isnull= false;
|
let isnull= false;
|
||||||
|
|
||||||
for(const [key, value] of Object.entries(toAdd)){
|
for(const [key, value] of Object.entries(toAdd)){
|
||||||
|
console.log(toAdd.owner);
|
||||||
if(value === null){
|
if(value === null){
|
||||||
isnull=true;
|
isnull=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if (!isnull){
|
if (!isnull){
|
||||||
cursus.push(toAdd);
|
await createCourse(toAdd.title,toAdd.credits,toAdd.owner);
|
||||||
}
|
|
||||||
toAdd= Object.assign({},pattern);
|
toAdd= Object.assign({},pattern);
|
||||||
|
|
||||||
|
curriculum.value = await getCourses(self.role);
|
||||||
|
|
||||||
|
|
||||||
|
}}
|
||||||
|
|
||||||
|
function setModify(item){
|
||||||
|
for(const el in profList){
|
||||||
|
|
||||||
|
if(profList[el].regNo === item.owner.regNo){
|
||||||
|
toModify.owner= profList[el];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
toModify.credits= item.credits;
|
||||||
|
toModify.title= item.title;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async function patchCourse(course){
|
||||||
|
for (let element in toModify){
|
||||||
|
console.log(toModify,1)
|
||||||
|
console.log(toModify[element],2)
|
||||||
|
|
||||||
|
if (element =="owner" && (toModify[element].regNo != course.owner.regNo)){
|
||||||
|
await alterCourse(course.courseId,{owner:toModify[element].regNo});
|
||||||
|
}
|
||||||
|
else if(element == "title" && (toModify[element] != course.title)){
|
||||||
|
await alterCourse(course.courseId,{title:toModify[element]});
|
||||||
|
}
|
||||||
|
else if(element == "credits" && (parseInt(toModify[element]) != course.credits)){
|
||||||
|
await alterCourse(course.courseId,{credits:parseInt(toModify[element])});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
toModify= Object.assign({},pattern);
|
||||||
|
|
||||||
|
curriculum.value = await getCourses(self.role);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
//Juste pour montrer le Delete Mode
|
//Juste pour montrer le Delete Mode
|
||||||
let toRemove;
|
let toRemove = null;
|
||||||
|
|
||||||
function removeCourse() {
|
async function removeCourse(course) {
|
||||||
console.log("ok");
|
|
||||||
console.log(toRemove);
|
await deleteCourse(course.courseId)
|
||||||
let rem=-1;
|
curriculum.value = await getCourses(self.role);
|
||||||
for(const [key, value] of Object.entries(cursus)){
|
toRemove = null;
|
||||||
console.log(key);
|
|
||||||
console.log(value)
|
|
||||||
if(value.name === toRemove){
|
|
||||||
rem = key;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
console.log(rem)
|
|
||||||
if (rem > -1){
|
|
||||||
cursus.splice(rem, 1);}
|
|
||||||
console.log(cursus);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<div v-if="!deleteMod && !createMod" class="listTitle buttonGrid">
|
<div v-if="!deleteMod && !createMod && (self.role !== 'Teacher')" class="listTitle buttonGrid">
|
||||||
<button class="create" @click="createMod = true">
|
<button class="create" @click="editElementID= '';createMod = true;">
|
||||||
{{i18n("courses.create")}}
|
{{i18n("courses.createCourse")}}
|
||||||
</button>
|
</button>
|
||||||
<button class="delete" @click="deleteMod=true" >
|
<button class="delete" @click="deleteMod=true" >
|
||||||
{{i18n("courses.delete")}}
|
{{i18n("courses.deleteCourse")}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="createMod">
|
<div v-if="createMod">
|
||||||
<form class="listElement">
|
<form class="listElement" style="width:40%;margin-right:auto;margin-left:auto;">
|
||||||
|
|
||||||
<div style="margin-bottom:20px;">
|
<div style="margin-bottom:20px;">
|
||||||
{{i18n("name")}} :
|
{{i18n("name")}} :
|
||||||
<input v-model="toAdd.name">
|
<input v-model="toAdd.title">
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-bottom:20px;">
|
<div style="margin-bottom:20px;">
|
||||||
{{i18n("teacher")}} :
|
{{i18n("Teacher")}} :
|
||||||
<select style="max-width:200px;" class="teacher" v-model="toAdd.teacher">
|
<select style="max-width:200px;" class="teacher" v-model="toAdd.owner">
|
||||||
<option v-for="item in profList">{{item}}</option>
|
<option v-for="item in profList" :value="item">{{item.lastName}}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-bottom:20px;">
|
<div style="margin-bottom:20px;">
|
||||||
{{i18n("credits")}} :
|
{{i18n("Credits")}} :
|
||||||
<input v-model="toAdd.credits">
|
<input v-model="toAdd.credits">
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-bottom:20px;">
|
|
||||||
{{i18n("faculty")}} :
|
|
||||||
<input v-model="toAdd.faculty">
|
|
||||||
</div>
|
|
||||||
<button class="create" @click="createMod=!createMod; addToCourse();"> {{i18n("courses.confirm")}} </button>
|
<button class="create" @click="createMod=!createMod; addToCourse();"> {{i18n("courses.confirm")}} </button>
|
||||||
<button style="float:right;" @click="createMod=!createMod">{{i18n("courses.back")}}</button>
|
<button style="float:right;" @click="createMod=!createMod">{{i18n("courses.back")}}</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="deleteMod">
|
<div v-if="deleteMod">
|
||||||
<form class="listElement">
|
<form class="listElement" style="width:40%;margin-right:auto;margin-left:auto;">
|
||||||
<div style="margin-bottom:20px;">
|
<div style="margin-bottom:20px;">
|
||||||
{{i18n("courses.toDelete")}} :
|
{{i18n("courses.toDelete")}} :
|
||||||
<select style="max-width:200px;" class="teacher" v-model="toRemove">
|
<select style="max-width:200px;" class="teacher" v-model="toRemove">
|
||||||
<option v-for="item in cursus">{{item.name}}</option>
|
<option v-for="item in curriculum" :value='item'>{{item.title}}</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-bottom:20px;">
|
<button class="delete" @click="deleteMod=!deleteMod; removeCourse(toRemove);"> {{i18n("courses.deleteCourse")}} </button>
|
||||||
{{i18n("login.password")}}:
|
|
||||||
<input >
|
|
||||||
</div>
|
|
||||||
<div style="margin-bottom:20px;">
|
|
||||||
{{i18n("login.cPassword")}} :
|
|
||||||
<input>
|
|
||||||
</div>
|
|
||||||
<button class="delete" @click="deleteMod=!deleteMod;removeCourse();"> {{i18n("courses.delete")}} </button>
|
|
||||||
<button style="float:right;" @click="deleteMod=!deleteMod"> {{i18n("courses.back")}}</button>
|
<button style="float:right;" @click="deleteMod=!deleteMod"> {{i18n("courses.back")}}</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="!createMod && !deleteMod" v-for="item in cursus" :key="item.name">
|
<div v-if="!createMod && !deleteMod" v-for="item in curriculum" :key="item.title" style="width:50%;margin-left:auto; margin-right:auto;">
|
||||||
<div style ="padding:15px 15px 15px 15px;">
|
<div v-if="editElementID !== item.title" style ="padding:15px 15px 15px 15px;">
|
||||||
<button v-if="editElementID !== item.name" @click="editElementID = item.name">
|
<button @click="editElementID = item.title; setModify(item); ">
|
||||||
{{i18n("courses.modify")}}
|
{{i18n("courses.modify")}}
|
||||||
</button>
|
</button>
|
||||||
<button v-else @click="editElementID= ''"> {{i18n("courses.confirm")}} </button>
|
</div>
|
||||||
|
<div v-else>
|
||||||
|
<button @click="editElementID= '';patchCourse(item)"> {{i18n("courses.confirm")}} </button>
|
||||||
|
<button @click="editElementID= '';"> {{i18n("courses.back")}} </button>
|
||||||
</div>
|
</div>
|
||||||
<div class="listElement" >
|
<div class="listElement" >
|
||||||
<div class="containerElement" v-if="editElementID !== item.name" >
|
|
||||||
|
|
||||||
<div class="name"> {{item.name}} </div>
|
<div class="containerElement" v-if="editElementID !== item.title" >
|
||||||
<div class="teacher">{{item.teacher}}</div>
|
|
||||||
<div class="credits">{{i18n("credits")}}:{{item.credits}}</div>
|
<div class="name"> {{item.title}} </div>
|
||||||
|
<div class="teacher">{{item.owner.lastName}}</div>
|
||||||
|
<div class="credits">{{i18n("Credits")}}:{{item.credits}}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="containerElement"v-else>
|
<div class="containerElement"v-else>
|
||||||
<input style="max-width:200px;" class="name" v-model="item.name">
|
<input style="max-width:200px;" class="name" v-model="toModify.title">
|
||||||
<select style="max-width:200px;" class="teacher" v-model="item.teacher">
|
<select v-if="self.role === 'Secretary'" style="max-width:200px;" class="teacher" v-model="toModify.owner">
|
||||||
<option v-for="item in profList">{{item}}</option>
|
<option v-for="(item,index) in profList" :value='item'>{{item.lastName}}</option>
|
||||||
</select>
|
</select>
|
||||||
<input style="max-width:100px;"class="credits" v-model="item.credits">
|
<div v-else class="teacher">{{item.owner.lastName}}</div>
|
||||||
|
<input v-if="self.role==='Secretary'"style="max-width:100px;"class="credits" v-model="toModify.credits">
|
||||||
|
<div v-else class="credits">{{i18n("Credits")}}:{{item.credits}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -176,17 +174,27 @@ const cursus=[
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.body {
|
.body {
|
||||||
width:100%;
|
width:100%;
|
||||||
margin-bottom:10px;
|
margin-top:3.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.infosContainer {
|
||||||
|
min-width:350px;
|
||||||
|
padding-bottom:50px;
|
||||||
|
border:2px solid black;
|
||||||
|
font-size:25px;
|
||||||
|
color:white;
|
||||||
|
padding:20px;
|
||||||
|
background-color:rgb(50,50,50);
|
||||||
|
border-radius:20px;
|
||||||
|
}
|
||||||
|
|
||||||
.containerElement{
|
.containerElement{
|
||||||
justify-content:center;
|
justify-content:center;
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns:350px 350px 200px;
|
grid-template-columns:38.8% 38.8% 22.4%;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"name teacher credits";
|
"name teacher credits";
|
||||||
column-gap:10px;
|
column-gap:10px; }
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
grid-area:name;
|
grid-area:name;
|
||||||
@ -204,6 +212,7 @@ const cursus=[
|
|||||||
}
|
}
|
||||||
|
|
||||||
.listElement{
|
.listElement{
|
||||||
|
min-width:625px;
|
||||||
border:2px solid black;
|
border:2px solid black;
|
||||||
font-size:25px;
|
font-size:25px;
|
||||||
color:white;
|
color:white;
|
||||||
@ -211,6 +220,7 @@ const cursus=[
|
|||||||
background-color:rgb(50,50,50);
|
background-color:rgb(50,50,50);
|
||||||
border-radius:20px;
|
border-radius:20px;
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modify{
|
.modify{
|
||||||
@ -259,10 +269,11 @@ const cursus=[
|
|||||||
}
|
}
|
||||||
|
|
||||||
.listTitle{
|
.listTitle{
|
||||||
|
min-width:380px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width:400px;
|
width:25%;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
border:2px solid black;
|
border:2px solid black;
|
||||||
@ -270,7 +281,8 @@ const cursus=[
|
|||||||
color:white;
|
color:white;
|
||||||
padding:20px;
|
padding:20px;
|
||||||
background-color:rgb(50,50,50);
|
background-color:rgb(50,50,50);
|
||||||
border-radius:20px;margin-bottom:10px;
|
border-radius:20px;
|
||||||
|
margin-bottom:10px;
|
||||||
|
|
||||||
button:hover{
|
button:hover{
|
||||||
opacity:0.8;
|
opacity:0.8;
|
||||||
|
@ -1,108 +1,129 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import {reactive, ref } from 'vue'
|
import {reactive, ref } from 'vue'
|
||||||
import {getUser} from '../rest/Users.js'
|
import {getSelf,alterSelf,disconnect,deleteUser} from '../rest/Users.js'
|
||||||
|
import {getSelfCurriculum, getAllCurriculums} from '../rest/curriculum.js'
|
||||||
|
import {getCourses} from "../rest/courses.js"
|
||||||
import i18n from "@/i18n.js"
|
import i18n from "@/i18n.js"
|
||||||
/*
|
import { uploadProfilePicture } from '@/rest/uploads.js'
|
||||||
const user = getUser();
|
|
||||||
*/
|
|
||||||
const user =reactive({
|
|
||||||
profilPicture:"../assets/clyde.png",
|
|
||||||
lastName:"Ghost",
|
|
||||||
firstName:"Clyde",
|
|
||||||
role:"student",
|
|
||||||
address: "Radiator Springs",
|
|
||||||
email:"ClydeGhost@gmail.com",
|
|
||||||
cursus:[
|
|
||||||
{
|
|
||||||
"id": 12,
|
|
||||||
"name": "Math pour l'info",
|
|
||||||
"credits": 11,
|
|
||||||
"faculty": "science",
|
|
||||||
"teacher": 42,
|
|
||||||
"Assistants": []},
|
|
||||||
{
|
|
||||||
"id": 42,
|
|
||||||
"name": "Fonctionnement des ordinateurs",
|
|
||||||
"credits": 11,
|
|
||||||
"faculty": "science",
|
|
||||||
"teacher": 42,
|
|
||||||
"Assistants": []},
|
|
||||||
|
|
||||||
],
|
const user = ref(await getSelf());
|
||||||
option:"IT",
|
const UserCurriculum = ref("");
|
||||||
degree:"BAC1",
|
const curricula = ref (await getAllCurriculums());
|
||||||
password:"CeciEstUnMotDePasse123",
|
if(user.value.role === "Student"){
|
||||||
})
|
UserCurriculum.value = await getSelfCurriculum();
|
||||||
|
}
|
||||||
/*
|
|
||||||
Teacher user
|
|
||||||
const user =reactive({
|
|
||||||
profilPicture:"../assets/clyde.png",
|
|
||||||
lastName:"Ghost",
|
|
||||||
firstName:"Clyde",
|
|
||||||
role:"teacher",
|
|
||||||
address: "Radiator Springs",
|
|
||||||
email:"ClydeGhost@gmail.com",
|
|
||||||
coursesOwned:[
|
|
||||||
{
|
|
||||||
"id": 12,
|
|
||||||
"name": "Math pour l'info",
|
|
||||||
"faculty": "science",
|
|
||||||
"teacher": 42,
|
|
||||||
"Assistants": []},
|
|
||||||
{
|
|
||||||
"id": 42,
|
|
||||||
"name": "Fonctionnement des ordinateurs",
|
|
||||||
"credits": 11,
|
|
||||||
"faculty": "science",
|
|
||||||
"teacher": 42,
|
|
||||||
"Assistants": []},
|
|
||||||
|
|
||||||
],
|
|
||||||
faculty:"Science",
|
|
||||||
})*/
|
|
||||||
|
|
||||||
|
if(user.role === "Teacher"){
|
||||||
|
UserCurriculum.value = await getCourses("Teacher");
|
||||||
|
}
|
||||||
const modif = ref(false);
|
const modif = ref(false);
|
||||||
|
const curric = ref(false);
|
||||||
|
const reg = ref(false);
|
||||||
|
|
||||||
const toModify = Object.assign({}, user);
|
const pattern = {
|
||||||
|
profilPictureUrl:null,
|
||||||
|
email:null,
|
||||||
|
address:null,
|
||||||
|
password:null,
|
||||||
|
};
|
||||||
|
|
||||||
|
const patternInfos ={
|
||||||
|
email: null,
|
||||||
|
password: null,
|
||||||
|
passwordConfirm:null,
|
||||||
|
id:null,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
let toModify= Object.assign({}, pattern);
|
||||||
|
let personnalInfos = Object.assign({}, patternInfos);
|
||||||
|
|
||||||
|
function resetInputs(inputs,list){
|
||||||
|
inputs=Object.assign({},list);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function ChangeInfos(){
|
||||||
|
for (let element in toModify){
|
||||||
|
if (element =="email" && (toModify[element] !== null)){
|
||||||
|
await alterSelf(user.value.regNo,{email : toModify[element]});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (element =="profilPictureUrl" && (toModify[element] !== null)){
|
||||||
|
await alterSelf(user.value.regNo,{ profilPictureUrl : toModify[element]});
|
||||||
|
}
|
||||||
|
else if(element == "address" && (toModify[element] !== null)){
|
||||||
|
await alterSelf(user.value.regNo,{address : toModify[element]});
|
||||||
|
}
|
||||||
|
else if(element == "password" && (toModify[element] !== null)){
|
||||||
|
await alterSelf(user.value.regNo,{password : toModify[element]});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
toModify= Object.assign({},pattern);
|
||||||
|
user.value = await getSelf()
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function setModify(item){
|
||||||
|
toModify.address = item.address;
|
||||||
|
toModify.profilPictureUrl = item.profilPictureUrl;
|
||||||
|
toModify.email= item.email;
|
||||||
|
toModify.password= item.password;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async function unRegister(){
|
||||||
|
deleteUser(user.value.regNo);
|
||||||
|
disconnect()
|
||||||
|
setTimeout(() => {
|
||||||
|
window.location.href="#/home";
|
||||||
|
}, "500");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function getPP(){
|
||||||
|
if(user.value.profilePictureUrl === null){
|
||||||
|
return "/Clyde.png"
|
||||||
|
}
|
||||||
|
return user.profilePictureUrl
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="profilPic">
|
<div class="profilPic">
|
||||||
<img class="subContainter" src="../assets/Clyde.png">
|
<img class="subContainter" :src=getPP()>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="globalInfos">
|
<div class="globalInfos">
|
||||||
<div v-if="modif==false" class="infosContainer" >
|
<div v-if="modif==false && curric==false && reg==false " class="infosContainer" >
|
||||||
<div>
|
<div>
|
||||||
{{user.firstName}} {{user.lastName.toUpperCase()}}
|
{{user.firstName}} {{user.lastName}}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
E-mail: {{user.email}}
|
E-mail: {{user.email}}
|
||||||
</div>
|
</div>
|
||||||
<div v-if="user.role==='student'">
|
<div v-if="user.role==='Student'">
|
||||||
{{user.option}} {{i18n(user.role).toUpperCase()}}
|
{{user.option}} {{i18n(user.role)}}
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
{{i18n("faculty")}}: {{user.faculty}}
|
Role: {{i18n((user.role))}}
|
||||||
Role: {{i18n(user.role).toUpperCase()}}
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button @click="modif=!modif"> {{i18n("profile.modify.data")}} </button>
|
<button @click="modif=!modif; setModify(user)"> {{i18n("profile.modify.data")}} </button>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="(user.role==='student')">
|
<div v-if="(user.role==='Student')">
|
||||||
<button>{{i18n("profile.reRegister")}}</button>
|
<button @click="reg=!reg">{{i18n("profile.reRegister")}}</button>
|
||||||
<button style="float:right;background-color:rgb(150,0,0);">{{i18n("profile.unRegister")}}</button>
|
<button @click="unRegister()" style="float:right;background-color:rgb(150,0,0);">{{i18n("profile.unRegister")}}</button>
|
||||||
|
</div>
|
||||||
|
<div v-if="(user.role==='Student')">
|
||||||
|
<button @click="curric=!curric">{{i18n("profile.change.curriculum")}}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="infosContainer">
|
<div v-else-if="modif" class="infosContainer">
|
||||||
<div>
|
<div>
|
||||||
{{i18n("profile.picture")}}:
|
{{i18n("profile.picture")}}:
|
||||||
<input type="file">
|
<input type="file" @change="user.profilPicture = uploadProfilePicture($event.target.files);" accept="image/*">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
E-mail:
|
E-mail:
|
||||||
@ -110,7 +131,42 @@ const toModify = Object.assign({}, user);
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{{i18n("profile.address")}}:
|
{{i18n("profile.address")}}:
|
||||||
<input type="text" v-model="toModify.address">
|
<input type="text" v-model="toModify.id">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
{{i18n("login.password")}}:
|
||||||
|
<input type="password" v-model="toModify.password">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
{{i18n("login.cPassword")}}:
|
||||||
|
<input type="password" v-model="toModify.passwordConfirm">
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<button @click=" modif=!modif; ChangeInfos();">{{i18n("courses.confirm")}}</button>
|
||||||
|
<button @click="modif=!modif; resetInputs(toModify,pattern);" style="float:right;">{{i18n("courses.back")}}</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-else-if="curric" class="infosContainer">
|
||||||
|
<div style="height:40px;">
|
||||||
|
{{i18n("Curriculum")}}:
|
||||||
|
<select v-model="curriculum" >
|
||||||
|
<option v-for="item in curricula" style="font-size:20px;" :value="item">{{item.option}}</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<button @click=" curric=!curric;">{{i18n("courses.confirm")}}</button>
|
||||||
|
<button @click="curric=!curric; resetInputs(personnalInfos,patternInfos);" style="float:right;">{{i18n("courses.back")}}</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-else-if="reg" class="infosContainer">
|
||||||
|
<div>
|
||||||
|
E-mail:
|
||||||
|
<input type="mail" v-model="toModify.email" />
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
ID :
|
||||||
|
<input type="text" v-model="toModify.id">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{{i18n("login.password")}}:
|
{{i18n("login.password")}}:
|
||||||
@ -120,22 +176,25 @@ const toModify = Object.assign({}, user);
|
|||||||
{{i18n("login.cPassword")}}:
|
{{i18n("login.cPassword")}}:
|
||||||
<input type="password" id="confirm">
|
<input type="password" id="confirm">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<button @click=" modif=!modif">{{i18n("courses.confirm")}}</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-if="modif==false"class="moreInfos">
|
|
||||||
|
|
||||||
<div v-if="(user.role==='student')">
|
<div>
|
||||||
|
<button @click=" reg=!reg;">{{i18n("courses.confirm")}}</button>
|
||||||
|
<button @click=" reg=!reg; resetInputs(personnalInfos,patternInfos);" style="float:right;">{{i18n("courses.back")}}</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div v-if="modif==false && curric==false && reg==false "class="moreInfos">
|
||||||
|
|
||||||
|
<div v-if="(user.role ==='Student')">
|
||||||
<div class="listTitle">
|
<div class="listTitle">
|
||||||
{{i18n("profile.course.list")}}
|
{{i18n("profile.course.list")}}
|
||||||
</div>
|
</div>
|
||||||
<div class="listElement "
|
<div class="listElement" v-for="item in UserCurriculum.courses">
|
||||||
v-for="item in user.cursus">
|
|
||||||
<div class=" containerElement">
|
<div class=" containerElement">
|
||||||
<div class="name"> {{item.name}} </div>
|
<div class="name"> {{item.title}} </div>
|
||||||
<div class="teacher">{{item.teacher}}</div>
|
<div class="teacher">{{item.owner.lastName}}</div>
|
||||||
<div class="credits">Credits:{{item.credits}}</div>
|
<div class="credits">Credits:{{item.credits}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -144,18 +203,6 @@ const toModify = Object.assign({}, user);
|
|||||||
<div>
|
<div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="(user.role==='teacher')">
|
|
||||||
<div class="listTitle">
|
|
||||||
{{i18n("profile.course.list")}}
|
|
||||||
</div>
|
|
||||||
<div class="listElement " v-for="item in user.coursesOwned">
|
|
||||||
{{item.name}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -163,18 +210,19 @@ const toModify = Object.assign({}, user);
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
|
min-width:675px;
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns:200px 900px;
|
grid-template-columns:10vw 50vw;
|
||||||
grid-template-rows:200px auto;
|
grid-template-rows:200px auto;
|
||||||
column-gap:30px;
|
column-gap:2.7%;
|
||||||
row-gap:25px;
|
row-gap:45px;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"profilPic globalInfos"
|
"profilPic globalInfos"
|
||||||
"minfos minfos";
|
"minfos minfos";
|
||||||
}
|
}
|
||||||
|
|
||||||
.profilPic{
|
.profilPic{
|
||||||
|
width:100%;
|
||||||
grid-area:profilPic;
|
grid-area:profilPic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -195,13 +243,17 @@ const toModify = Object.assign({}, user);
|
|||||||
grid-area:minfos;
|
grid-area:minfos;
|
||||||
}
|
}
|
||||||
.body {
|
.body {
|
||||||
|
min-width:960px;
|
||||||
width:100%;
|
width:100%;
|
||||||
margin-bottom:10px;
|
display:flex;
|
||||||
|
align-items:center;
|
||||||
|
justify-content:center;
|
||||||
|
margin-top:5%;
|
||||||
}
|
}
|
||||||
.containerElement{
|
.containerElement{
|
||||||
justify-content:center;
|
justify-content:center;
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns:350px 350px 200px;
|
grid-template-columns:38.8% 38.8% 22.4%;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"name teacher credits";
|
"name teacher credits";
|
||||||
column-gap:10px;
|
column-gap:10px;
|
||||||
@ -224,10 +276,11 @@ const toModify = Object.assign({}, user);
|
|||||||
}
|
}
|
||||||
|
|
||||||
.listTitle{
|
.listTitle{
|
||||||
|
min-width:197px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width:200px;
|
width:8vw;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
border:2px solid black;
|
border:2px solid black;
|
||||||
@ -239,6 +292,7 @@ const toModify = Object.assign({}, user);
|
|||||||
}
|
}
|
||||||
|
|
||||||
.listElement{
|
.listElement{
|
||||||
|
min-width:625px;
|
||||||
border:2px solid black;
|
border:2px solid black;
|
||||||
font-size:25px;
|
font-size:25px;
|
||||||
color:white;
|
color:white;
|
||||||
@ -249,6 +303,7 @@ const toModify = Object.assign({}, user);
|
|||||||
}
|
}
|
||||||
|
|
||||||
.infosContainer {
|
.infosContainer {
|
||||||
|
min-width:350px;
|
||||||
padding-bottom:50px;
|
padding-bottom:50px;
|
||||||
border:2px solid black;
|
border:2px solid black;
|
||||||
font-size:25px;
|
font-size:25px;
|
||||||
|
@ -1,109 +0,0 @@
|
|||||||
<script setup>
|
|
||||||
import i18n from "@/i18n.js"
|
|
||||||
const props = defineProps({
|
|
||||||
id: Number,
|
|
||||||
type: String,
|
|
||||||
lastName: String,
|
|
||||||
firstName: String,
|
|
||||||
address: String,
|
|
||||||
country: String,
|
|
||||||
birthDate: String,
|
|
||||||
cursus:String,
|
|
||||||
degree:String,});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<div class="bodu">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<div class="id"><a>{{id}}</a></div>
|
|
||||||
<div class="type"><a>{{type}}</a></div>
|
|
||||||
<div class="surname"><a>{{lastName}}</a></div>
|
|
||||||
<div class="firstname"><a>{{firstName}}</a></div>
|
|
||||||
<div class="infos"><button style="background-color:rgb(105,05,105);" >{{i18n("request.moreInfos")}} </button></div>
|
|
||||||
<div class="accept"><button style="background-color:rgb(0,105,50);">{{i18n("request.accept")}}</button></div>
|
|
||||||
<div class="refuse"><button style="background-color:rgb(105,0,0);">{{i18n("request.refuse")}}</button></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.container{
|
|
||||||
color:white;
|
|
||||||
height:100px;
|
|
||||||
font-size:20px;
|
|
||||||
display:grid;
|
|
||||||
grid-template-columns:[firstCol-start]100px[firstCol-end secondCol-start]150px[secondCol-end thirdCol-start]200px[thirdCol-end fourthCol-start]150px[fourthCol-end]150px[fifthCol-end]150px[sixthCol-end]150px[endCol];
|
|
||||||
grid-template-areas:
|
|
||||||
"id type surname firstname infos accept refuse";
|
|
||||||
column-gap:10px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.infos {
|
|
||||||
grid-area:infos;
|
|
||||||
align-self:center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.accept{
|
|
||||||
grid-area:accept;
|
|
||||||
align-self:center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.refuse{
|
|
||||||
grid-area:refuse;
|
|
||||||
align-self:center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.titles {
|
|
||||||
grid-area:titles;
|
|
||||||
background-color:rgb(215,215,215);
|
|
||||||
}
|
|
||||||
.id{
|
|
||||||
grid-area:id;
|
|
||||||
margin-left:40px;
|
|
||||||
align-self:center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.type{
|
|
||||||
grid-area:type;
|
|
||||||
align-self:center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.surname{
|
|
||||||
grid-area:surname;
|
|
||||||
align-self:center;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow:ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
.firstname{
|
|
||||||
grid-area:firstname;
|
|
||||||
align-self:center;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow:ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
button{
|
|
||||||
font-size:15px;
|
|
||||||
height:50px;
|
|
||||||
width:100px;
|
|
||||||
border:none;
|
|
||||||
border-radius:20px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.bodu {
|
|
||||||
width:100%;
|
|
||||||
margin-bottom:10px;
|
|
||||||
border:2px solid black;
|
|
||||||
border-radius:9px;
|
|
||||||
background-color:rgb(50,50,50);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
211
frontend/src/Apps/Schedule.vue
Normal file
211
frontend/src/Apps/Schedule.vue
Normal file
@ -0,0 +1,211 @@
|
|||||||
|
<script setup>
|
||||||
|
import { ref } from 'vue'
|
||||||
|
|
||||||
|
const schedule = [
|
||||||
|
{course:"Math Pour L'info",
|
||||||
|
start:"Wed Mar 27 2024 10:15 GMT+0100",
|
||||||
|
end:"Wed Mar 27 2024 12:15 GMT+0100"},
|
||||||
|
{
|
||||||
|
course:"Calculus",
|
||||||
|
start:"Wed Mar 27 2024 08:00 GMT+0100",
|
||||||
|
end:"Wed Mar 27 2024 10:00 GMT+0100"
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
course:"Physique II",
|
||||||
|
start:"Tue Mar 26 2024 10:15 GMT+0100",
|
||||||
|
end:"Tue Mar 26 2024 12:15 GMT+0100"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
course:"Math Pour L'info",
|
||||||
|
start:"Thu Mar 28 2024 10:15 GMT+0100",
|
||||||
|
end:"Thu Mar 28 2024 12:15 GMT+0100"
|
||||||
|
}]
|
||||||
|
function formatDate(date) {
|
||||||
|
var d = new Date(date),
|
||||||
|
month = '' + (d.getMonth() + 1),
|
||||||
|
day = '' + d.getDate(),
|
||||||
|
year = d.getFullYear();
|
||||||
|
|
||||||
|
if (month.length < 2)
|
||||||
|
month = '0' + month;
|
||||||
|
if (day.length < 2)
|
||||||
|
day = '0' + day;
|
||||||
|
|
||||||
|
return [day, month, year].join('-');
|
||||||
|
}
|
||||||
|
function getMonday(d) {
|
||||||
|
d = new Date(d);
|
||||||
|
var day = d.getDay(),
|
||||||
|
diff = d.getDate() - day + (day == 0 ? -6 : 1);
|
||||||
|
return new Date(d.setDate(diff));
|
||||||
|
}
|
||||||
|
|
||||||
|
function getAnyDays(d){
|
||||||
|
|
||||||
|
var day = new Date(mondayOfWeek.value);
|
||||||
|
day.setDate(day.getDate() + d );
|
||||||
|
|
||||||
|
return day;
|
||||||
|
}
|
||||||
|
|
||||||
|
const mondayOfWeek=ref(getMonday(new Date(schedule[1].start)))
|
||||||
|
|
||||||
|
function isNotCourse(element){
|
||||||
|
return element==null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function durationCourse(element){
|
||||||
|
const hour = element.end.substring(3,5) -element.start.substring(3,5);
|
||||||
|
|
||||||
|
|
||||||
|
return (element.end - element.start)%2;
|
||||||
|
}
|
||||||
|
function sortByDate(a, b) {
|
||||||
|
const nameA = a.start; // ignore upper and lowercase
|
||||||
|
const nameB = b.start; // ignore upper and lowercase
|
||||||
|
|
||||||
|
if (nameA < nameB) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
if (nameA > nameB) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
function transpose(a) {
|
||||||
|
const trans = [[],[],[],[],[],[]];
|
||||||
|
for(let i = 0; i < 6;i++){
|
||||||
|
for(let j=0; j< 7; j++){
|
||||||
|
if(a[j][i] !== null){
|
||||||
|
trans[i].push(a[j][i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return trans;
|
||||||
|
}
|
||||||
|
|
||||||
|
function matrixFromList(list){
|
||||||
|
const matrix = [[],[],[],[],[],[],[]];
|
||||||
|
for(let key in list){
|
||||||
|
const temp = [];
|
||||||
|
const day = new Date(list[key].start);
|
||||||
|
matrix[day.getDay()].push(list[key]);
|
||||||
|
matrix[day.getDay()].sort((a,b) => sortByDate(a,b));
|
||||||
|
}
|
||||||
|
return matrix;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
const schedule2 = matrixFromList(schedule);
|
||||||
|
const scheduleByWeek = transpose(schedule2);
|
||||||
|
|
||||||
|
console.log(scheduleByWeek)
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<template>
|
||||||
|
<div class="grid">
|
||||||
|
<div class="options" >
|
||||||
|
</div>
|
||||||
|
<div class="schedule">
|
||||||
|
<table class="table">
|
||||||
|
<tr style="background-color:rgb(24,24,24)">
|
||||||
|
<th/>
|
||||||
|
<th class="header">Lundi {{formatDate(getAnyDays(0))}}</th>
|
||||||
|
<th class="header">Mardi {{formatDate(getAnyDays(1))}}</th>
|
||||||
|
<th class="header">Mercredi {{formatDate(getAnyDays(2))}}</th>
|
||||||
|
<th class="header">Jeudi {{formatDate(getAnyDays(3))}}</th>
|
||||||
|
<th class="header">Vendredi {{formatDate(getAnyDays(4))}}</th>
|
||||||
|
<th class="header">Samedi {{formatDate(getAnyDays(5))}}</th>
|
||||||
|
<th class="header">Dimanche {{formatDate(getAnyDays(6))}}</th>
|
||||||
|
</tr>
|
||||||
|
<tr v-for="(n,index) in 12">
|
||||||
|
<th class="hour">{{8 + index}}:00-{{9+index}}:00</th>
|
||||||
|
<td v-for="m in 7"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<div class="courseGrid">
|
||||||
|
<div v-for="i in 7">
|
||||||
|
Test
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<style scoped>
|
||||||
|
.grid{
|
||||||
|
display:grid;
|
||||||
|
margin-top:2%;
|
||||||
|
align-items:center;
|
||||||
|
justify-content:center;
|
||||||
|
grid-template-columns:15vw 70vw;
|
||||||
|
column-gap:2.5vw;
|
||||||
|
|
||||||
|
grid-template-areas:"options schedule";
|
||||||
|
}
|
||||||
|
.schedule{
|
||||||
|
position:relative;
|
||||||
|
border-radius:20px;
|
||||||
|
grid-area:schedule;
|
||||||
|
width:100%;
|
||||||
|
height:85vh;
|
||||||
|
background-color:rgba(255,255,255,0.1);
|
||||||
|
}
|
||||||
|
.options{
|
||||||
|
border-radius:20px;
|
||||||
|
grid-area:options;
|
||||||
|
background-color:rgba(255,255,255,0.1);
|
||||||
|
width:100%;
|
||||||
|
height:85vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table{
|
||||||
|
width:100%;
|
||||||
|
height:100%;
|
||||||
|
border-spacing:0;
|
||||||
|
border-collapse:separate;
|
||||||
|
border-radius: 20px;
|
||||||
|
border: 2px solid black
|
||||||
|
}
|
||||||
|
|
||||||
|
.hour{
|
||||||
|
background-color:rgb(72,72,72)
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.header{
|
||||||
|
align-items:center;
|
||||||
|
width:12.5%;
|
||||||
|
color:#FFFFFF;
|
||||||
|
}
|
||||||
|
table th:not(:last-child),
|
||||||
|
table td:not(:last-child) {
|
||||||
|
border-right: 1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
table tr:not(:last-child)>td,
|
||||||
|
table tr:not(:last-child)>th
|
||||||
|
{
|
||||||
|
border-bottom:1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.courseGrid{
|
||||||
|
top:13.75%;
|
||||||
|
left:12.5%;
|
||||||
|
position:absolute;
|
||||||
|
width:87.5%;
|
||||||
|
height:86.25%;
|
||||||
|
display:grid;
|
||||||
|
grid-template-columns:repeat(7,1fr);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.course{
|
||||||
|
width:100%;
|
||||||
|
height:100%;
|
||||||
|
background-color:rgb(100,0,100);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
84
frontend/src/Apps/StudentsList.vue
Normal file
84
frontend/src/Apps/StudentsList.vue
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
<script setup>
|
||||||
|
import i18n from "@/i18n.js"
|
||||||
|
import { reactive } from 'vue'
|
||||||
|
import { getStudents } from '../rest/Users.js'
|
||||||
|
|
||||||
|
const users = await getStudents();
|
||||||
|
</script>
|
||||||
|
<template style="margin-top:5%;">
|
||||||
|
<div style="display:flex; justify-content:center; " v-for="item in users">
|
||||||
|
<div class="bodu">
|
||||||
|
<div class="container">
|
||||||
|
<div class="status"><a style="margin-left:30px">{{item.status}}</a></div>
|
||||||
|
<div class="option"><a>{{item.role}}</a></div>
|
||||||
|
<div class="surname"><a>{{item.lastName}}</a></div>
|
||||||
|
<div class="firstname"><a>{{item.firstName}}</a></div>
|
||||||
|
<div class="infos"><button style="background-color:rgb(105,05,105);" >{{i18n("request.moreInfos")}} </button></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container{
|
||||||
|
color:white;
|
||||||
|
height:100px;
|
||||||
|
font-size:30px;
|
||||||
|
display:grid;
|
||||||
|
grid-template-columns:21.7% 21.7% 21.7% 21.7% 13.1%;
|
||||||
|
grid-template-areas:
|
||||||
|
"status option surname firstname infos";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.infos {
|
||||||
|
grid-area:infos;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.option{
|
||||||
|
grid-area:option;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status{
|
||||||
|
grid-area:status;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.surname{
|
||||||
|
grid-area:surname;
|
||||||
|
align-self:center;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.firstname{
|
||||||
|
grid-area:firstname;
|
||||||
|
align-self:center;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
button{
|
||||||
|
font-size:15px;
|
||||||
|
height:50px;
|
||||||
|
width:75%;
|
||||||
|
border:none;
|
||||||
|
border-radius:20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bodu {
|
||||||
|
margin-top:2%;
|
||||||
|
width:66%;
|
||||||
|
border:2px solid black;
|
||||||
|
border-radius:9px;
|
||||||
|
background-color:rgb(50,50,50);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
81
frontend/src/Apps/UsersList.vue
Normal file
81
frontend/src/Apps/UsersList.vue
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
|
||||||
|
<script setup>
|
||||||
|
import i18n from "@/i18n.js"
|
||||||
|
import { reactive } from 'vue'
|
||||||
|
import { getAllUsers } from '../rest/Users.js'
|
||||||
|
|
||||||
|
const users = await getAllUsers();
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<template style="margin-top:5%;">
|
||||||
|
<div style="display:flex; justify-content:center; min-width:1140px;" v-for="item in users">
|
||||||
|
<div class="bodu">
|
||||||
|
<div class="container">
|
||||||
|
<div class="role"><a style="margin-left:30px">{{i18n(item.role)}}</a></div>
|
||||||
|
<div class="surname"><a>{{item.lastName}}</a></div>
|
||||||
|
<div class="firstname"><a>{{item.firstName}}</a></div>
|
||||||
|
<div class="infos"><button style="background-color:rgb(105,05,105);" >{{i18n("request.moreInfos")}} </button></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container{
|
||||||
|
color:white;
|
||||||
|
height:100px;
|
||||||
|
font-size:30px;
|
||||||
|
display:grid;
|
||||||
|
grid-template-columns:27.7% 27.7% 27.7% 16.9%;
|
||||||
|
grid-template-areas:
|
||||||
|
"role surname firstname infos";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.infos {
|
||||||
|
|
||||||
|
grid-area:infos;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.role {
|
||||||
|
grid-area:role;
|
||||||
|
align-self:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.surname{
|
||||||
|
grid-area:surname;
|
||||||
|
align-self:center;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.firstname{
|
||||||
|
grid-area:firstname;
|
||||||
|
align-self:center;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
button{
|
||||||
|
font-size:15px;
|
||||||
|
height:50px;
|
||||||
|
width:75%;
|
||||||
|
border:none;
|
||||||
|
border-radius:20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bodu {
|
||||||
|
margin-top:2%;
|
||||||
|
width:66%;
|
||||||
|
border:2px solid black;
|
||||||
|
border-radius:9px;
|
||||||
|
background-color:rgb(50,50,50);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
BIN
frontend/src/assets/angry_clyde.png
Normal file
BIN
frontend/src/assets/angry_clyde.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -1,4 +1,11 @@
|
|||||||
body {
|
body {
|
||||||
background-color: rgb(53, 25, 60);
|
background-color: rgb(53, 25, 60);
|
||||||
margin:0;
|
margin:0;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
#app {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -3,33 +3,43 @@
|
|||||||
*
|
*
|
||||||
* TODO: On time of writing, the backend doesn't support these endpoints so it could be modified in the future.
|
* TODO: On time of writing, the backend doesn't support these endpoints so it could be modified in the future.
|
||||||
*/
|
*/
|
||||||
import { restGet } from './restConsumer.js'
|
import {restGet, restPatch} from './restConsumer.js'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* create a new register requests that can be recovered by the registering service
|
* create a new register requests that can be recovered by the registering service
|
||||||
* TODO: add info in the Object (I don't know what will be needed)
|
* TODO: add info in the Object (I don't know what will be needed)
|
||||||
*/
|
*/
|
||||||
export async function createRegister(){
|
export async function createRegister(){
|
||||||
return restPost("/requests/register"});
|
return restPost("/request/register");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* list all register request in a list of Objects
|
* list all register request in a list of Objects
|
||||||
*/
|
* Shall return a list of
|
||||||
export async function getRegisters(){
|
* - id
|
||||||
return restGet("/requests/register")
|
* - type
|
||||||
}
|
* - lastName
|
||||||
|
* - firstName
|
||||||
/**
|
* - address
|
||||||
* Get info on a particular registering request
|
* - country
|
||||||
|
* - birthdate
|
||||||
|
* - email
|
||||||
|
* - curriculum
|
||||||
|
* - degree
|
||||||
*/
|
*/
|
||||||
export async function getRegisters(id){
|
export async function getRegisters(id){
|
||||||
return restGet("/requests/register/" + id);
|
if(id != null)
|
||||||
|
return restGet("/request/register/" + id);
|
||||||
|
return restGet("/request/register")
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function getAllRegisters(){
|
||||||
|
return restGet("/requests/register")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Change the state of a requests.
|
* Change the state of a requests.
|
||||||
*/
|
*/
|
||||||
export async function validateRegister(id, state){
|
export async function validateRegister(id, state){
|
||||||
return restPost("/requests/register/" + id, {state: state});
|
return restPatch("/request/register/" + id, state);
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,70 @@
|
|||||||
import { restGet, restPost } from './restConsumer.js'
|
import { restGet, restPost, restPatch, restDelete} from './restConsumer.js'
|
||||||
|
import { getCookie, setCookie } from '@/utils.js'
|
||||||
|
|
||||||
export async function login(user, pass, exp){
|
export async function login(user, pass, exp){
|
||||||
return restPost("/login", {identifier: user, password: pass, expirationDate: exp});
|
return restPost("/login", {identifier: user, password: pass, expirationDate: exp});
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function register(user, pass, mail){
|
export function isLogged(){
|
||||||
return restPost("/user", {name: user, password: pass, mail: mail});
|
return getCookie("session_token") != ""
|
||||||
|
}
|
||||||
|
|
||||||
|
export function disconnect(){
|
||||||
|
setCookie("session_token", ";expires= Thu, 01 Jan 1970 00:00:01 GMT")
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Register a user (tokenless)
|
||||||
|
*
|
||||||
|
* @param firstname
|
||||||
|
* @param lastname
|
||||||
|
* @param birthdate
|
||||||
|
* @param password
|
||||||
|
* @param mail
|
||||||
|
* @param address
|
||||||
|
* @param country
|
||||||
|
* @param curriculum
|
||||||
|
* @param imageId id of the image in database returned when uploaded
|
||||||
|
*/
|
||||||
|
export async function register(firstname, lastname, birthDate, password, email, address, country, curriculumId, imageId){
|
||||||
|
return restPost("/register", {
|
||||||
|
firstName: firstname,
|
||||||
|
lastName: lastname,
|
||||||
|
birthDate: birthDate,
|
||||||
|
password: password,
|
||||||
|
email: email,
|
||||||
|
address: address,
|
||||||
|
country: country,
|
||||||
|
curriculumId: curriculumId,
|
||||||
|
profilePictureUrl: imageId,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Register a user (by secretary)
|
||||||
|
*
|
||||||
|
* @param firstname
|
||||||
|
* @param lastname
|
||||||
|
* @param birthdate
|
||||||
|
* @param password
|
||||||
|
* @param mail
|
||||||
|
* @param address
|
||||||
|
* @param country
|
||||||
|
* @param imageId id of the image in database returned when uploaded
|
||||||
|
*
|
||||||
|
* PS: the password is not is not required as it is generated by the backend and sent to the user
|
||||||
|
* by mail. it's up to the user to change it if he cares about security
|
||||||
|
*/
|
||||||
|
export async function createUser(firstname, lastname, birthDate, email, address, country, role, imageId){
|
||||||
|
return restPost("/user", {
|
||||||
|
firstname: firstname,
|
||||||
|
lastname: lastname,
|
||||||
|
birthDate: birthDate,
|
||||||
|
password: password,
|
||||||
|
email: email,
|
||||||
|
address: address,
|
||||||
|
country: country,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -14,7 +73,7 @@ export async function register(user, pass, mail){
|
|||||||
* if the user is not authenticated. then an empty array should be returned
|
* if the user is not authenticated. then an empty array should be returned
|
||||||
*/
|
*/
|
||||||
export async function getUser(id){
|
export async function getUser(id){
|
||||||
const endpoint = "/user" + id != null ? "/" + id : "";
|
const endpoint = "/user/" + id;
|
||||||
return restGet(endpoint);
|
return restGet(endpoint);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -44,7 +103,23 @@ export async function getAllUsers(){
|
|||||||
return restGet("/users");
|
return restGet("/users");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the list of teachers
|
||||||
|
*
|
||||||
|
* @return a list of teachers
|
||||||
|
* each elements is of the form
|
||||||
|
* - id
|
||||||
|
* - name
|
||||||
|
* - role
|
||||||
|
*/
|
||||||
|
export async function getTeachers(){
|
||||||
|
return restGet("/teachers")
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export async function getStudents(){
|
||||||
|
return restGet("/students")
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Get informations about yourself
|
* Get informations about yourself
|
||||||
* - RegNo
|
* - RegNo
|
||||||
@ -65,6 +140,13 @@ export async function getSelf(){
|
|||||||
* - Adress
|
* - Adress
|
||||||
* - Password
|
* - Password
|
||||||
*/
|
*/
|
||||||
export async function alterSelf(data){
|
export async function alterSelf(id,data){
|
||||||
return restPatch("/user", data);
|
console.log(data)
|
||||||
|
return restPatch("/user/"+id, data);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
export async function deleteUser(id){
|
||||||
|
return restDelete("/user/" + id)
|
||||||
}
|
}
|
||||||
|
68
frontend/src/rest/apps.js
Normal file
68
frontend/src/rest/apps.js
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
import { restGet } from './restConsumer.js'
|
||||||
|
import { ref, computed } from 'vue'
|
||||||
|
import i18n from '@/i18n.js'
|
||||||
|
|
||||||
|
// Liste des apps
|
||||||
|
import LoginPage from '@/Apps/Login.vue'
|
||||||
|
import Inscription from "@/Apps/Inscription.vue"
|
||||||
|
import Profil from "@/Apps/Profil.vue"
|
||||||
|
import Courses from "@/Apps/ManageCourses.vue"
|
||||||
|
import Users from "@/Apps/UsersList.vue"
|
||||||
|
import Students from "@/Apps/StudentsList.vue"
|
||||||
|
import Schedule from "@/Apps/Schedule.vue"
|
||||||
|
|
||||||
|
const apps = {
|
||||||
|
'/schedule': Schedule,
|
||||||
|
'/login': LoginPage,
|
||||||
|
'/inscription': Inscription,
|
||||||
|
'/profil': Profil,
|
||||||
|
'/manage-courses' : Courses,
|
||||||
|
'/users-list' : Users,
|
||||||
|
'/students-list' : Students,
|
||||||
|
}
|
||||||
|
|
||||||
|
const appsList = {
|
||||||
|
'Msg': { path: '#/msg', icon: 'fa-comment', text: i18n("app.messages") },
|
||||||
|
'Notification': { path: '#/notifs', icon: 'fa-bell', text: i18n("app.notifications") },
|
||||||
|
'Forum': { path: '#/forum', icon: 'fa-envelope', text: i18n("app.forum") },
|
||||||
|
'Schedule': { path: '#/schedule', icon: 'fa-calendar-days', text: i18n("app.schedules") },
|
||||||
|
'Inscription': { path: '#/inscription', icon: 'fa-users', text: i18n("app.inscription.requests") },
|
||||||
|
'ManageCourses': { path: '#/manage-courses', icon: 'fa-book', text: i18n("app.manage.courses") },
|
||||||
|
'StudentsList':{ path: '#/students-list',icon: 'fa-users',text: i18n("app.studentList")},
|
||||||
|
'UsersList':{ path: '#/users-list',icon: 'fa-users',text: i18n("app.users")},
|
||||||
|
}
|
||||||
|
|
||||||
|
const currentPath = ref(window.location.hash)
|
||||||
|
|
||||||
|
export const currentView = computed(() => {
|
||||||
|
return apps[currentPath.value.slice(1) || '/']
|
||||||
|
})
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the list of app accesible by a logged (or not)
|
||||||
|
* user.
|
||||||
|
*/
|
||||||
|
export async function appList(){
|
||||||
|
let ret = [];
|
||||||
|
let userAppList = await restGet("/apps");
|
||||||
|
for (let userapp in userAppList) {
|
||||||
|
if(appsList[userAppList[userapp]] != null){
|
||||||
|
ret.push(appsList[userAppList[userapp]])
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check if the specified page is authorized for the
|
||||||
|
* user
|
||||||
|
*/
|
||||||
|
export async function checkPage(page){
|
||||||
|
return restGet("/apps/" + page)
|
||||||
|
}
|
||||||
|
|
||||||
|
window.addEventListener('hashchange', () => {
|
||||||
|
currentPath.value = window.location.hash
|
||||||
|
})
|
||||||
|
|
||||||
|
// vim:set noet sts=0 sw=4 ts=2 tw=2:
|
@ -7,8 +7,10 @@ import { restGet, restPost, restDelete, restPatch } from './restConsumer.js'
|
|||||||
/**
|
/**
|
||||||
* Create a new course
|
* Create a new course
|
||||||
*/
|
*/
|
||||||
export async function createCourse(name, credits, faculty, teacher, assistants){
|
export async function createCourse(name, credits, owner){
|
||||||
return restPost("/courses", {name: name, credits: credits, faculty: faculty, teacher: teacher, assistants: assistants} )
|
console.log(owner);
|
||||||
|
|
||||||
|
return restPost("/course", {title: name, credits: credits, owner} )
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -34,6 +36,25 @@ export async function getCourse(id){
|
|||||||
return restGet("/course/" + id);
|
return restGet("/course/" + id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the list of courses to display on secretary's option
|
||||||
|
*
|
||||||
|
* @return list of courses of the form
|
||||||
|
* - id
|
||||||
|
* - name
|
||||||
|
* - credits
|
||||||
|
* - facutly
|
||||||
|
* - teacher
|
||||||
|
* - Assistants
|
||||||
|
*/
|
||||||
|
export async function getCourses(role){
|
||||||
|
if(role==="Teacher"){
|
||||||
|
return restGet("/courses/owned")
|
||||||
|
}
|
||||||
|
return restGet("/courses")
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Change the options of a course
|
* Change the options of a course
|
||||||
*
|
*
|
||||||
|
50
frontend/src/rest/curriculum.js
Normal file
50
frontend/src/rest/curriculum.js
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
/**
|
||||||
|
* curriculum API
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { restGet, restPost, restDelete, restPatch } from './restConsumer.js'
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create a new curriculum (bundle of courses)
|
||||||
|
* @param courses list of courses
|
||||||
|
*/
|
||||||
|
export async function createcurriculum(courses){
|
||||||
|
return restPost("/curriculum", {courses: courses} );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Delete the specified curriculum
|
||||||
|
*/
|
||||||
|
export async function deletecurriculum(id){
|
||||||
|
return restDelete("/curriculum/" + id);
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function getAllCurriculums(){
|
||||||
|
return restGet("/curriculums");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get informations on a particular curriculum
|
||||||
|
*
|
||||||
|
* @param id identification of the curriculum
|
||||||
|
*
|
||||||
|
* @return list of courses
|
||||||
|
*/
|
||||||
|
export async function getcurriculum(id){
|
||||||
|
return restGet("/curriculum/" + id);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Modify the courses of a curriculum
|
||||||
|
*
|
||||||
|
* @param id the id of the curriculum
|
||||||
|
* @param courses list of new courses
|
||||||
|
*/
|
||||||
|
export async function altercurriculum(id, courses){
|
||||||
|
return restPatch("/curriculum/" + id, courses);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export async function getSelfCurriculum(){
|
||||||
|
return restGet("/curriculum");
|
||||||
|
}
|
@ -1,41 +0,0 @@
|
|||||||
/**
|
|
||||||
* cursus API
|
|
||||||
*/
|
|
||||||
|
|
||||||
import { restGet, restPostn, restDelete, restPatch } from './restConsumer.js'
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new cursus (bundle of courses)
|
|
||||||
* @param courses list of courses
|
|
||||||
*/
|
|
||||||
export async function createCursus(courses){
|
|
||||||
return restPost("/cursus", {courses: courses} );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Delete the specified cursus
|
|
||||||
*/
|
|
||||||
export async function deleteCursus(id){
|
|
||||||
return restDelete("/cursus/" + id);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get informations on a particular cursus
|
|
||||||
*
|
|
||||||
* @param id identification of the cursus
|
|
||||||
*
|
|
||||||
* @return list of courses
|
|
||||||
*/
|
|
||||||
export async function getCursus(id){
|
|
||||||
return restGet("/cursus/" + id);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Modify the courses of a cursus
|
|
||||||
*
|
|
||||||
* @param id the id of the cursus
|
|
||||||
* @param courses list of new courses
|
|
||||||
*/
|
|
||||||
export async function alterCursus(id, courses){
|
|
||||||
return restPatch("/cursus/" + id, courses);
|
|
||||||
}
|
|
@ -11,8 +11,13 @@ export async function restPost(endPoint, data) {
|
|||||||
return await _rest(endPoint, {method: "POST", credentials: 'include', body: JSON.stringify(data)});
|
return await _rest(endPoint, {method: "POST", credentials: 'include', body: JSON.stringify(data)});
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function restDelete(endPoint, data) {
|
export async function restPostFile(endPoint, file){
|
||||||
return await _rest(endPoint, {method: "DELETE", credentials: 'include', body: JSON.stringify(data)});
|
let headers = new Headers();
|
||||||
|
return await _rest(endPoint, {method: "POST", credentials: 'include', body: file, headers: headers });
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function restDelete(endPoint) {
|
||||||
|
return await _rest(endPoint, {method: "DELETE"});
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function restPatch(endPoint, data) {
|
export async function restPatch(endPoint, data) {
|
||||||
@ -35,13 +40,13 @@ async function _rest(endPoint, config){
|
|||||||
'Authorization': session_token,
|
'Authorization': session_token,
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
});
|
});
|
||||||
config['headers'] = headers;
|
config['headers'] = config['headers'] == null ? headers : config['headers'];
|
||||||
return toast.promise(fetch(restURL + endPoint, config),
|
return toast.promise(fetch(restURL + endPoint, config),
|
||||||
{
|
{
|
||||||
pending: config['pending'] != null ? config['pending'] : 'pending',
|
pending: config['pending'] != null ? config['pending'] : 'pending',
|
||||||
error: config['error'] != null ? config['error'] : 'Network Failure...',
|
error: config['error'] != null ? config['error'] : 'Network Failure...',
|
||||||
success: config['success'] != null ? config['success'] : {render(res){
|
success: config['success'] != null ? config['success'] : {render(res){
|
||||||
return res.ok ? "Success" : "error";
|
return res.data.ok ? "Success" : "error";
|
||||||
}},
|
}},
|
||||||
})
|
})
|
||||||
.then( e => e.json()).catch( e => e );
|
.then( e => e.json()).catch( e => e );
|
||||||
|
11
frontend/src/rest/uploads.js
Normal file
11
frontend/src/rest/uploads.js
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import { restPostFile } from '@/rest/restConsumer.js'
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Upload a file to the server and return the url of this image
|
||||||
|
*/
|
||||||
|
export async function uploadProfilePicture(file){
|
||||||
|
const formData = new FormData();
|
||||||
|
formData.append("file", file[0]);
|
||||||
|
return restPostFile("/upload/ProfilePicture", formData)
|
||||||
|
}
|
Reference in New Issue
Block a user