Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 765 Bytes

ROADMAP.md

File metadata and controls

25 lines (21 loc) · 765 Bytes

Roadmap

Features:

  • Change detector to verify the expected structure of the result XMLs.

Improvements:

MUST

  1. Make templates more customizable from cmd line input (columns and name of columns).
  2. Groups for a course should be cached.
  3. Repeating actions on groups (new transition)

SHOULD

  1. shutdown-hook is not triggered on Windows for CTRL+C.
  2. Using jline for cmd line autocomplete.
  3. Check this .travis.yml for releasing.
  4. Add a debug log file

COULD

  1. Run Bulk calls to Ilias in parallel.
  2. Add guice DI library.
  3. Revise util from google guava (for gh docs).
  4. Evaluate feign for HTTP client
  5. add checkstyle.xml
  6. Release it as a docker container.