Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realize how to divide terms in the schedule #13

Open
1 of 3 tasks
eugrdn opened this issue Nov 8, 2018 · 1 comment
Open
1 of 3 tasks

Realize how to divide terms in the schedule #13

eugrdn opened this issue Nov 8, 2018 · 1 comment
Assignees
Labels
MVP question Further information is requested
Projects

Comments

@eugrdn
Copy link
Member

eugrdn commented Nov 8, 2018

  • schedule updates (numerator/denominator)
  • test weeks, exams
  • end of a semester
@eugrdn eugrdn created this issue from a note in Release#1 (Backlog) Nov 8, 2018
@eugrdn eugrdn added question Further information is requested MVP labels Nov 8, 2018
@eugrdn eugrdn self-assigned this Dec 24, 2018
@eugrdn
Copy link
Member Author

eugrdn commented Jan 13, 2019

Each CRON sequence could be linked to an exact period of time. The problem was that current CRON library parser doesn't support year marker, that caused infinity repetition. Then it has been added manually in Sequence object:

type Sequence = {
    id: string;
    cron: Cron;
    year: number;
    numeratorStartsOn: number;
    room: string;
    lector: Email[];
    isPractice: boolean;
    type: EventWeekType;
    notes: Record<TDate, Note>;
};

@eugrdn eugrdn moved this from Backlog to In Progress in Release#1 Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MVP question Further information is requested
Projects
Release#1
In Progress
Development

No branches or pull requests

1 participant