generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
complexity: smallfeature: Loginrole: Back Endsize: 2ptCan be done in 7-12 hoursCan be done in 7-12 hours
Milestone
Description
Overview
The PR (#1612) needs to union any existing arrays instead of appending them. There are multiple .push uses to arrays that might result in containing duplicate information:
- skillsToMatch
- projects
- managedProjects
Using a set will solve this problem.
Action Items
- Switch from using array .push to a set for:
- skillsToMatch
- projects
- managedProjects
- Preserve the highest user access level
- admin > user
- Implement script as python notebook so that changes can be made incrementally
- Submit PR
- Merge accepted PR into the feature branch:
correct-db-casing
Resources/Instructions
- This issue is part of the epic: Epic: DB accepts capital and lower case email credentials for email login #1456
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
complexity: smallfeature: Loginrole: Back Endsize: 2ptCan be done in 7-12 hoursCan be done in 7-12 hours
Type
Projects
Status
Done