diff --git a/docs/images/officer-password-edit-btn.png b/docs/images/officer-password-edit-btn.png new file mode 100644 index 0000000..1c1a058 Binary files /dev/null and b/docs/images/officer-password-edit-btn.png differ diff --git a/docs/images/officer-password-edit.png b/docs/images/officer-password-edit.png new file mode 100644 index 0000000..e507c33 Binary files /dev/null and b/docs/images/officer-password-edit.png differ diff --git a/docs/images/officer-profile-create-btn.png b/docs/images/officer-profile-create-btn.png new file mode 100644 index 0000000..1aed514 Binary files /dev/null and b/docs/images/officer-profile-create-btn.png differ diff --git a/docs/images/officer-profile-delete-btn.png b/docs/images/officer-profile-delete-btn.png new file mode 100644 index 0000000..89f7487 Binary files /dev/null and b/docs/images/officer-profile-delete-btn.png differ diff --git a/docs/images/officer-profile-delete-confirm.png b/docs/images/officer-profile-delete-confirm.png new file mode 100644 index 0000000..424b548 Binary files /dev/null and b/docs/images/officer-profile-delete-confirm.png differ diff --git a/docs/images/officer-profile-form.png b/docs/images/officer-profile-form.png new file mode 100644 index 0000000..7b44cb8 Binary files /dev/null and b/docs/images/officer-profile-form.png differ diff --git a/docs/images/officer-profile-navigation.png b/docs/images/officer-profile-navigation.png new file mode 100644 index 0000000..e19be98 Binary files /dev/null and b/docs/images/officer-profile-navigation.png differ diff --git a/docs/images/officer-profile-success.png b/docs/images/officer-profile-success.png new file mode 100644 index 0000000..7baa23d Binary files /dev/null and b/docs/images/officer-profile-success.png differ diff --git a/docs/topics/Member-Profiles.md b/docs/topics/Member-Profiles.md index df47b46..6d0c23e 100644 --- a/docs/topics/Member-Profiles.md +++ b/docs/topics/Member-Profiles.md @@ -5,32 +5,31 @@ To create loan applications and deposits, a cooperative member must first have a ## Creating a Member Profile 1. Navigate to the **Member Profiles** page via the _Navigation Drawer_ on the left. - Loan approval and rejection buttons + ![Member Profile Navigation Drawer Button](member-profile-navigation.png) 2. Click the **Create Member Profile** button on the top right. - Loan approval and rejection buttons -3. Input the necessary information. - Loan approval and rejection buttons -4. Once information is complete, click the **Create Member Profile** button. - Loan approval and rejection buttons + ![Member Profile Creation Button](member-profile-create-btn.png) +3. Input the necessary information and click the **Create Member Profile** button once the information is complete. + ![Member Profile Creation Form](member-profile-create-form.png) + ![Member Profile Submission Button](member-profile-submit-btn.png) -5. You should see the newly created member profile on **Member Profiles** page! - Loan approval and rejection buttons +4. You should see the newly created member profile on the **Member Profiles** page! + ![Member Profile Creation Success](member-profile-success.png) ## Editing a Member Profile 1. On the **Member Profiles** page, you can edit any member profile by clicking the *Edit* button (indicated by the pencil icon). - Loan approval and rejection buttons + ![Member Profile Edit Button](member-profile-edit-btn.png) 2. Edit the necessary fields, then click **Edit Member Profile** to save the changes. - Loan approval and rejection buttons - Loan approval and rejection buttons + ![Member Profile Edit Form](member-profile-edit-form.png) + ![Member Profile Edit Success](member-profile-edit-success.png) ## Deleting a Member Profile -1. On the **Member Profiles** page, you can edit any member profile by clicking the *Delete* button (indicated by the trash icon). - Loan approval and rejection buttons +1. On the **Member Profiles** page, you can delete any member profile by clicking the *Delete* button (indicated by the trash icon). + ![Member Profile Delete Button](member-profile-delete-btn.png) 2. Confirm your decision by clicking the **Delete Member** button. **Note: Deletions cannot be undone. Make sure your decision is final.** - Loan approval and rejection buttons + ![Member Profile Deletion Confirmation](member-profile-delete-confirm.png) ## Viewing a Member Profile diff --git a/docs/topics/Officer-Profiles.md b/docs/topics/Officer-Profiles.md index 49b2fea..54cd5dc 100644 --- a/docs/topics/Officer-Profiles.md +++ b/docs/topics/Officer-Profiles.md @@ -1,6 +1,31 @@ # Officer Profiles -# TODO: add a section on creating an officer profile. +Before an officer can approve, reject, or manage loans, they must first have an **Officer Profile**. + +## Creating an Officer Profile + +1. Navigate to the **Officer Profiles** page via the _Navigation Drawer_ on the left. + ![Officer Profile Navigation Drawer Button](officer-profile-navigation.png) +2. Click the **Create Officer Profile** button on the top right. + ![Officer Profile Creation Button](officer-profile-create-btn.png) +3. Input the necessary information and click the **Create Profile** button when complete. + ![Officer Profile Form](officer-profile-form.png) +5. You should see the newly created officer profile on the **Officer Profiles** page! + ![Officer Profile Creation Success](officer-profile-success.png) + +## Changing an Officer's Password. + +1. On the **Offiicer Profiles** page, the admin can change the password of any officer's account by clicking the *Edit Password* button (indicated by the pencil icon). + ![Officer Password Change Button](officer-password-edit-btn.png) +2. Enter and re-enter the new password, then click **Change Password** to save the changes. + ![Officer Password Change Form](officer-password-edit.png) + +## Deleting an Officer Profile + +1. On the **Officer Profiles** page, you can delete any member profile by clicking the *Delete* button (indicated by the trash icon). + ![Officer Password Change Form](officer-profile-delete-btn.png) +2. Confirm your decision by clicking the **Delete Officer** button. **Note: Deletions cannot be undone. Make sure your decision is final.** + ![Officer Password Change Form](officer-profile-delete-confirm.png)