Skip to content
Snippets Groups Projects
Commit bbf2464e authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Refactor package and class hierarchy

* Moved classes from `de.thm.arsnova` root package.
* New util package
* Do not start interface names with `I`. Appended `Impl` to the
  implementing class instead.
* Renamed learning progress classes to score and move them from
  `.domain` to a new `.services.score` package.
* Do not capitalize acronyms in class names:
    * CASLogoutSuccessHandler -> CasLogoutSuccessHandler
    * SocketIO* -> Socketio*
* Renamed `.socket` package to `.websocket`
parent e4268386
1 merge request!71Refactor architecture layers
Showing
with 210 additions and 222 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment