Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login and click the “Chapter Roster” tab button.

    1. Alternatively for “Join Chapter Request” you may also see the Notification at the top of the page.

      Image Removed
    Image Removed
    1. Image Added
  2. What is the current logic in the code that shows and hides this component?

...

  1. Condition Checking:

    • !loading: Ensures the code inside the parentheses is only executed if loading is false. This implies some data or process is being waited on, and this check confirms it is complete.

    • isMemberAdmin: Ensures the code executes only if the user has administrative privileges for a member.

    • showRosterrelatedcomponents: Ensures the code executes only if roster-related components should be displayed.

    These three conditions combined ensure that the nested component is rendered only when the loading is complete, the user is an admin, and roster-related components should be shown.

...

3. What happens after a member accepts the invite by creating an account?

The member should be added to the chapter roster and when the member logs in it should show them apart of the chapter

  1. Pending Chapter Invites:

...

  • Once the initiation send that list shown into the pending chapter invitation list.