polivagit / Medlink

Main repoistory for Medlink project (2023).
0 stars 0 forks source link

Medlink - Web App #2

Open polivagit opened 1 year ago

polivagit commented 1 year ago

Web App - BASE GUIDELINES

This application will be focused on the management of Patients and their Treatments. Only Doctors have access to the app.

User Interface mock-up

Model design (Classes)

PAGES

Login (LoginPage)

First of all, the doctor must introduce their credentials in the login screen. This screen provides the 'password recovery' functionality in case the user forgets their password.

Form UI:

Functionalities:

Password Recovery (PasswordRecoveryPage)

Here, doctors can recover their password.

Form UI:

Functionalities:

Password Change (PasswordChangePage)

Here, doctors can change their password.

Form UI:

Functionalities:

CRUD Patients (PatientPage)

The doctor can View, Add, Update and Delete patients.

Form UI:

Functionalities:

CRUD Treatments of selected Patient (TreatmentPage)

The doctor can View, Add, Update and Delete treatments for each Patient.

Form UI:

Functionalities:

polivagit commented 1 year ago

WebService communication

Endpoints: Login: http://169.254.30.133/WebService/index.php/apix/Login/login Recovery Password; Change Password: Patients CRUD: Treatments CRUD:

Login