Skip to content

Organization Settings

THANDA MAHENDER GOUD edited this page Sep 5, 2022 · 2 revisions

Screenshot 2022-09-01 100219

Component Path

src\components\Organization\index.js

Use

Used to Edit/Update the Organization Information.

Tabs

Located in src\components\Organization\pages\*.js

  1. General Updates the general information about the organization such as

    1. Name
    2. Website url
    3. Profile
    4. Description

    The profile image is a square image that is used to represent the organization.

    Any Change in the field will be automatically updated in firestore using useDebounceCallback function

    Edit Profile Component - src\components\Profile\ChangeProfile\ChangeProfile.js

  2. Users

    This displays the Admins and Contributors in the organization and allows the admin to add / remove the users.

    Firebase integration has not been implemented yet

  3. Password

    Updates the password for the organization

    Firebase integration has not been implemented yet

  4. Social Media

    Links the Codelabz Organization to their social media accounts.

    Firebase integration has not been implemented yet

Clone this wiki locally