add fixme messages before I forget
This commit is contained in:
1 parent
c23448a7d6
commit
1ae16739a8
1 file changed
+4
@@ -6,6 +6,10 @@ import json
|
|||||||
from prettytable import PrettyTable
|
from prettytable import PrettyTable
|
||||||
from courses import courses, activeCourses
|
from courses import courses, activeCourses
|
||||||
|
|
||||||
|
# FIXME: Student is assigned multiple classes per block
|
||||||
|
# FIXME: Classes are ran more than they should be according to ln 124 count
|
||||||
|
# FIXME: Student List around 240 causes "No more room in school for classes" problem
|
||||||
|
|
||||||
'''
|
'''
|
||||||
I will be using python to test and
|
I will be using python to test and
|
||||||
develop course selection / schedule
|
develop course selection / schedule
|
||||||
|
|||||||
Reference in new issue
Block a user