Results 10 issues of Joerg Boeselt

Hi, I have a question in regards to statement aggregation and [alternative request syntax](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#alt-request-syntax) >All xAPI requests issued MUST be POST. This requirement includes `more` IRLs from StatementResult responses? Example:...

patch

I don't know if that was already discussed before or if I am overseeing something in the specs. Section [2.1.1](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#211-put-statements) states that the responsecode for a successful `PUT /statements` request...

major

trailing slash activities are stored as a separate record in `activities` collection ``` db.getCollection('activities').distinct('id'); http://www.example.com/activities/001 http://www.example.com/activities/001/ ```

see issue https://github.com/adlnet/xAPI-Spec/issues/1065, where i asked for clarification In short I believe that `more` endpoints should fall under the [alternative request syntax](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#alt-request-syntax) requirement. I currently have no access to a...

How much would it take to add HEAD support for the missing 3 xAPI endpoints below? We ill support them in the next release, so if it is too complicated...

We should head towards passing the official conformance tests for spec version [1.0.3](https://github.com/adlnet/xAPI-Spec) adlnet/lrs-conformance-test-suite: `1365 Tests: 1185 passed, 180 failed` As of [now](https://github.com/g3i/lxHive/commit/6986c1fbed6de034fa150ce0197df052d928706e) we are at `86.81%` conformance. The majority...

compliance
feature

follow-up of #241 Bootstrapping slim needs a makeover, since a lot of the current code was written for Slim2. It is necessary to bring this up-to-state with Slim3 before even...

feature

- [ ] keep backwards compatibility with older PHP versions, for example [type declarations](https://www.php.net/manual/en/language.types.declarations.php) - [ ] soft upgrade dependencies, where required * [PHP Migration guide](https://www.php.net/manual/en/migration80.incompatible.php) - **!** [Backward Incompatible...

feature

- easy access to files and data this will require some changes to logging and bootstrapping

feature

Automate for basic LRS installation in one step required by #238

feature