Git Product home page Git Product logo

Comments (1)

eloots avatar eloots commented on May 20, 2024

@eamelink
We can close this one IMO. In CMT 2.0, the tooling indeed generates a configuration file as part of the studentified repo.

It's a file named .cmt-config located in the root folder of the studentified repo.

For example, for the Lunatech Quarkus course, this is the content of the configuration file generated by cmta:

$ more .cmt-config
{
    "active-exercise-folder" : "code",
    "cmt-studentified-dont-touch" : [
        "code/.idea",
        "code/.bsp",
        "code/.bloop",
        "code/.vscode",
        "code/.mvn",
        "code/target",
        "code/pom.xml"
    ],
    "exercises" : [
        "exercise_001_initial_state",
        "exercise_002_a_qute_hello_world",
        "exercise_003_qute_products",
        "exercise_004_even_qute_products",
        "exercise_005_products_from_the_database",
        "exercise_006_CDI_and_ArC",
        "exercise_007_Convert_endpoints_to_JSON",
        "exercise_008_Adding_REST_data_Panache",
        "exercise_009_Hook_up_the_React_app",
        "exercise_010_Validation_and_PUT",
        "exercise_011_Going_Reactive",
        "exercise_012_Reactive_search_endpoint",
        "exercise_013_Listen_and_Notify",
        "exercise_014_Internal_Channels",
        "exercise_015_Connecting_to_Kafka",
        "exercise_016_Dead_Letter_Queue_and_Stream_filtering"
    ],
    "read-me-files" : [
        "README.md",
        "EXERCISES.md"
    ],
    "studentified-repo-solutions-folder" : ".cue",
    "studentified-saved-states-folder" : ".savedStates",
    "test-code-folders" : [
        "src/test"
    ]
}

An advantage of this approach is that in "emergency situations", the config file can be patched up in place (imagine for example that a student uses an IDE that wasn't taken into account when the studentified artefact was created and that this IDE creates some IDE metadata folder. The student can then add the folder to the cmt.cmt-studentified-dont-touch setting.

from course-management-tools.

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.