elwayman02 / ember-user-activity

Ember Addon for tracking user activity & idling
https://ember-user-activity.jhawk.co/
MIT License
111 stars 20 forks source link

Investigate switching from ember-cli-addon-docs to field-guide #483

Open elwayman02 opened 3 years ago

elwayman02 commented 3 years ago

https://github.com/empress/field-guide

ec-addon-docs is in maintenance mode and is mostly a dead project. We should investigate rebuilding the demo and documentation in field-guide instead.

elwayman02 commented 3 years ago

This may help address #482 as well.

mrloop commented 2 years ago

ember-cli-addon-docs is also preventing the addon from building. ember-auto-import 2.x needs webpack 5.x as a devDependency, adding it and the build fails until ember-cli-addon-docs* are removed, then the build works. See https://github.com/mrloop/ember-user-activity/tree/em-build for build which passes yarn ember t

An alternative approach I've seen is updating the addon to a v2 monorepo so the dummy/test app is a seperate pkg and dependencies get be changed independently.