-
Notifications
You must be signed in to change notification settings - Fork 406
Organization Settings
src\components\Organization\index.js
Used to Edit/Update the Organization Information.
Located in src\components\Organization\pages\*.js
-
General Updates the general information about the organization such as
- Name
- Website url
- Profile
- 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
functionEdit Profile Component -
src\components\Profile\ChangeProfile\ChangeProfile.js
-
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
-
Password
Updates the password for the organization
Firebase integration has not been implemented yet
-
Social Media
Links the Codelabz Organization to their social media accounts.
Firebase integration has not been implemented yet