mumuki / mumuki-domain

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

Feature split progress by organization #189

Closed julian-berbel closed 3 years ago

julian-berbel commented 3 years ago

:dart: Goal

To split progress by organization! :sparkles:

:memo: Details

Assignments will now only be searched for in the requested organization.

The skip_unique_name_validation trait in the another_test_organization factory would allow the organization object to be created but it would still prevent the organization from being persisted, which would break a test.

As for the rest of the tests, they are expected behavior changes!

:warning: Dependencies

None.

:back: Backwards compatibility

Yes.

:soon: Future work

migration, and lots of testing!