DanThrane / tekvideo.sdu.dk

http://tekvideo.sdu.dk
1 stars 3 forks source link

Refactoring of 'hasMany' lists #77

Closed DanThrane closed 8 years ago

DanThrane commented 8 years ago

The 'hasMany' feature for lists provided by Grails is causing problems throughout the application. The feature makes it very hard to perform otherwise simple actions from a database PoV. For example actions such as moving nodes (i.e. subjects or videos) from one node to another.

Due to this requiring last refactoring of the core application domain, this should require proper test coverage of at the very least the core model (see #78).

DanThrane commented 8 years ago

Refactoring is now live