This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into frontend
- Loading branch information
Showing
140 changed files
with
795 additions
and
678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: running test with github actions | ||
name: Backend Testing | ||
on: pull_request | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# UGent-6 | ||
![badge](https://github.com/SELab-2/UGent-6/actions/workflows/backend_testing.yaml/badge.svg) | ||
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) | ||
|
||
<img src="https://github.com/SELab-2/UGent-6/assets/15960534/bf16e825-2d96-46af-8dc0-12ec03ba545b" width="700"> | ||
|
||
|
||
|
||
| Student | E-mailadres | | ||
----------------------------------------------------|-----------------------------| | ||
|
@@ -14,4 +16,42 @@ | |
| [Tristan Verbeken](https://github.com/TR1VER) | [email protected]| | ||
|
||
|
||
https://github.com/SELab-2/UGent-6/wiki | ||
[wiki documentation](https://github.com/SELab-2/UGent-6/wiki) | ||
|
||
[api documentation](https://apidog.com/apidoc/project-467959) | ||
## Tree view of the project | ||
|
||
- backend | ||
- app | ||
- src | ||
- main/java/com/ugent/pidgeon | ||
- auth (Authentication related logic) | ||
- config (Configuration settings and beans) | ||
- controllers (Web controllers for handling requests) | ||
- model (models for testing submissions) | ||
- json (request/response bodies) | ||
- postgre (Database models and repositories) | ||
- util (Utility classes and helpers) | ||
- resources (Configuration files, property files etc.) | ||
- test/java/com/ugent/pidgeon (Unit and integration tests) | ||
- database (Database schemas and scripts) | ||
- db (Database related scripts) | ||
- web-bff (Express webserver that manages user authentication with cookie sessions) | ||
|
||
- frontend | ||
- public (Static files like images, fonts, and `index.html`) | ||
- src | ||
- @types (TypeScript type definitions) | ||
- assets (Static assets like images and logos used in the app) | ||
- components (Reusable UI components) | ||
- common (Commonly used components across the application) | ||
- forms (Form components, including project form tabs) | ||
- layout (Components related to layout such as navbars and sidebars) | ||
- hooks (Custom React hooks) | ||
- i18n (Internationalization setup, including language files) | ||
- pages (Component structure for each page) | ||
- providers (Context providers for state management) | ||
- router (Routing and path management) | ||
- theme (Styling themes and fonts) | ||
- util (Utility functions and helpers such as our `apiFetch`) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
backend/app/src/main/java/com/ugent/pidgeon/config/SecretsFileCheckConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 38 additions & 9 deletions
47
backend/app/src/main/java/com/ugent/pidgeon/controllers/CourseController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 17 additions & 7 deletions
24
backend/app/src/main/java/com/ugent/pidgeon/controllers/GroupFeedbackController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.