-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace tree-style skills with tags (#1083)
* Add first draft of skills-to-tags conversion routine * Add support for “tags” field in user profile * Add first version of hashtag select component, use in registration form * Refactor types * Reshuffle registration form fields * Fix error in user creation endpoint * Add standalone user profile field for max seniority * Improve copy * Replace old skill selection with tag select in user profile * Trivial refactoring * Share occupation select between user profile and registration page * Add first batch of new skill tags * Improve copy & layout consistency between registration form and profile page * Fix trivial UI bugs in skill select * Make “background” registration field optional * Display user tags from new field * Update user creation endpoint to use new fields * Improve skill select UI * Add non-immediate mode to skill select * Add helper script to sort skill tags * Update skill tags * Try a different skill presentation option * Update tag list * Limit tag list on /people to 6 lines * Fix typo * Add temporary skill migration script * Remove old tree-style skill picker * Improve skill layout on user profile page * Trivial refactoring
- Loading branch information
Showing
25 changed files
with
897 additions
and
622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
*.md | ||
*.tf | ||
*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.