the mood notation agency. Mood boards to enable users & teams to keep track of morale trends
- quick fix - refactored some dispatch to ensure they happen after auth user update
- achievements feature (notifications clicking related badges are not implemented yet)
- added swagger UI link for push service
- modified push service URL
- better notifications grouping
- bug fixes
- travis CI integration
- bug fixes
- added about page
- enables push notifications for mood updates
- subscriptions toggler (DB saving)
- connected to moodys backend
- home link
- few styles changes
- profile menu has avatar picture
- improved charts
- mood notification (in-app)
- time travel feature
- fixes for PWA behavior
- gravatar profile images
- new sexy dashboard
- various refactors
- lazy loading for sub pages
- bug fixes, polyfills
- ugly dashboard
- users list
- users update mood
- account management
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# build for pre-production with minification
npm run pprod-build
# build for pre-production and view the bundle analyzer report
npm run pprod-build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.