docbrown/app/controllers/internal
Ridhwana fc86c30790
Profile Admin UI Setup Screen (v1) (#9610)
* Add ProfileField model

* Fix schema.rb

* Add service objects for base and link fields

* feat: show an index of profile fields and allow them to be edited

* Fix schema.rb

* Add service objects for base and link fields

* Add link fields to seeds

* Make placeholder a keyword argument

* Add work fields

* Add explanation column to profile fields

* Add coding fields

* Switch from inheritance to mixin

* Add email checkbox to base fields

* Add branding fields

* Add spec for ProfileFields::FieldDefinition

* chore: moved the migration file

* feat: add a create and destroy route

* feat: render a partial form

* fix: oops form instead of f

* Move migration back into correct location

* Rename column from explanation to description

* Rename attribute in mixin

* chore: update classed for buttons

* chore: rename from explanation to description

* chore: explanation to description

* chore: new profie field

* fix: only one submit button per form

* fix: update the form

* fix: remove files that got merged mistakenly

* chore: finally, some specs...

Co-authored-by: Michael Kohl <citizen428@dev.to>
2020-08-06 09:26:17 +02:00
..
application_controller.rb Profile Admin UI Setup Screen (v1) (#9610) 2020-08-06 09:26:17 +02:00
articles_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
badges_controller.rb [deploy] Award badges asynchronously in internal (#9582) 2020-07-31 19:09:51 -04:00
broadcasts_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
buffer_updates_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
chat_channels_controller.rb [deploy] Default to adding users as members to a chat channel and not mods (#9446) 2020-07-22 10:51:44 -04:00
comments_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
configs_controller.rb Make credit pricing configurable (#9326) 2020-07-24 12:03:13 -04:00
events_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
feedback_messages_controller.rb Rubocop: move dot in multi-line calls to leading position (#9262) 2020-07-16 15:51:11 +02:00
growth_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
invitations_controller.rb [deploy] Invite users to join and create password (#9294) 2020-07-15 11:37:19 -04:00
listings_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
moderator_actions_controller.rb Rubocop: move dot in multi-line calls to leading position (#9262) 2020-07-16 15:51:11 +02:00
mods_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
organization_memberships_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
organizations_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
pages_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
permissions_controller.rb Rubocop: move dot in multi-line calls to leading position (#9262) 2020-07-16 15:51:11 +02:00
podcasts_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
privileged_reactions_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
profile_fields_controller.rb Profile Admin UI Setup Screen (v1) (#9610) 2020-08-06 09:26:17 +02:00
reactions_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
response_templates_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
secrets_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
sponsorships_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
tags_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
tools_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00
users_controller.rb [deploy] Activate Devise::Lockable (#9535) 2020-07-30 10:28:51 -04:00
webhook_endpoints_controller.rb Standardize ActiveRecord order clauses (#9395) 2020-07-20 10:00:51 -04:00
welcome_controller.rb Rubocop: fix additional violations in todo file (#9218) 2020-07-09 10:25:44 -04:00