Move PerformanceModel to database

This commit is contained in:
Elias Projahn 2020-03-22 16:46:28 +01:00
parent 7f783bd016
commit 8c36988da9
2 changed files with 20 additions and 13 deletions

View file

@ -5,16 +5,6 @@ import '../database.dart';
import '../editors/person.dart';
import '../selectors/role.dart';
class PerformanceModel {
final Person person;
final Role role;
PerformanceModel({
this.person,
this.role,
});
}
// TODO: Allow selecting and adding ensembles.
// TODO: Allow selecting instruments as roles.
class PerformerSelector extends StatefulWidget {