Skip to content
@eTutor-plus-plus

eTutor++

eTutor

An interactive learning platform. The system comprises different services, below is a simple architecture diagram highlighting the connections of the different services, which can all be found in the respective repositories of this organization.

Detailed information on the services can be found in the corresponding repository.

Architecture

Documentation

You can find the documentation in the corresponding repositories. Here you can find a short description of the repositories.

Implementing a Task-App

There is a tutorial on how to implement a task-app and integrate it into the Task-Administration UI.

The sample implementation for a task-app can be found in the repository Task-App Binary Search. This sample task-app was implemented in Java. However, it is also possible to develop the task app in any other programming language. The only requirement is that the task-app provides the RESTful interfaces specified here.

Continuous Integration

Every service of the system is equipped with a CI-Pipeline based on Github Actions. The pipelines generically build the services and a Docker image containing the application, and push those images to the Docker Hub repository. The pipelines are generally triggered by a push or a resolved pull request on the main branch of a service. Images are tagged according to the schema etutorplusplus/repository:version, where repository refers to the name of the respective services' repository, version to the branch and/or the released version and/or the Commit-Hash on which the image has been created.

As part of the pipeline, the generated jars will also be uploaded as artifacts and can be accessed by the respective workflow on Github.

Pinned Loading

  1. task-administration-ui Public

    eTutor Task Administration User Interface

    TypeScript

  2. task-administration Public

    eTutor Task Administration Server

    Java

  3. task-app-binary-search Public template

    eTutor Task App for Binary Search

    Java 2

  4. task-app-starter Public

    Library for eTutor Task Apps

    Java 2

Repositories

Showing 10 of 29 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…