GithubHelp home page GithubHelp logo

Syntaxe pour la configuration des délais pour les dates d'ouverture et de fermeture d'une activité about course-activity-planner HOT 2 OPEN

fuhrmanator avatar fuhrmanator commented on July 17, 2024
Syntaxe pour la configuration des délais pour les dates d'ouverture et de fermeture d'une activité

from course-activity-planner.

Comments (2)

jdupl avatar jdupl commented on July 17, 2024

Syntax modifications

Delimiters

The ; delimiter will be removed from the syntax to allow better user experience.
If the format is harder to read, ; will be optional and ignored by the interpreter.

Case sensitivity

Meeting identifiers (AA field) will be case insensitive for better user experience.

Identifiers

  • S Seminar
  • P Practica (TP)
  • L Labs (homework/assignments ?) Evaluate the significance of L
  • E Exams
  • Q Moodle Quiz

Variable length

AA section's length will be variable as C12 is AAA

Syntax addition

Assume S

Relative time markers without F or S will be interpreted as S.

Define activity

Older syntax did not take into account how to link the relative planning to an actual activity.

Elements will be separated by white-spaces to allow easier reading by humans and as there is no other use for white-spaces.

"activity identifier" "start of activity" "end of activity"

Example 1

The quiz 2 is opened at the end of seminar 2 of must be completed 30 minutes before seminar 3.

Short hand: Q2 S2F S3-30m

Full syntax: Q2 S2;F S3;S;-30m

Example 2

The homework 1 is opened at the end of seminar 2 of must be completed at 23h59 the day before exam 1.

Short hand: L1 S2F E1-1d@23:59

Full syntax: L1 S2;F E1;S;-1d@23:59

from course-activity-planner.

fuhrmanator avatar fuhrmanator commented on July 17, 2024

Once the syntax is stable, it could be user-friendly to have a GUI that generates relative dates, much like the definition of Filters in Thunderbird.

Thunderbird filter

from course-activity-planner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.