mirror of
https://github.com/johrpan/musicus_mobile.git
synced 2025-10-26 18:57:25 +01:00
Move PerformanceModel to database
This commit is contained in:
parent
7f783bd016
commit
8c36988da9
2 changed files with 20 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue