Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
docs: officer profiles and member profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
riki-11 committed Dec 2, 2023
1 parent f73be3f commit c8780f2
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 15 deletions.
Binary file added docs/images/officer-password-edit-btn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/officer-password-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/officer-profile-create-btn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/officer-profile-delete-btn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/officer-profile-delete-confirm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/officer-profile-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/officer-profile-navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/officer-profile-success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 13 additions & 14 deletions docs/topics/Member-Profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<img src="member-profile-navigation.png" alt="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.
<img src="member-profile-create-btn.png" alt="Loan approval and rejection buttons" />
3. Input the necessary information.
<img src="member-profile-create-form.png" alt="Loan approval and rejection buttons" />
4. Once information is complete, click the **Create Member Profile** button.
<img src="member-profile-submit-btn.png" alt="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!
<img src="member-profile-success.png" alt="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).
<img src="member-profile-edit-btn.png" alt="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.
<img src="member-profile-edit-form.png" alt="Loan approval and rejection buttons" />
<img src="member-profile-edit-success.png" alt="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).
<img src="member-profile-delete-btn.png" alt="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.**
<img src="member-profile-delete-confirm.png" alt="Loan approval and rejection buttons" />
![Member Profile Deletion Confirmation](member-profile-delete-confirm.png)

## Viewing a Member Profile

Expand Down
27 changes: 26 additions & 1 deletion docs/topics/Officer-Profiles.md
Original file line number Diff line number Diff line change
@@ -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)

<seealso>
<category ref="profiles">
Expand Down

0 comments on commit c8780f2

Please sign in to comment.