eplace/src/students/index.js

6 lines
286 B
JavaScript
Raw Normal View History

2026-05-15 11:08:23 +02:00
// FIXME: This file should handle the students API
// Functions may include:
// - getStudent (get a student from the API by its uid or login)
// - getUserUidFromToken (get the user's uid from the token in local storage)
// - updateStudent (update the student's profile through the API)