Added code to get closer to asset assignment functionality.

This commit is contained in:
2022-08-02 09:50:42 -07:00
parent bd2caacf77
commit 6672652443
4 changed files with 3780 additions and 1837 deletions

View File

@@ -17,6 +17,9 @@ if (Meteor.isServer) {
}
Meteor.methods({
async 'students.getPossibleGrades'() {
return Students.rawCollection().distinct('grade', {});
},
/**
* Sets a first name alias that can be overridden by the one that is imported.
* @param _id The student's database ID.