It is annoying to type out the same classes every week. So maybe the json file should just state the classes for one week and the program should have this week repeat a given number of times. Maybe a class occurring every week on Tuesday from 11:30-12:50am could have times="*/2/11/30 */2/12/50 *+1/2/11/30" where "*" indicates "every week".
But we should also have the ability to change the schedule between weeks if we want, for example if there is a vacation week, or there are exams only on certain weeks.
We should also have the ability to make things happen every two weeks, and every month.
What is a good json format?
It is annoying to type out the same classes every week. So maybe the json file should just state the classes for one week and the program should have this week repeat a given number of times. Maybe a class occurring every week on Tuesday from 11:30-12:50am could have
times="*/2/11/30 */2/12/50 *+1/2/11/30"where"*"indicates "every week".But we should also have the ability to change the schedule between weeks if we want, for example if there is a vacation week, or there are exams only on certain weeks.
We should also have the ability to make things happen every two weeks, and every month.
What is a good json format?