docbrown/app/views
Michael Kohl 08d82e7256
Profile generalization: cleanup (#12947)
* Remove hardcoded instances of education field

* WIP Access display_email_on_profile via User Settings

* Remove unused profile column

* WIP Fix reference to bg_color_hex and text_color_hex

* WIP fix issues revealed by systems specs

* WIP fix issues revealed by services specs

* WIP Fix failing tests

* WIP Fix spec failures

* wip

* Move two attributes from controller to decorator

* Update comment

* Match user settings changes

* More consistently use user.tag_line

Even before the profile changes we sometimes used the user.summary
attribute directly but used the user.tag_line method in other places.

* Remove delegation, rename inline concern

* Drop profile columns from users table

* Remove duplicated work display from header

* Update work profile field handling

* Update DUS + spec

* Delegate more carefully

* Update delegation guard

* Adapt for removed delegation

* Undo accidental schema changes

* Fix seeds

* Remove accidentaly change

* Fix User#processed_website_url

* Update guard clause

* Update profile card content

* Add Organization#profile

* Be more conservative with profile fields

* Spec fixes round 1

* Fix typo

* Update spec

* Limit number of header fields and update card content

* Decorate correct model

* Update factory

* Update schema.rb

* Fix validation

* How bad could this possibly be?

* Pretty bad, nevermind

* Remove obsolete code

* Reset profile fields during test runs

* Move profile fields back to before(:suite)

* Spec fixes

* Remove accidentally re-added files

* More spec fixes

* Specs

* Change User#tag_keywords_for_search

* More spec fixes

* Add comment

* Undo accidental schema changes

* Attempt spec fix

* Remove fix attempt

* Fix e2e test

* Update spec

* Remove guard clause

* Remove hardcoded instances of education field

* WIP Access display_email_on_profile via User Settings

* Remove unused profile column

* WIP fix issues revealed by systems specs

* WIP fix issues revealed by services specs

* WIP Fix failing tests

* WIP Fix spec failures

* wip

* Move two attributes from controller to decorator

* Update comment

* More consistently use user.tag_line

Even before the profile changes we sometimes used the user.summary
attribute directly but used the user.tag_line method in other places.

* Remove education

* Add comment

* WIP

* Clean up mostly_work_with

* WIP

* Update work profile field handling

* More work-related changes

* Remove settings_only from display_area enum

* Remove quickfix from _metadata partial

* Remove special attributes

* Remove leftover spec

* Retrieve location from profile, not user

* Profile.special_attributes no longer exists

* Update specs

* More spec fixes

* Update UsersController

* Update UsersController and spec

* Fix e2e seeds

* Minor cleanup

* More e2e seed fixes

* Fix profile field CSV

* Fix e2e seeds

* Move one more attribute in e2e seeds

* Remove duplicate line

* Clear inputs before typing in them

* Fix formatting issues

* Profiles::Update -> Users::Update

* Remove RegistrationsController#resolve_profile_field_issues

* Fix schema.rb

* More cleanup

* Fix specs

* Fix remaining spec

Co-authored-by: Jacob Herrington <jacobherringtondeveloper@gmail.com>
2021-08-20 16:36:02 +02:00
..
admin Look for <html> tags instead of <body> for other emails (#14547) 2021-08-19 16:53:45 -04:00
api/v0 Remove hardcoded user profile fields (#14079) 2021-08-18 11:44:53 +07:00
articles Remove hardcoded user profile fields (#14079) 2021-08-18 11:44:53 +07:00
badges Add loading=lazy to image tags (#10888) 2021-05-27 19:01:21 +02:00
chat_channel_memberships [15 Minute Fix]: Ensure crayons banners are accessible (#12919) 2021-03-09 09:16:26 -08:00
chat_channels add skip link to connect and manage post (#13503) 2021-04-27 10:01:24 +01:00
collections Add author profile preview cards to feed (#14340) 2021-08-13 10:55:43 +07:00
comments Replace EmojiOne with Twemoji (#14517) 2021-08-17 21:29:21 +02:00
credits Replacing granular admin email settings with one default email (#13853) 2021-05-28 12:17:08 +03:00
dashboards Fix Analytics Dashboard Page missing "Back To Dashboard" button (#14310) 2021-08-11 12:57:01 +02:00
deep_links Removing Settings::General.email_addresses (#13958) 2021-06-11 12:34:34 +03:00
devise Add Missing Class Name (#14404) 2021-08-03 14:51:05 +02:00
doorkeeper Remove some HTML errors (#13288) 2021-04-07 11:46:12 +01:00
email_subscriptions Removal of morrrre hardcoded dev.to links (#7390) 2020-04-21 11:50:18 +02:00
events Remove defer attribute when not needed (#14234) 2021-07-21 10:51:41 -04:00
feedback_messages crayons-notice accessibility improvements (#13273) 2021-04-14 13:32:57 +01:00
fields Ignore unused users columns (#6954) [deploy] 2020-04-01 10:11:40 +02:00
followings Move HexComparer to Hex::Comparer service (#12202) 2021-01-12 11:34:30 -05:00
github_repos Refactoring GitHub Repos functionality - step 1 (#7764) 2020-05-12 13:48:19 +02:00
homepage Stories views reorganization (#1317) 2018-12-13 14:54:02 -05:00
kaminari/internal Upgrade erb_lint to support latest Rubocop and fix violations (#9663) 2020-08-07 15:36:48 +02:00
layouts Mark hero banner html_safe (#14534) 2021-08-18 12:46:51 +02:00
liquid_embeds Refactor deployed_at and latest_commit_id code (#12224) 2021-01-13 16:53:59 +02:00
liquids crayons-notice accessibility improvements (#13273) 2021-04-14 13:32:57 +01:00
listings Remove duplicate jquery import, remove jquery-rails and use @rails/ujs (#13891) 2021-06-01 15:28:09 +02:00
mailers Use new UserSetting and UserNotificationSettings and Ignore Related User Table Fields (#14121) 2021-07-08 09:31:34 -05:00
moderations Fix erblint failures (#14532) 2021-08-18 08:21:48 -05:00
notifications Replace EmojiOne with Twemoji (#14517) 2021-08-17 21:29:21 +02:00
onboardings Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
open_search Removing Settings::General.email_addresses (#13958) 2021-06-11 12:34:34 +03:00
organizations Remove hardcoded user profile fields (#14079) 2021-08-18 11:44:53 +07:00
pages Use a single listener for all follow buttons on a page (#14246) 2021-07-27 10:45:50 +01:00
podcast_episodes [15 min fix] Initialize follow button on podcast page (#14556) 2021-08-20 09:15:06 -05:00
podcasts stories list script as separate js file - defer attribute (#13993) 2021-06-21 10:59:30 +07:00
profile_field_groups Add ProfileFieldGroupsController to API (#10124) 2020-09-03 10:12:53 +07:00
profile_preview_cards Make header fields in profile preview card dynamic (#14454) 2021-08-11 09:34:30 +07:00
reading_list_items Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
response_templates Refactor jbuilder (#7411) 2020-04-24 12:49:12 +02:00
service_worker Revert "Revert "Removed service worker (#12974)" (#13014)" (#13015) 2021-03-17 10:57:56 -04:00
shared Remove hardcoded user profile fields (#14079) 2021-08-18 11:44:53 +07:00
sidebars Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00
sitemaps Replaced ApplicationConfig with app_url in views (#7708) 2020-05-08 13:19:29 +03:00
social_previews Remove SheCoded Specific Code (#13363) 2021-04-12 11:04:58 -07:00
stories Add author profile preview cards to feed (#14340) 2021-08-13 10:55:43 +07:00
tags Use a single listener for all follow buttons on a page (#14246) 2021-07-27 10:45:50 +01:00
users Profile generalization: cleanup (#12947) 2021-08-20 16:36:02 +02:00
videos Rename SiteConfig to Settings::General (#13573) 2021-05-21 14:45:37 +02:00