From c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:08:27 +0200 Subject: add: graphs et rushs --- rushs/eplace/src/students/utils.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rushs/eplace/src/students/utils.js (limited to 'rushs/eplace/src/students/utils.js') diff --git a/rushs/eplace/src/students/utils.js b/rushs/eplace/src/students/utils.js new file mode 100644 index 0000000..09bb32e --- /dev/null +++ b/rushs/eplace/src/students/utils.js @@ -0,0 +1,5 @@ +// FIXME: This file should handle the students DOM manipulation +// Link buttons to their respective functions +// Functions may include: +// - displayStudentProfile (display the student's profile in the DOM) +// - showModal (add a form modal to the DOM) -- cgit v1.2.3