[PR #27] [MERGED] Felix #27

Closed
opened 2026-05-06 16:05:55 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/ProjetS4COMWEB/pull/27
Author: @BreizhHardware
Created: 4/17/2024
Status: Merged
Merged: 4/17/2024
Merged by: @BreizhHardware

Base: mainHead: felix


📝 Commits (3)

  • cddbfcf Fix take rdv
  • 8e2925c Start of adding profile page
  • 22fc526 Profile page almost done (just when all field are full it didn't work on the first time)

📊 Changes

9 files changed (+423 additions, -67 deletions)

View changed files

📝 src/API/requests.php (+36 -0)
📝 src/css/styles.css (+14 -0)
📝 src/js/AJAX/home.js (+156 -8)
📝 src/js/AJAX/lib.js (+2 -2)
📝 src/js/AJAX/take-rdv.js (+20 -11)
📝 src/js/AJAX/utils.js (+0 -1)
src/js/signup.js (+0 -43)
📝 src/php/db/Login.php (+2 -2)
📝 src/php/db/Patient.php (+193 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/ProjetS4COMWEB/pull/27 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 4/17/2024 **Status:** ✅ Merged **Merged:** 4/17/2024 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `felix` --- ### 📝 Commits (3) - [`cddbfcf`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/cddbfcfab989395c5327f52c139b1c8c2d6c8921) Fix take rdv - [`8e2925c`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/8e2925c61db6e56c25e7ad53b8f41eb87153d8e7) Start of adding profile page - [`22fc526`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/22fc526890d21c319945f89de7555c55ea8a839a) Profile page almost done (just when all field are full it didn't work on the first time) ### 📊 Changes **9 files changed** (+423 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `src/API/requests.php` (+36 -0) 📝 `src/css/styles.css` (+14 -0) 📝 `src/js/AJAX/home.js` (+156 -8) 📝 `src/js/AJAX/lib.js` (+2 -2) 📝 `src/js/AJAX/take-rdv.js` (+20 -11) 📝 `src/js/AJAX/utils.js` (+0 -1) ➖ `src/js/signup.js` (+0 -43) 📝 `src/php/db/Login.php` (+2 -2) 📝 `src/php/db/Patient.php` (+193 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 16:05:55 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/ProjetS4COMWEB#27
No description provided.