Oliver Foster

Results 36 issues of Oliver Foster

## Expected Behaviour src/core should be deleted before running `installDependencies` https://github.com/adaptlearning/adapt_authoring/blob/7ccd9915b5611e9e1fac0e9c7e4b700a38ee9613/lib/installHelpers.js#L467-L470 ## Actual Behaviour A git reset is performed, but this will not update src/core https://github.com/adaptlearning/adapt_authoring/blob/7ccd9915b5611e9e1fac0e9c7e4b700a38ee9613/lib/installHelpers.js#L537 ## Steps to Reproduce...

T: bug
S: merged

## Affected Area Installation or update of AAT with upcoming Adapt Framework [pr for issue/3169](https://github.com/adaptlearning/adapt_framework/pull/3183) won't finish if installed as a root user. This is as the submodules for Adapt...

T: bug
S: merged

### Subject of the issue Secondary to [re-enabling the my / model answer behaviour](https://github.com/adaptlearning/adapt_framework/issues/2215), we need to add aria labels to the ticks and crosses in each component so that...

accessibility

fixes https://github.com/adaptlearning/adapt-cli/issues/169 ### Fix * Catch ECONNRESET error

bug

An outline of the changes to be included in the next major release of Adapt Framework. ## 1. npm modules to replace bower modules This will introduce plugin dependencies and...

enhancement

plugin package.json:framework vs framework package.json and warn if semver doesn't match

bug

### Subject of the issue Document available for comments, [Schema Processing Outline and Future Direction](https://drive.google.com/file/d/1cjM51g6XUVTc5jdQc5jLXPqwb1DMaNsP/view?usp=sharing)

enhancement
documentation

### Subject of the issue Adapt should be able to read "$5bn" as "five billion dollars". This is a slightly different use-case to abbreviations which should be pronounced correctly whereas...

accessibility
documentation

### Subject of the enhancement Include a CSS utility framework. References: * https://css-tricks.com/need-css-utility-library/ * https://github.com/troxler/awesome-css-frameworks * https://tailwindcss.com/

enhancement

### Advantages * makes src folder "code only" * unifies build pathways across AAT and Fwk * deduplicates course assets when stored on disk * allows developers to concentrate on...

enhancement