[PR #40] [MERGED] Fouche enculé #40

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/ProjetS4COMWEB/pull/40
Author: @YanisRff
Created: 5/21/2024
Status: Merged
Merged: 5/21/2024
Merged by: @YanisRff

Base: cfoucheHead: main


📝 Commits (10+)

  • a18f0f0 Merge pull request #34 from BreizhHardware/cfouche
  • 01f5c6e avancer sur patient
  • f6658c5 Merge branch 'main' into Yanis
  • 730406f Patient almost done mais problème pour déplacer mes rdv mais attachEventListener ne sont pas éffectué
  • 9d9fad3 Merge pull request #35 from BreizhHardware/Yanis
  • ce8bdc9 Merge pull request #36 from BreizhHardware/main
  • 80ee075 Almost done the only part missing is the right redirection when I'm doing a search
  • fa19d25 Merge pull request #37 from BreizhHardware/Yanis
  • 32971ad error in cancel rdv
  • ab48753 Finished !!!! (Juste il faut tester quand un medecin n'a pas de créneau car moi ça me met un ancien code que j'ai supprimé)

📊 Changes

9 files changed (+341 additions, -100 deletions)

View changed files

📝 src/API/requests.php (+15 -19)
📝 src/API/test/database.php (+19 -41)
src/API/test/request.php (+0 -26)
📝 src/js/AJAX/home.js (+6 -2)
📝 src/js/AJAX/index.js (+5 -0)
src/js/AJAX/rdv-patient.js (+229 -0)
📝 src/js/AJAX/rdv-praticien.js (+65 -10)
📝 src/js/AJAX/search.js (+1 -1)
📝 src/js/AJAX/take-rdv.js (+1 -1)

📄 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/40 **Author:** [@YanisRff](https://github.com/YanisRff) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@YanisRff](https://github.com/YanisRff) **Base:** `cfouche` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a18f0f0`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/a18f0f0b050cb70d038a00f87265394e65139377) Merge pull request #34 from BreizhHardware/cfouche - [`01f5c6e`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/01f5c6e1abd3dfd0d4915d8e0947f7f9eb506dc3) avancer sur patient - [`f6658c5`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/f6658c5e304870391b4ec18c798140106ac1489d) Merge branch 'main' into Yanis - [`730406f`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/730406f60109a6f7f5b4eb0b855a01f35b97edad) Patient almost done mais problème pour déplacer mes rdv mais attachEventListener ne sont pas éffectué - [`9d9fad3`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/9d9fad32a72f2685bf891584e6df3c5e95de50ef) Merge pull request #35 from BreizhHardware/Yanis - [`ce8bdc9`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/ce8bdc941fc3215d4573178299e889af2df109c3) Merge pull request #36 from BreizhHardware/main - [`80ee075`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/80ee075d21a17d954907db862a71c388bb36f53e) Almost done the only part missing is the right redirection when I'm doing a search - [`fa19d25`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/fa19d25580d2da079af430c279671a8e572bc701) Merge pull request #37 from BreizhHardware/Yanis - [`32971ad`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/32971ad40d628cff6cfb585689695f1ea88f0ab9) error in cancel rdv - [`ab48753`](https://github.com/BreizhHardware/ProjetS4COMWEB/commit/ab48753cba5ee0e3cd3cbdc8d657d569c2daef0f) Finished !!!! (Juste il faut tester quand un medecin n'a pas de créneau car moi ça me met un ancien code que j'ai supprimé) ### 📊 Changes **9 files changed** (+341 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `src/API/requests.php` (+15 -19) 📝 `src/API/test/database.php` (+19 -41) ➖ `src/API/test/request.php` (+0 -26) 📝 `src/js/AJAX/home.js` (+6 -2) 📝 `src/js/AJAX/index.js` (+5 -0) ➕ `src/js/AJAX/rdv-patient.js` (+229 -0) 📝 `src/js/AJAX/rdv-praticien.js` (+65 -10) 📝 `src/js/AJAX/search.js` (+1 -1) 📝 `src/js/AJAX/take-rdv.js` (+1 -1) </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:58 +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#40
No description provided.