Open kulkarnius opened 4 years ago
@JacobLinder The table (with doctors) appeared once, but after moving to another screen it's not showing again. When checking the console, there's an error that says:
Uncaught ReferenceError: dateConcat is not defined at init (doctorSelect.js:50) at doctorSelect.js:171
The patient should be able to pick a specific doctor to book an appointment with. This involves the following requirements:
They should see a table, of sorts, with the doctor's name, photo, specialization and one line of text. (The doctor will be able to set all of this up from their end) The patient should be able to click on a doctor and choose them accordingly. They should also be able to search the doctor database by name or specialization. The table should immediately update with the corresponding results from the query.