2f9297edab
Merge pull request 'tonitch/feat/adding-the-frontend' ( #24 ) from tonitch/feat/adding-the-frontend into master
...
continuous-integration/drone/push Build was killed
Reviewed-on: #24
drone for front-end should be done now
2024-02-16 08:19:21 +01:00
Debucquoy
e7674bbfc3
fixing drone
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-02-16 08:15:24 +01:00
Debucquoy
1f342468c5
droned
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2024-02-16 08:07:46 +01:00
e68118945c
tonitch/feat/adding-the-frontend ( #23 )
...
continuous-integration/drone/push Build was killed
This is the base of the frontend with a CI to deploy it to clyde.herisson.ovh with each push to master
Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
Reviewed-on: #23
2024-02-14 11:14:24 +01:00
Debucquoy
613ad99264
ci(app): Drone Deployment
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2024-02-14 11:06:26 +01:00
Debucquoy
35bbb45ff2
avoid storing lock
2024-02-14 08:55:44 +01:00
Debucquoy
0020bfe4a1
frontend base
continuous-integration/drone/push Build is passing
2024-02-10 19:49:47 +01:00
04143f162b
drone ( #22 )
...
continuous-integration/drone/push Build was killed
Base de CI pour le début du projet
Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
Reviewed-on: #22
2024-02-10 17:48:38 +01:00
ef4929640d
Corrections to api
2023-12-15 15:11:29 +01:00
3abe4cd6ef
Bug correction ( #20 )
...
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Reviewed-on: #20
2023-12-15 14:55:46 +01:00
5958b15c84
Adding delete and get to message-id
2023-12-15 14:52:40 +01:00
8648631d32
Put tag guest to DisplayArticle
...
asked-by: Max
2023-12-15 14:52:40 +01:00
db2003b51a
Roles ref problem
2023-12-15 14:52:40 +01:00
6f5f89d954
First api
2023-12-15 14:52:40 +01:00
abef330bd7
class diagram messaging extension ( #13 )
...
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Reviewed-on: #13
Reviewed-by: Maxime <231026@umons.ac.be>
2023-12-15 14:36:44 +01:00
4f1a44549b
ERB msg done ( #14 )
...
# Entity relational diagram
## Messaging extension
```mermaid
%%{init: { "er": {"fontSize": 25}}}%%
erDiagram
%% General
Users
%% Messages
Discussions{
Integer id PK
String name
}
Messages{
Integer id PK
Integer response FK "Messages"
String content
}
Discussions ||--o{ Messages: ""
Discussions ||--o{ Users: ""
Messages o|--o{ Messages: "answers"
%% Forums
Forums{
Integer id PK
String name
}
Topics{
Integer id PK
String subject
String content
Boolean locked
}
Answers{
Integer id PK
String content
Boolean anonymous
TimeStamp creation_time
}
Polls{
Integer id PK
enum PollType
}
Options{
Integer id PK
String name
}
Forums ||--o{ Users: "Registered"
Forums ||--|| Teacher: "Owner"
Forums ||--|| Course: ""
Forums ||--o{ Topics: ""
Forums ||--o{ Polls: ""
Topics ||--|| Teacher: "Author"
Topics ||--|| Users: "Author"
Topics ||--o{ Answers: ""
Polls ||--o{ Options: ""
Options ||--o{ Votes : ""
Votes }o--|| Users: "Voter"
%% Appointments
Teachers
Appointments{
Integer id PK
TIME sent_time
enum Status
}
Appointments ||--|| Teachers: ""
Appointments ||--|| Users: ""
```
Debucquoy Anthony
Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
Reviewed-on: #14
Reviewed-by: Maxime <231026@umons.ac.be>
2023-12-15 14:36:10 +01:00
55e095bcc6
small indentation error
2023-12-14 20:58:09 +01:00
26bcb045ed
Extension Messagerie ( #11 )
...
Voici le use case de messagerie.
et l'interaction overview messagerie.
Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Reviewed-on: #11
Reviewed-by: Maxime <231026@umons.ac.be>
2023-12-14 15:15:39 +01:00
5d8c3d03c5
Extension Requests
...
Bon les gars je vais pas passer par 4 chemins :
Zǎoshang hǎo zhōngguó xiànzài wǒ yǒu BING CHILLING 🥶 🍦 wǒ hěn xǐhuān BING CHILLING 🥶 🍦 dànshì sùdù yǔ jīqíng 9 bǐ BING CHILLING 🥶 🍦 sùdù yǔ jīqíng sùdù yǔ jīqíng 9 wǒ zuì xǐhuān suǒyǐ…xiànzài shì yīnyuè shíjiān zhǔnbèi 1 2 3 liǎng gè lǐbài yǐhòu sùdù yǔ jīqíng 9 ×3 bùyào wàngjì bùyào cu òguò jìdé qù diànyǐngyuàn kàn sùdù yǔ jīqíng 9 yīn wéi fēicháng hǎo diànyǐng dòngzuò fēicháng hǎo chàbùduō yīyàng BING CHILLING 🥶 🍦 zàijiàn 🥶 🍦
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Reviewed-on: #4
Reviewed-by: Debucquoy Anthony <d.tonitch@gmail.com>
Reviewed-by: Maxime <231026@umons.ac.be>
Co-authored-by: LeoMoulin <leomoulin125@gmail.com>
Co-committed-by: LeoMoulin <leomoulin125@gmail.com>
2023-12-14 14:37:26 +01:00