* wip * add indiviual user partial * remove unnecessary attributes * wip * add indiviual user partial * remove unnecessary attributes * remove mentorship matching from view * fix linting * add mentor matching method back and refine test * remove duplicate mentee descriptions * Update app/controllers/internal/users_controller.rb Co-Authored-By: jessleenyc <jessleenyc@gmail.com>
* create mentor relationship table and begin dashboard * add missing files from previous commit * add mentorship relationship status * remove uniqueness validation * add multiple notes * ban from mentorship deactives all relationships * add untracked files * fix logic issue and add specs * add model specs * add request specs * add request specs and fix linting * fix internal users spec * remove phantom columns * remove bizzaro character * move all attr_accessor to one line