mumuki / mumuki-domain

💡 Mumuki's domain model
GNU Affero General Public License v3.0
1 stars 0 forks source link

Feature delete user #249

Closed julian-berbel closed 3 years ago

julian-berbel commented 3 years ago

:dart: Goal

Allow properly deleting users.

:memo: Details

direct_messages association gave me some trouble:

Apparently the rails version we're using right now's ActiveSupport::Concern does not include prepended helpers yet, so I had to define WithDeletedUser with the more traditional syntax.

:warning: Dependencies

None.

:back: Backwards compatibility

Requires updates on apps too.

:soon: Future work

Fix tests.