This folder contains the source code of the Zango Tutorial App, an app for managing patients.
patient_creation.mov
patient_update.mov
patient_workflow.mov
Setup the Zango Framework locally or through the GitPod option given in the Zango repository
Create an app named "MyFirstApp" in Zango through the app panel.
Install the below required packages from the App Panel. For more information, refer to the Installing a Package.
- login
- frame
- crud
- workflow
Copy all the contents from inside the "MyFirstApp" folder in this repository to the "MyFirstApp" folder present in you Zango installation.
Create the below user roles from the App Panel.
- PatientSupportExecutive
- PatientSupportManager
To migrate the patient model, execute the following command:
python manage.py ws_migrate MyFirstAppTo sync static files, run the commands below:
python manage.py sync_static MyFirstApppython manage.py collectstaticConfigure the Login package to have the configs mentioned in the image below
Configure the Frames package to have the configs mentioned in the image below
Sync the policies and assign the required policies to the user role. For more information, refer to the Syncing Policies and Assigning Policies
Now you can create a user and login through /login route to access the application
