[PR #2] [MERGED] Emploi du temps #50

Closed
opened 2026-05-07 00:17:35 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/appen-isen/studysen/pull/2
Author: @dd060606
Created: 12/21/2024
Status: Merged
Merged: 12/27/2024
Merged by: @dd060606

Base: mainHead: feat/planning


📝 Commits (10+)

  • cfb1406 feat: planning view selector + Planning List Event component
  • 9084c8f Update README.md
  • b89e31a Update README.md
  • 3bf9c38 work on planning list view
  • 754b48b feat: week selector + day selector (list mode)
  • aa7d000 feat: pressable animations
  • ffb838e feat: planning list mode + work on week view
  • 017092f fix: date and hour bug
  • 1053550 work on week planning
  • 1b7916f fix: "En cours" bug

📊 Changes

15 files changed (+1761 additions, -29 deletions)

View changed files

📝 README.md (+2 -2)
📝 app/(tabs)/index.tsx (+2 -8)
📝 app/(tabs)/planning.tsx (+332 -11)
📝 app/login.tsx (+3 -4)
📝 components/Buttons.tsx (+49 -1)
components/Sync.tsx (+75 -0)
components/planning/EventModal.tsx (+265 -0)
components/planning/PlanningList.tsx (+389 -0)
components/planning/PlanningWeek.tsx (+352 -0)
📝 constants/Colors.ts (+1 -0)
📝 package.json (+3 -3)
store/webaurionStore.ts (+37 -0)
utils/date.ts (+72 -0)
utils/planning.ts (+173 -0)
📝 webAurion/utils/PlanningUtils.ts (+6 -0)

📄 Description

Page de l'emploi du temps

🚀Fonctionnalités

  • Emploi du temps depuis WebAurion
  • Affichage mode liste
  • Affichage mode semaine
  • Modal pour avoir des informations sur un cours
  • Sauvegarde en cache de l'emploi du temps (Accessible hors connexion)
  • Synchronisation automatique lorsque la version mise en cache est trop vieille

📷Screenshots

image
image
image


🔄 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/appen-isen/studysen/pull/2 **Author:** [@dd060606](https://github.com/dd060606) **Created:** 12/21/2024 **Status:** ✅ Merged **Merged:** 12/27/2024 **Merged by:** [@dd060606](https://github.com/dd060606) **Base:** `main` ← **Head:** `feat/planning` --- ### 📝 Commits (10+) - [`cfb1406`](https://github.com/appen-isen/studysen/commit/cfb14066e7205356cc60398a30e8d39357abc681) feat: planning view selector + Planning List Event component - [`9084c8f`](https://github.com/appen-isen/studysen/commit/9084c8f0b5b7fcb9ac5a795d30da9de33d4f19d2) Update README.md - [`b89e31a`](https://github.com/appen-isen/studysen/commit/b89e31af2662eb4b07a8b9a112614a057be5b4f4) Update README.md - [`3bf9c38`](https://github.com/appen-isen/studysen/commit/3bf9c382730bbcc683b5059d7c363e80ffdf5567) work on planning list view - [`754b48b`](https://github.com/appen-isen/studysen/commit/754b48bebfc5cd42c1858d5ce44b54de5bbfcbd5) feat: week selector + day selector (list mode) - [`aa7d000`](https://github.com/appen-isen/studysen/commit/aa7d000104a284e0ae48d8f1ed1c859acea4e2ab) feat: pressable animations - [`ffb838e`](https://github.com/appen-isen/studysen/commit/ffb838ef7cb304784b82ac6aa059237e5790a845) feat: planning list mode + work on week view - [`017092f`](https://github.com/appen-isen/studysen/commit/017092f5a9174e93456992761d073beebc7241e2) fix: date and hour bug - [`1053550`](https://github.com/appen-isen/studysen/commit/1053550565c1e2aade8ad33fe94384a195c17dc6) work on week planning - [`1b7916f`](https://github.com/appen-isen/studysen/commit/1b7916fc5587eda54a9f35f4c60c985775a87fba) fix: "En cours" bug ### 📊 Changes **15 files changed** (+1761 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `app/(tabs)/index.tsx` (+2 -8) 📝 `app/(tabs)/planning.tsx` (+332 -11) 📝 `app/login.tsx` (+3 -4) 📝 `components/Buttons.tsx` (+49 -1) ➕ `components/Sync.tsx` (+75 -0) ➕ `components/planning/EventModal.tsx` (+265 -0) ➕ `components/planning/PlanningList.tsx` (+389 -0) ➕ `components/planning/PlanningWeek.tsx` (+352 -0) 📝 `constants/Colors.ts` (+1 -0) 📝 `package.json` (+3 -3) ➕ `store/webaurionStore.ts` (+37 -0) ➕ `utils/date.ts` (+72 -0) ➕ `utils/planning.ts` (+173 -0) 📝 `webAurion/utils/PlanningUtils.ts` (+6 -0) </details> ### 📄 Description # Page de l'emploi du temps ## 🚀Fonctionnalités - Emploi du temps depuis WebAurion - Affichage mode liste - Affichage mode semaine - Modal pour avoir des informations sur un cours - Sauvegarde en cache de l'emploi du temps (Accessible hors connexion) - Synchronisation automatique lorsque la version mise en cache est trop vieille ## 📷Screenshots ![image](https://github.com/user-attachments/assets/6a4052c6-4eb1-4ce8-8737-067a8d0a7822) ![image](https://github.com/user-attachments/assets/29bc264d-ece1-4bfc-aab6-59e43039ec8f) ![image](https://github.com/user-attachments/assets/fd45f954-7101-40bc-8f0f-45ad47aa7f00) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:17:35 +02:00
Sign in to join this conversation.
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
starred/studysen#50
No description provided.